aboutsummaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
2009-12-03kvm: x86: Add support for VCPU event statesJan Kiszka
2009-12-03kvm: x86: Fix merge artifact of f8d926e9 about mp_stateJan Kiszka
2009-11-17kvm: x86: Refactor use of interrupt_bitmapJan Kiszka
2009-11-17kvm: Add arch reset handlerJan Kiszka
2009-11-12kvm: Move KVM mp_state accessors to i386-specific codeHollis Blanchard
2009-11-07user: move CPU reset call to main.c for x86/PPC/SparcBlue Swirl
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa
2009-10-27vmstate: Add version arg to VMSTATE_SINGLE_TEST()Juan Quintela
2009-10-23target-i386: implement lzcnt emulationAndre Przywara
2009-10-18x86: add 'static' to please SparseBlue Swirl
2009-10-06target-i386: fix ARPLLaurent Desnogues
2009-10-05target-i386: move recently added vmstate fields at the end of the structureAurelien Jarno
2009-10-05x86: fix miss mergeJuan Quintela
2009-10-05gdbstub: x86: Switch 64/32 bit registers dynamicallyJan Kiszka
2009-10-05x86: port cpu to vmstateJuan Quintela
2009-10-05x86: factor out cpu_get/put_fpreg()Juan Quintela
2009-10-05x86: factor out cpu_get/put_mttr_var()Juan Quintela
2009-10-05x86: factor out cpu_get/put_xmm_reg()Juan Quintela
2009-10-05x86: factor out cpu_pre/post_load()Juan Quintela
2009-10-05x86: factor out cpu_pre_save()Juan Quintela
2009-10-05x86: port segments to vmstateJuan Quintela
2009-10-05x86: split MTRRVar unionJuan Quintela
2009-10-05x86: split FPReg unionJuan Quintela
2009-10-05x86: mcg_cap is never 0Juan Quintela
2009-10-05x86: send mce_banks as an arrayJuan Quintela
2009-10-05x86: mce_banks always have the same sizeJuan Quintela
2009-10-05x86: add fpregs_format_vmstateJuan Quintela
2009-10-05x86: add pending_irq_vmstate to the stateJuan Quintela
2009-10-05x86: add fptag_vmstate to the stateJuan Quintela
2009-10-05x86: fpus is uint16_t not unsigned intJuan Quintela
2009-10-05x86: fpuc is uint16_t not unsigned intJuan Quintela
2009-10-05x86: make a20_mask int32_tJuan Quintela
2009-10-05x86: hflags is not modified at all, just save it directlyJuan Quintela
2009-10-04target-i386: Fix exceptions for fxsave/fxrstorKevin Wolf
2009-10-04target-i386: add RDTSCP supportAndre Przywara
2009-10-04target-i386: add SSE4a instruction supportAndre Przywara
2009-10-04target-i386: add lock mov cr0 = cr8Andre Przywara
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-30x86: use globals for CPU registersLaurent Desnogues
2009-09-27target-i386: kill a tmp registerAurelien Jarno
2009-09-27target-i386: use subfi instead of sub with a non-freed constantAurelien Jarno
2009-09-25gcc wants 1st static and then constJuan Quintela
2009-09-20ioports: remove unused env parameter and compile only onceBlue Swirl
2009-09-12i386: Drop redundant kvm_enabled testJan Kiszka
2009-09-12Work around OpenSolaris sys/regset.h namespace pollutionBlue Swirl
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-09-11kvm_arch_get_registers() shouldn't be called directlyGleb Natapov
2009-09-05Fix Sparse warnings: add "static"Blue Swirl
2009-08-27kvm: Simplify cpu_synchronize_state()Avi Kivity