summaryrefslogtreecommitdiff
path: root/target-i386/machine.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13cputlb: Change tlb_flush() argument to CPUStateAndreas Färber1-1/+1
2014-03-13exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber1-1/+1
2014-03-13exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber1-1/+2
2014-02-03kvm: add support for hyper-v timersVadim Rozenfeld1-0/+22
2014-02-03kvm: make hyperv vapic assist page migratableVadim Rozenfeld1-0/+22
2014-02-03kvm: make hyperv hypercall and guest os id MSRs migratable.Vadim Rozenfeld1-0/+23
2013-12-12target-i386: Intel MPXLiu Jinsong1-0/+51
2013-09-20fix steal time MSR vmsd callback to proper opaque typeMarcelo Tosatti1-3/+3
2013-08-09kvm: migrate vPMU statePaolo Bonzini1-0/+44
2013-07-25Initialize IA32_FEATURE_CONTROL MSR in reset and migrationArthur Chunqi Li1-0/+22
2013-07-23Fix real mode guest segments dpl value in savevmOrit Wasserman1-0/+18
2013-07-23Fix real mode guest migrationOrit Wasserman1-0/+18
2013-04-17target-i386: kvm: save/restore steal time MSRMarcelo Tosatti1-0/+21
2013-04-08hw: move headers to include/Paolo Bonzini1-2/+2
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber1-1/+1
2013-03-12target-i386: Update VMStateDescription to X86CPUAndreas Färber1-108/+107
2013-01-15target-i386: Define DR7 bit field constantsliguang1-2/+3
2013-01-02Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-0/+21
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-14target-i386: Enabling IA32_TSC_ADJUST for QEMU KVM guest VMsWill Auld1-0/+21
2012-08-29kvm: get/set PV EOI MSRMichael S. Tsirkin1-0/+21
2012-03-14target-i386: Don't overuse CPUStateAndreas Färber1-90/+90
2011-10-24i386: wire up MSR_IA32_MISC_ENABLEAvi Kivity1-0/+21
2011-10-24kvm: support TSC deadline MSR with subsectionLiu, Jinsong1-0/+21
2011-10-24Revert "kvm: support TSC deadline MSR"Marcelo Tosatti1-1/+0
2011-10-03kvm: support TSC deadline MSRLiu, Jinsong1-0/+1
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+1
2011-06-21kvm: fix FPU state subsectionMarcelo Tosatti1-3/+3
2011-06-19kvm: x86: Save/restore FPU OP, IP and DPJan Kiszka1-0/+23
2011-06-03target-i386: remove old code handling float64Aurelien Jarno1-101/+0
2011-03-22Revert "x86: Save/restore PAT MSR"Anthony Liguori1-2/+0
2011-03-16x86: Save/restore PAT MSRJan Kiszka1-0/+2
2010-11-16Add support for async page fault to qemuGleb Natapov1-0/+26
2010-06-28kvm: Enable XSAVE live migration supportSheng Yang1-0/+20
2010-03-04KVM: Rework VCPU state writeback APIJan Kiszka1-11/+0
2009-12-18Revert "kvm: x86: Save/restore exception_index"Anthony Liguori1-1/+0
2009-12-18kvm: x86: Use separate exception_injected CPUState fieldJan Kiszka1-0/+1
2009-12-12v2: properly save kvm system time msr registersGlauber Costa1-0/+3
2009-12-12kvm: x86: Save/restore exception_indexJan Kiszka1-0/+1
2009-12-03kvm: x86: Add support for VCPU event statesJan Kiszka1-0/+6
2009-11-17kvm: x86: Refactor use of interrupt_bitmapJan Kiszka1-22/+2
2009-10-27vmstate: Add version arg to VMSTATE_SINGLE_TEST()Juan Quintela1-1/+1
2009-10-18x86: add 'static' to please SparseBlue Swirl1-5/+5
2009-10-05x86: fix miss mergeJuan Quintela1-1/+2
2009-10-05x86: port cpu to vmstateJuan Quintela1-259/+240
2009-10-05x86: factor out cpu_get/put_fpreg()Juan Quintela1-72/+137
2009-10-05x86: factor out cpu_get/put_mttr_var()Juan Quintela1-4/+24
2009-10-05x86: factor out cpu_get/put_xmm_reg()Juan Quintela1-4/+24
2009-10-05x86: factor out cpu_pre/post_load()Juan Quintela1-18/+39
2009-10-05x86: factor out cpu_pre_save()Juan Quintela1-21/+32