aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-25gcc wants 1st static and then constJuan Quintela1-1/+1
2009-09-20ioports: remove unused env parameter and compile only onceBlue Swirl1-6/+6
2009-09-12i386: Drop redundant kvm_enabled testJan Kiszka1-2/+1
2009-09-12Work around OpenSolaris sys/regset.h namespace pollutionBlue Swirl1-0/+9
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl2-3/+3
2009-09-11kvm_arch_get_registers() shouldn't be called directlyGleb Natapov1-1/+1
2009-09-05Fix Sparse warnings: add "static"Blue Swirl1-1/+1
2009-08-27kvm: Simplify cpu_synchronize_state()Avi Kivity1-2/+2
2009-08-27introduce kvm64 CPUAndre Przywara1-0/+26
2009-08-27allow overriding of CPUID level on command lineAndre Przywara1-10/+29