aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
2010-05-11kvm: fix 80000001.EDX supported bit filteringGleb Natapov1-1/+1
2010-05-11Do not stop VM if emulation failed in userspace.Gleb Natapov1-0/+7
2010-05-11kvm: enable smp > 1Marcelo Tosatti1-0/+16
2010-05-11kvm: validate context for kvm cpu get/put operationsJan Kiszka1-0/+4
2010-05-05target-i386: Remove duplicate CPU log.Richard Henderson1-1/+0
2010-04-26kvm: allow qemu to set EPT identity mapping addressSheng Yang1-1/+25
2010-04-26target-i386: print EFER in cpu_dump_stateMarcelo Tosatti1-0/+1
2010-04-26KVM: x86: Add debug register saving and restoringJan Kiszka1-0/+55
2010-04-25x86: remove dead assignments, spotted by clang analyzerBlue Swirl1-3/+1
2010-04-18kvm: avoid collision with dprintf macro in stdio.h, spotted by clangBlue Swirl1-5/+5
2010-04-08target-i386: Fix variable in (disabled) debugging codeAdam Lackorzynski1-1/+1
2010-04-08target-i386: Fix compiler warningStefan Weil1-3/+4
2010-04-08remove TARGET_* defines from translate-all.cPaolo Bonzini1-0/+2
2010-03-17Large page TLB flushPaul Brook1-4/+3
2010-03-13x86/cpuid: fix indentationAurelien Jarno1-7/+7
2010-03-13x86/cpuid: Enable all features of real CPUAurelien Jarno1-30/+26
2010-03-13x86/cpuid: fix CPUID levelsAndre Przywara1-2/+2
2010-03-13x86/cpuid: Always expose 32 and 64-bit CPUsAndre Przywara1-2/+0
2010-03-13x86/cpuid: add TCG feature bit trimmingAndre Przywara1-0/+24
2010-03-13x86/cpuid: remove unnecessary kvm_trim functionAndre Przywara1-21/+6
2010-03-13x86/cpuid: add "host" to the list of supported CPU modelsAndre Przywara1-0/+3
2010-03-13x86/cpuid: add missing CPUID feature flag namesAndre Przywara1-8/+8
2010-03-13x86/cpuid: moved host_cpuid function and remove prototypeAndre Przywara1-37/+34
2010-03-13x86/cpuid: fix missing feature set bitsAndre Przywara1-0/+1
2010-03-13x86/cpuid: replace magic number with named constantAndre Przywara1-5/+6
2010-03-13x86/cpuid: move CPUID functions into separate fileAndre Przywara3-1115/+1143
2010-03-13target-i386: fix commit c22549204a6edc431e8e4358e61bd56386ff6957TeLeMan1-0/+5
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook1-5/+0
2010-03-12Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson1-0/+11
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