summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* target-i386: fix SIB decoding with index = 4Aurelien Jarno2010-03-101-2/+2
* target-i386: Fix long jumps/calls in long mode with REX.W setmalc2010-03-061-3/+1
* target-i386: fix lddqu SSE instructionAurelien Jarno2010-03-061-1/+1
* KVM: x86: Restrict writeback of VCPU stateJan Kiszka2010-03-041-12/+20
* KVM: Rework VCPU state writeback APIJan Kiszka2010-03-042-12/+1
* KVM: Rework of guest debug state writingJan Kiszka2010-03-041-4/+43
* Move ioport.h out of cpu-all.hPaul Brook2010-03-012-0/+2
* target-i386: fix crash on x86 32bit linux host with hw breakpoint exceptionsJason Wessel2010-02-283-3/+9
* Fix OpenBSD linker warningBlue Swirl2010-02-231-2/+3
* Fix i386-bsd-user buildBlue Swirl2010-02-231-3/+3
* Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2010-02-221-3/+0
|\
| * kvm: Kill CR3_CACHE feature referencesJes Sorensen2010-02-211-3/+0
* | Add cpu model configuration support..john cooper2010-02-222-67/+402
* | QEMU e820 reservation patchJes Sorensen2010-02-191-0/+8
|/
* Merge remote branch 'qemu-kvm/uq/master' into staging-tmpAnthony Liguori2010-02-081-1/+10
|\
| * KVM: x86: Fix up misreported CPU featuresJan Kiszka2010-02-031-1/+7
| * KVM: Request setting of nmi_pending and sipi_vectorJan Kiszka2010-02-031-0/+3
* | remove two dead assignments in target-i386/translate.cPaolo Bonzini2010-02-051-2/+0
|/
* kill regs_to_env and env_to_regsPaolo Bonzini2010-01-191-8/+0
* remove dead code from target-i386/exec.hPaolo Bonzini2010-01-191-48/+0
* Add KVM paravirt cpuid leafGleb Natapov2010-01-133-11/+89
* x86: translate.c: remove dead assignmentAmit Shah2010-01-131-2/+0
* remove pending exception on vcpu reset.Gleb Natapov2010-01-111-0/+1
* MCE: Fix bug of IA32_MCG_STATUS after system resetHuang Ying2010-01-111-0/+2
* target-i386: Fix "call im" on x86_64 when executing 32-bit codeAurelien Jarno2010-01-031-0/+2
* Intel CPUs starting from pentium have apicGleb Natapov2009-12-241-1/+1
* Revert "kvm: x86: Save/restore exception_index"Anthony Liguori2009-12-181-1/+0
* target-i386: Fix evaluation of DR7 registerJan Kiszka2009-12-181-2/+2
* kvm: x86: Use separate exception_injected CPUState fieldJan Kiszka2009-12-183-3/+5
* target-i386: Update CPUID feature set for TCGAndre Przywara2009-12-131-13/+12
* v2: properly save kvm system time msr registersGlauber Costa2009-12-123-0/+20
* kvm: x86: Save/restore exception_indexJan Kiszka2009-12-121-0/+1
* cpuid: Fix multicore setup on IntelAndre Przywara2009-12-071-15/+31
* kvm: x86: Fix initial kvm_has_msr_starJan Kiszka2009-12-071-2/+2
* kvm: x86: Add support for VCPU event statesJan Kiszka2009-12-033-0/+88
* kvm: x86: Fix merge artifact of f8d926e9 about mp_stateJan Kiszka2009-12-031-4/+4
* kvm: x86: Refactor use of interrupt_bitmapJan Kiszka2009-11-173-31/+21
* kvm: Add arch reset handlerJan Kiszka2009-11-171-0/+4
* kvm: Move KVM mp_state accessors to i386-specific codeHollis Blanchard2009-11-121-0/+20
* user: move CPU reset call to main.c for x86/PPC/SparcBlue Swirl2009-11-071-3/+0
* v3: don't call reset functions on cpu initializationGlauber Costa2009-11-071-0/+2
* vmstate: Add version arg to VMSTATE_SINGLE_TEST()Juan Quintela2009-10-271-1/+1
* target-i386: implement lzcnt emulationAndre Przywara2009-10-233-14/+38
* x86: add 'static' to please SparseBlue Swirl2009-10-181-5/+5
* target-i386: fix ARPLLaurent Desnogues2009-10-061-3/+7
* target-i386: move recently added vmstate fields at the end of the structureAurelien Jarno2009-10-051-4/+6
* x86: fix miss mergeJuan Quintela2009-10-051-1/+2
* gdbstub: x86: Switch 64/32 bit registers dynamicallyJan Kiszka2009-10-051-2/+5
* x86: port cpu to vmstateJuan Quintela2009-10-051-259/+240
* x86: factor out cpu_get/put_fpreg()Juan Quintela2009-10-051-72/+137
OpenPOWER on IntegriCloud