aboutsummaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
2010-08-22QemuOpts: make most qemu_*_opts staticGerd Hoffmann
2010-08-22target-i386: svm: Fix MSRPM checkAdam Lackorzynski
2010-08-20Use ARRAY_SIZE macroBlue Swirl
2010-07-25target-i386: use gen_update_cc_op()Jun Koi
2010-07-24use symbol for DisasContext->is_jmpJun Koi
2010-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini
2010-07-03remove unused stuff from */exec.hPaolo Bonzini
2010-07-02Don't declare XSAVE as supportedAndi Kleen
2010-07-02Add more boundary checking to sse3/4 parsingAndi Kleen
2010-07-01target-i386: fix xchg rax,r8Richard Henderson
2010-06-30x86: svm: Always clear event_inj on vmexitJan Kiszka
2010-06-28kvm: Fix cpu_is_bsp() compilation warningSheng Yang
2010-06-28kvm: init mp_stateMarcelo Tosatti
2010-06-28kvm: Enable XSAVE live migration supportSheng Yang
2010-06-28Enable XSAVE related CPUIDSheng Yang
2010-06-28kvm: Extend kvm_arch_get_supported_cpuid() to support indexSheng Yang
2010-06-28fix CPUID vendor overrideAndre Przywara
2010-06-27x86: Fix INIT processingJan Kiszka
2010-06-19apic: qdev conversion cleanupBlue Swirl
2010-06-19apic: avoid using CPUState internalsBlue Swirl
2010-06-19apic: avoid passing CPUState from CPU codeBlue Swirl
2010-06-16tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts.Richard Henderson
2010-06-04target-i386: fix decoding of negative 4-byte displacementsPaolo Bonzini
2010-06-01resent: x86/cpuid: Add kvm32 CPU modelAndre Przywara
2010-05-11kvm: fix 80000001.EDX supported bit filteringGleb Natapov
2010-05-11Do not stop VM if emulation failed in userspace.Gleb Natapov
2010-05-11kvm: enable smp > 1Marcelo Tosatti
2010-05-11kvm: validate context for kvm cpu get/put operationsJan Kiszka
2010-05-05target-i386: Remove duplicate CPU log.Richard Henderson
2010-04-26kvm: allow qemu to set EPT identity mapping addressSheng Yang
2010-04-26target-i386: print EFER in cpu_dump_stateMarcelo Tosatti
2010-04-26KVM: x86: Add debug register saving and restoringJan Kiszka
2010-04-25x86: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-18kvm: avoid collision with dprintf macro in stdio.h, spotted by clangBlue Swirl
2010-04-08target-i386: Fix variable in (disabled) debugging codeAdam Lackorzynski
2010-04-08target-i386: Fix compiler warningStefan Weil
2010-04-08remove TARGET_* defines from translate-all.cPaolo Bonzini
2010-03-17Large page TLB flushPaul Brook
2010-03-13x86/cpuid: fix indentationAurelien Jarno
2010-03-13x86/cpuid: Enable all features of real CPUAurelien Jarno
2010-03-13x86/cpuid: fix CPUID levelsAndre Przywara
2010-03-13x86/cpuid: Always expose 32 and 64-bit CPUsAndre Przywara
2010-03-13x86/cpuid: add TCG feature bit trimmingAndre Przywara
2010-03-13x86/cpuid: remove unnecessary kvm_trim functionAndre Przywara
2010-03-13x86/cpuid: add "host" to the list of supported CPU modelsAndre Przywara
2010-03-13x86/cpuid: add missing CPUID feature flag namesAndre Przywara
2010-03-13x86/cpuid: moved host_cpuid function and remove prototypeAndre Przywara
2010-03-13x86/cpuid: fix missing feature set bitsAndre Przywara
2010-03-13x86/cpuid: replace magic number with named constantAndre Przywara