]> git.proxmox.com Git - qemu.git/history - target-i386/machine.c
monitor: fix build breakage for !CONFIG_VNC
[qemu.git] / target-i386 / machine.c
2011-07-20 Blue SwirlMerge branch 'for-upstream' of git://git.linaro.org...
2011-07-01 Blue SwirlMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.17' into staging
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-06-26 Blue SwirlRemove exec-all.h include directives
2011-06-22 Anthony LiguoriMerge remote-tracking branch 'qmp/for-anthony' into...
2011-06-22 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2011-06-21 Marcelo Tosattikvm: fix FPU state subsection
2011-06-19 Jan Kiszkakvm: x86: Save/restore FPU OP, IP and DP
2011-06-15 Michael S. TsirkinMerge remote-tracking branch 'origin/master' into pci
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'alon/pull-libcacard-1...
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2011-06-10 Edgar E. IglesiasMerge remote branch 'rth/axp-next' into alpha-merge
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'qmp/for-anthony' into...
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'jvrao/for-anthony' into...
2011-06-03 Aurelien JarnoMerge branch 's390-next' of git://repo.or.cz/qemu/agraf
2011-06-03 Aurelien JarnoMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-06-03 Aurelien Jarnotarget-i386: remove old code handling float64
2011-03-23 Anthony LiguoriRevert "x86: Save/restore PAT MSR"
2011-03-21 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-03-16 Jan Kiszkax86: Save/restore PAT MSR
2010-12-01 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2010-11-16 Anthony LiguoriMerge remote branch 'spice/bugfix.2' into staging
2010-11-16 Gleb NatapovAdd support for async page fault to qemu
2010-06-28 Sheng Yangkvm: Enable XSAVE live migration support
2010-03-04 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into pulls
2010-03-04 Jan KiszkaKVM: Rework VCPU state writeback API
2009-12-18 Anthony LiguoriRevert "kvm: x86: Save/restore exception_index"
2009-12-18 Jan Kiszkakvm: x86: Use separate exception_injected CPUState...
2009-12-12 Glauber Costav2: properly save kvm system time msr registers
2009-12-12 Jan Kiszkakvm: x86: Save/restore exception_index
2009-12-03 Jan Kiszkakvm: x86: Add support for VCPU event states
2009-11-17 Jan Kiszkakvm: x86: Refactor use of interrupt_bitmap
2009-10-27 Juan Quintelavmstate: Add version arg to VMSTATE_SINGLE_TEST()
2009-10-21 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-10-18 Blue Swirlx86: add 'static' to please Sparse
2009-10-05 Juan Quintelax86: fix miss merge
2009-10-05 Juan Quintelax86: port cpu to vmstate
2009-10-05 Juan Quintelax86: factor out cpu_get/put_fpreg()
2009-10-05 Juan Quintelax86: factor out cpu_get/put_mttr_var()
2009-10-05 Juan Quintelax86: factor out cpu_get/put_xmm_reg()
2009-10-05 Juan Quintelax86: factor out cpu_pre/post_load()
2009-10-05 Juan Quintelax86: factor out cpu_pre_save()
2009-10-05 Juan Quintelax86: port segments to vmstate
2009-10-05 Juan Quintelax86: mcg_cap is never 0
2009-10-05 Juan Quintelax86: send mce_banks as an array
2009-10-05 Juan Quintelax86: mce_banks always have the same size
2009-10-05 Juan Quintelax86: add fpregs_format_vmstate
2009-10-05 Juan Quintelax86: add pending_irq_vmstate to the state
2009-10-05 Juan Quintelax86: add fptag_vmstate to the state
2009-10-05 Juan Quintelax86: fpus is uint16_t not unsigned int
2009-10-05 Juan Quintelax86: fpuc is uint16_t not unsigned int
2009-10-05 Juan Quintelax86: make a20_mask int32_t
2009-10-05 Juan Quintelax86: hflags is not modified at all, just save it directly
2009-10-04 Andre Przywaratarget-i386: add RDTSCP support
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-28 Avi Kivitykvm: Simplify cpu_synchronize_state()
2009-07-09 Huang YingQEMU: MCE: Add MCE simulation to qemu/tcg
2009-07-02 Jan KiszkaUse ctz64 in favor of ffsll
2009-06-29 Jan KiszkaKVM: x86: Refactor persistent CPU state
2009-05-22 Jan Kiszkakvm: x86: Save/restore KVM-specific CPU states
2009-05-22 Jan Kiszkakvm: Add missing bits to support live migration
2009-05-21 Anthony LiguoriConvert machine registration to use module init functions
2009-04-22 aliguorixen: groundwork for xen support (Gerd Hoffmann)
2009-01-29 aliguoriMTRR support on x86, part 2 (Carl-Daniel Hailfinger)
2008-11-18 aliguorix86: Debug register emulation (Jan Kiszka)
2008-10-29 aliguoriFix restore of older snapshots for target-i386 on big...
2008-10-02 blueswir1Resurrect the safe part of r5274
2008-09-29 aliguoriFix save/restore regression introduced by r5318
2008-09-25 blueswir1Revert r5274 which breaks savevm/loadvm
2008-09-25 balrogSYSENTER/SYSEXIT IA-32e implementation (Alexander Graf).
2008-09-20 blueswir1Add signed versions of save/load functions
2008-07-01 pbrookMove interrupt_request and user_mode_only to common...
2008-06-04 bellardsave more CPU state
2008-05-04 aurel32Correctly save and restore env->a20_mask now that it...
2008-05-04 aurel32remove target ifdefs from vl.c