aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
2009-12-18Revert "kvm: x86: Save/restore exception_index"Anthony Liguori1-1/+0
2009-12-18target-i386: Fix evaluation of DR7 registerJan Kiszka1-2/+2
2009-12-18kvm: x86: Use separate exception_injected CPUState fieldJan Kiszka3-3/+5
2009-12-13target-i386: Update CPUID feature set for TCGAndre Przywara1-13/+12
2009-12-12v2: properly save kvm system time msr registersGlauber Costa3-0/+20
2009-12-12kvm: x86: Save/restore exception_indexJan Kiszka1-0/+1
2009-12-07cpuid: Fix multicore setup on IntelAndre Przywara1-15/+31
2009-12-07kvm: x86: Fix initial kvm_has_msr_starJan Kiszka1-2/+2
2009-12-03kvm: x86: Add support for VCPU event statesJan Kiszka3-0/+88
2009-12-03kvm: x86: Fix merge artifact of f8d926e9 about mp_stateJan Kiszka1-4/+4
2009-11-17kvm: x86: Refactor use of interrupt_bitmapJan Kiszka3-31/+21
2009-11-17kvm: Add arch reset handlerJan Kiszka1-0/+4
2009-11-12kvm: Move KVM mp_state accessors to i386-specific codeHollis Blanchard1-0/+20
2009-11-07user: move CPU reset call to main.c for x86/PPC/SparcBlue Swirl1-3/+0
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa1-0/+2
2009-10-27vmstate: Add version arg to VMSTATE_SINGLE_TEST()Juan Quintela1-1/+1
2009-10-23target-i386: implement lzcnt emulationAndre Przywara3-14/+38
2009-10-18x86: add 'static' to please SparseBlue Swirl1-5/+5
2009-10-06target-i386: fix ARPLLaurent Desnogues1-3/+7
2009-10-05target-i386: move recently added vmstate fields at the end of the structureAurelien Jarno1-4/+6
2009-10-05x86: fix miss mergeJuan Quintela1-1/+2
2009-10-05gdbstub: x86: Switch 64/32 bit registers dynamicallyJan Kiszka1-2/+5
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: split MTRRVar unionJuan Quintela1-4/+6
2009-10-05x86: split FPReg unionJuan Quintela1-8/+10
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 Quintela3-5/+4
2009-10-05x86: add fpregs_format_vmstateJuan Quintela2-7/+6
2009-10-05x86: add pending_irq_vmstate to the stateJuan Quintela2-9/+8
2009-10-05x86: add fptag_vmstate to the stateJuan Quintela2-9/+10
2009-10-05x86: fpus is uint16_t not unsigned intJuan Quintela2-9/+10
2009-10-05x86: fpuc is uint16_t not unsigned intJuan Quintela2-7/+5
2009-10-05x86: make a20_mask int32_tJuan Quintela3-11/+6
2009-10-05x86: hflags is not modified at all, just save it directlyJuan Quintela1-8/+3
2009-10-04target-i386: Fix exceptions for fxsave/fxrstorKevin Wolf2-4/+14
2009-10-04target-i386: add RDTSCP supportAndre Przywara5-16/+63
2009-10-04target-i386: add SSE4a instruction supportAndre Przywara3-2/+85
2009-10-04target-i386: add lock mov cr0 = cr8Andre Przywara1-0/+4
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori2-15/+15
2009-10-01Get rid of _t suffixmalc2-15/+15
2009-09-30x86: use globals for CPU registersLaurent Desnogues1-71/+125
2009-09-27target-i386: kill a tmp registerAurelien Jarno1-4/+3
2009-09-27target-i386: use subfi instead of sub with a non-freed constantAurelien Jarno1-7/+7