aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
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
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