aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
2010-03-10target-i386: fix SIB decoding with index = 4Aurelien Jarno1-2/+2
2010-03-06target-i386: Fix long jumps/calls in long mode with REX.W setmalc1-3/+1
2010-03-06target-i386: fix lddqu SSE instructionAurelien Jarno1-1/+1
2010-03-04KVM: x86: Restrict writeback of VCPU stateJan Kiszka1-12/+20
2010-03-04KVM: Rework VCPU state writeback APIJan Kiszka2-12/+1
2010-03-04KVM: Rework of guest debug state writingJan Kiszka1-4/+43
2010-03-01Move ioport.h out of cpu-all.hPaul Brook2-0/+2
2010-02-28target-i386: fix crash on x86 32bit linux host with hw breakpoint exceptionsJason Wessel3-3/+9
2010-02-23Fix OpenBSD linker warningBlue Swirl1-2/+3
2010-02-23Fix i386-bsd-user buildBlue Swirl1-3/+3
2010-02-22Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-3/+0
2010-02-22Add cpu model configuration support..john cooper2-67/+402
2010-02-21kvm: Kill CR3_CACHE feature referencesJes Sorensen1-3/+0
2010-02-19QEMU e820 reservation patchJes Sorensen1-0/+8
2010-02-08Merge remote branch 'qemu-kvm/uq/master' into staging-tmpAnthony Liguori1-1/+10
2010-02-05remove two dead assignments in target-i386/translate.cPaolo Bonzini1-2/+0
2010-02-03KVM: x86: Fix up misreported CPU featuresJan Kiszka1-1/+7
2010-02-03KVM: Request setting of nmi_pending and sipi_vectorJan Kiszka1-0/+3
2010-01-19kill regs_to_env and env_to_regsPaolo Bonzini1-8/+0
2010-01-19remove dead code from target-i386/exec.hPaolo Bonzini1-48/+0
2010-01-13Add KVM paravirt cpuid leafGleb Natapov3-11/+89
2010-01-13x86: translate.c: remove dead assignmentAmit Shah1-2/+0
2010-01-11remove pending exception on vcpu reset.Gleb Natapov1-0/+1
2010-01-11MCE: Fix bug of IA32_MCG_STATUS after system resetHuang Ying1-0/+2
2010-01-03target-i386: Fix "call im" on x86_64 when executing 32-bit codeAurelien Jarno1-0/+2
2009-12-24Intel CPUs starting from pentium have apicGleb Natapov1-1/+1
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