aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386/machine.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-05x86: port segments to vmstateJuan Quintela1-8/+16
2009-10-05x86: mcg_cap is never 0Juan Quintela1-12/+8
2009-10-05x86: send mce_banks as an arrayJuan Quintela1-10/+4
2009-10-05x86: mce_banks always have the same sizeJuan Quintela1-2/+2
2009-10-05x86: add fpregs_format_vmstateJuan Quintela1-7/+5
2009-10-05x86: add pending_irq_vmstate to the stateJuan Quintela1-9/+7
2009-10-05x86: add fptag_vmstate to the stateJuan Quintela1-9/+9
2009-10-05x86: fpus is uint16_t not unsigned intJuan Quintela1-8/+8
2009-10-05x86: fpuc is uint16_t not unsigned intJuan Quintela1-6/+4
2009-10-05x86: make a20_mask int32_tJuan Quintela1-7/+2
2009-10-05x86: hflags is not modified at all, just save it directlyJuan Quintela1-8/+3
2009-10-04target-i386: add RDTSCP supportAndre Przywara1-0/+4
2009-08-27kvm: Simplify cpu_synchronize_state()Avi Kivity1-2/+2
2009-07-09QEMU: MCE: Add MCE simulation to qemu/tcgHuang Ying1-1/+28
2009-07-02Use ctz64 in favor of ffsllJan Kiszka1-3/+4
2009-06-29KVM: x86: Refactor persistent CPU stateJan Kiszka1-7/+23
2009-05-22kvm: x86: Save/restore KVM-specific CPU statesJan Kiszka1-2/+14
2009-05-22kvm: Add missing bits to support live migrationJan Kiszka1-0/+4
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-9/+0
2009-04-22xen: groundwork for xen support (Gerd Hoffmann)aliguori1-0/+3
2009-01-29MTRR support on x86, part 2 (Carl-Daniel Hailfinger)aliguori1-1/+22
2008-11-18x86: Debug register emulation (Jan Kiszka)aliguori1-0/+4
2008-10-29Fix restore of older snapshots for target-i386 on big endian hostsaliguori1-2/+2
2008-10-02Resurrect the safe part of r5274blueswir11-2/+2
2008-09-29Fix save/restore regression introduced by r5318aliguori1-1/+1
2008-09-25Revert r5274 which breaks savevm/loadvmblueswir11-2/+2
2008-09-25SYSENTER/SYSEXIT IA-32e implementation (Alexander Graf).balrog1-6/+11
2008-09-20Add signed versions of save/load functionsblueswir11-2/+2
2008-07-01Move interrupt_request and user_mode_only to common cpu state.pbrook1-3/+4
2008-06-04save more CPU statebellard1-4/+36
2008-05-04Correctly save and restore env->a20_mask now that it is a 64-bitaurel321-2/+6
2008-05-04remove target ifdefs from vl.caurel321-0/+264