summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* target-i386: fix decoding of negative 4-byte displacementsPaolo Bonzini2010-06-041-1/+1
* resent: x86/cpuid: Add kvm32 CPU modelAndre Przywara2010-06-011-0/+14
* kvm: fix 80000001.EDX supported bit filteringGleb Natapov2010-05-111-1/+1
* Do not stop VM if emulation failed in userspace.Gleb Natapov2010-05-111-0/+7
* kvm: enable smp > 1Marcelo Tosatti2010-05-111-0/+16
* kvm: validate context for kvm cpu get/put operationsJan Kiszka2010-05-111-0/+4
* target-i386: Remove duplicate CPU log.Richard Henderson2010-05-051-1/+0Star
* kvm: allow qemu to set EPT identity mapping addressSheng Yang2010-04-261-1/+25
* target-i386: print EFER in cpu_dump_stateMarcelo Tosatti2010-04-261-0/+1
* KVM: x86: Add debug register saving and restoringJan Kiszka2010-04-261-0/+55
* x86: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-3/+1Star
* kvm: avoid collision with dprintf macro in stdio.h, spotted by clangBlue Swirl2010-04-181-5/+5
* target-i386: Fix variable in (disabled) debugging codeAdam Lackorzynski2010-04-081-1/+1
* target-i386: Fix compiler warningStefan Weil2010-04-081-3/+4
* remove TARGET_* defines from translate-all.cPaolo Bonzini2010-04-081-0/+2
* Large page TLB flushPaul Brook2010-03-171-4/+3Star
* x86/cpuid: fix indentationAurelien Jarno2010-03-131-7/+7
* x86/cpuid: Enable all features of real CPUAurelien Jarno2010-03-131-30/+26Star
* x86/cpuid: fix CPUID levelsAndre Przywara2010-03-131-2/+2
* x86/cpuid: Always expose 32 and 64-bit CPUsAndre Przywara2010-03-131-2/+0Star
* x86/cpuid: add TCG feature bit trimmingAndre Przywara2010-03-131-0/+24
* x86/cpuid: remove unnecessary kvm_trim functionAndre Przywara2010-03-131-21/+6Star
* x86/cpuid: add "host" to the list of supported CPU modelsAndre Przywara2010-03-131-0/+3
* x86/cpuid: add missing CPUID feature flag namesAndre Przywara2010-03-131-8/+8
* x86/cpuid: moved host_cpuid function and remove prototypeAndre Przywara2010-03-131-37/+34Star
* x86/cpuid: fix missing feature set bitsAndre Przywara2010-03-131-0/+1
* x86/cpuid: replace magic number with named constantAndre Przywara2010-03-131-5/+6
* x86/cpuid: move CPUID functions into separate fileAndre Przywara2010-03-133-1115/+1143
* target-i386: fix commit c22549204a6edc431e8e4358e61bd56386ff6957TeLeMan2010-03-131-0/+5
* Remove cpu_get_phys_page_debug from userspace emulationPaul Brook2010-03-121-5/+0Star
* Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson2010-03-121-0/+11
* 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/+1Star
* 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/+1Star
* 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/+0Star
|\
| * kvm: Kill CR3_CACHE feature referencesJes Sorensen2010-02-211-3/+0Star
* | 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/+0Star
|/
* kill regs_to_env and env_to_regsPaolo Bonzini2010-01-191-8/+0Star