summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* kvm: Simplify cpu_synchronize_state()Avi Kivity2009-08-271-2/+2
* QEMU: MCE: Add MCE simulation to qemu/tcgHuang Ying2009-07-091-1/+28
* Use ctz64 in favor of ffsllJan Kiszka2009-07-021-3/+4
* KVM: x86: Refactor persistent CPU stateJan Kiszka2009-06-291-7/+23
* kvm: x86: Save/restore KVM-specific CPU statesJan Kiszka2009-05-221-2/+14
* kvm: Add missing bits to support live migrationJan Kiszka2009-05-221-0/+4
* Convert machine registration to use module init functionsAnthony Liguori2009-05-211-9/+0
* xen: groundwork for xen support (Gerd Hoffmann)aliguori2009-04-221-0/+3
* MTRR support on x86, part 2 (Carl-Daniel Hailfinger)aliguori2009-01-291-1/+22