aboutsummaryrefslogtreecommitdiff
path: root/target-i386/machine.c
AgeCommit message (Expand)Author
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-03-12target-i386: Update VMStateDescription to X86CPUAndreas Färber
2013-01-15target-i386: Define DR7 bit field constantsliguang
2013-01-02Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-14target-i386: Enabling IA32_TSC_ADJUST for QEMU KVM guest VMsWill Auld
2012-08-29kvm: get/set PV EOI MSRMichael S. Tsirkin
2012-03-14target-i386: Don't overuse CPUStateAndreas Färber
2011-10-24i386: wire up MSR_IA32_MISC_ENABLEAvi Kivity
2011-10-24kvm: support TSC deadline MSR with subsectionLiu, Jinsong
2011-10-24Revert "kvm: support TSC deadline MSR"Marcelo Tosatti
2011-10-03kvm: support TSC deadline MSRLiu, Jinsong
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-06-21kvm: fix FPU state subsectionMarcelo Tosatti
2011-06-19kvm: x86: Save/restore FPU OP, IP and DPJan Kiszka
2011-06-03target-i386: remove old code handling float64Aurelien Jarno
2011-03-22Revert "x86: Save/restore PAT MSR"Anthony Liguori
2011-03-16x86: Save/restore PAT MSRJan Kiszka
2010-11-16Add support for async page fault to qemuGleb Natapov
2010-06-28kvm: Enable XSAVE live migration supportSheng Yang
2010-03-04KVM: Rework VCPU state writeback APIJan Kiszka
2009-12-18Revert "kvm: x86: Save/restore exception_index"Anthony Liguori
2009-12-18kvm: x86: Use separate exception_injected CPUState fieldJan Kiszka
2009-12-12v2: properly save kvm system time msr registersGlauber Costa
2009-12-12kvm: x86: Save/restore exception_indexJan Kiszka
2009-12-03kvm: x86: Add support for VCPU event statesJan Kiszka
2009-11-17kvm: x86: Refactor use of interrupt_bitmapJan Kiszka
2009-10-27vmstate: Add version arg to VMSTATE_SINGLE_TEST()Juan Quintela
2009-10-18x86: add 'static' to please SparseBlue Swirl
2009-10-05x86: fix miss mergeJuan Quintela
2009-10-05x86: port cpu to vmstateJuan Quintela
2009-10-05x86: factor out cpu_get/put_fpreg()Juan Quintela
2009-10-05x86: factor out cpu_get/put_mttr_var()Juan Quintela
2009-10-05x86: factor out cpu_get/put_xmm_reg()Juan Quintela
2009-10-05x86: factor out cpu_pre/post_load()Juan Quintela
2009-10-05x86: factor out cpu_pre_save()Juan Quintela
2009-10-05x86: port segments to vmstateJuan Quintela
2009-10-05x86: mcg_cap is never 0Juan Quintela
2009-10-05x86: send mce_banks as an arrayJuan Quintela
2009-10-05x86: mce_banks always have the same sizeJuan Quintela
2009-10-05x86: add fpregs_format_vmstateJuan Quintela
2009-10-05x86: add pending_irq_vmstate to the stateJuan Quintela
2009-10-05x86: add fptag_vmstate to the stateJuan Quintela
2009-10-05x86: fpus is uint16_t not unsigned intJuan Quintela
2009-10-05x86: fpuc is uint16_t not unsigned intJuan Quintela
2009-10-05x86: make a20_mask int32_tJuan Quintela
2009-10-05x86: hflags is not modified at all, just save it directlyJuan Quintela
2009-10-04target-i386: add RDTSCP supportAndre Przywara
2009-08-27kvm: Simplify cpu_synchronize_state()Avi Kivity
2009-07-09QEMU: MCE: Add MCE simulation to qemu/tcgHuang Ying