summaryrefslogtreecommitdiffstats
path: root/target-i386/machine.c
Commit message (Expand)AuthorAgeFilesLines
* target-i386: kvm: save/restore steal time MSRMarcelo Tosatti2013-04-171-0/+21
* hw: move headers to include/Paolo Bonzini2013-04-081-2/+2
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-1/+1
* target-i386: Update VMStateDescription to X86CPUAndreas Färber2013-03-121-108/+107
* target-i386: Define DR7 bit field constantsliguang2013-01-151-2/+3
* Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2013-01-021-0/+21
|\
| * target-i386: Enabling IA32_TSC_ADJUST for QEMU KVM guest VMsWill Auld2012-12-141-0/+21
* | softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
|/
* kvm: get/set PV EOI MSRMichael S. Tsirkin2012-08-291-0/+21
* target-i386: Don't overuse CPUStateAndreas Färber2012-03-141-90/+90
* i386: wire up MSR_IA32_MISC_ENABLEAvi Kivity2011-10-241-0/+21
* kvm: support TSC deadline MSR with subsectionLiu, Jinsong2011-10-241-0/+21
* Revert "kvm: support TSC deadline MSR"Marcelo Tosatti2011-10-241-1/+0
* kvm: support TSC deadline MSRLiu, Jinsong2011-10-031-0/+1
* Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+1
* kvm: fix FPU state subsectionMarcelo Tosatti2011-06-211-3/+3
* kvm: x86: Save/restore FPU OP, IP and DPJan Kiszka2011-06-191-0/+23
* target-i386: remove old code handling float64Aurelien Jarno2011-06-031-101/+0
* Revert "x86: Save/restore PAT MSR"Anthony Liguori2011-03-221-2/+0
* x86: Save/restore PAT MSRJan Kiszka2011-03-161-0/+2
* Add support for async page fault to qemuGleb Natapov2010-11-161-0/+26
* kvm: Enable XSAVE live migration supportSheng Yang2010-06-281-0/+20
* KVM: Rework VCPU state writeback APIJan Kiszka2010-03-041-11/+0
* Revert "kvm: x86: Save/restore exception_index"Anthony Liguori2009-12-181-1/+0
* kvm: x86: Use separate exception_injected CPUState fieldJan Kiszka2009-12-181-0/+1
* v2: properly save kvm system time msr registersGlauber Costa2009-12-121-0/+3
* kvm: x86: Save/restore exception_indexJan Kiszka2009-12-121-0/+1
* kvm: x86: Add support for VCPU event statesJan Kiszka2009-12-031-0/+6
* kvm: x86: Refactor use of interrupt_bitmapJan Kiszka2009-11-171-22/+2
* vmstate: Add version arg to VMSTATE_SINGLE_TEST()Juan Quintela2009-10-271-1/+1
* x86: add 'static' to please SparseBlue Swirl2009-10-181-5/+5
* x86: fix miss mergeJuan Quintela2009-10-051-1/+2
* x86: port cpu to vmstateJuan Quintela2009-10-051-259/+240
* x86: factor out cpu_get/put_fpreg()Juan Quintela2009-10-051-72/+137
* x86: factor out cpu_get/put_mttr_var()Juan Quintela2009-10-051-4/+24
* x86: factor out cpu_get/put_xmm_reg()Juan Quintela2009-10-051-4/+24
* x86: factor out cpu_pre/post_load()Juan Quintela2009-10-051-18/+39
* x86: factor out cpu_pre_save()Juan Quintela2009-10-051-21/+32
* x86: port segments to vmstateJuan Quintela2009-10-051-8/+16
* x86: mcg_cap is never 0Juan Quintela2009-10-051-12/+8
* x86: send mce_banks as an arrayJuan Quintela2009-10-051-10/+4
* x86: mce_banks always have the same sizeJuan Quintela2009-10-051-2/+2
* x86: add fpregs_format_vmstateJuan Quintela2009-10-051-7/+5
* x86: add pending_irq_vmstate to the stateJuan Quintela2009-10-051-9/+7
* x86: add fptag_vmstate to the stateJuan Quintela2009-10-051-9/+9
* x86: fpus is uint16_t not unsigned intJuan Quintela2009-10-051-8/+8
* x86: fpuc is uint16_t not unsigned intJuan Quintela2009-10-051-6/+4
* x86: make a20_mask int32_tJuan Quintela2009-10-051-7/+2
* x86: hflags is not modified at all, just save it directlyJuan Quintela2009-10-051-8/+3
* target-i386: add RDTSCP supportAndre Przywara2009-10-041-0/+4
OpenPOWER on IntegriCloud