aboutsummaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil
2010-10-21kvm: save/restore x86-64 MSRs on x86-64 kernelsMarcelo Tosatti
2010-10-21kvm: writeback SMP TSCs on migration onlyMarcelo Tosatti
2010-10-21kvm: factor out kvm_has_msr_starMarcelo Tosatti
2010-10-21kvm: add save/restore of MSR_VM_HSAVE_PAMarcelo Tosatti
2010-10-21Fix build on !KVM_CAP_MCEHidetoshi Seto
2010-10-21x86, mce: broadcast mce depending on the cpu versionHidetoshi Seto
2010-10-21x86, mce: ignore SRAO only when MCG_SER_P is availableHidetoshi Seto
2010-10-20Fix memory leak in register save load due to xsave supportMarcelo Tosatti
2010-10-20Add savevm/loadvm support for MCEMarcelo Tosatti
2010-10-20MCE: Relay UCR MCE to guestMarcelo Tosatti
2010-10-20kvm: x86: add mce supportMarcelo Tosatti
2010-10-20Add svm cpuid featuresJoerg Roedel
2010-10-20Set cpuid definition to 0 before initializing itJoerg Roedel
2010-10-13i386: avoid a write only variableBlue Swirl
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