aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
2010-11-16Add support for async page fault to qemuGleb Natapov4-1/+42
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil3-11/+10
2010-10-21kvm: save/restore x86-64 MSRs on x86-64 kernelsMarcelo Tosatti1-10/+20
2010-10-21kvm: writeback SMP TSCs on migration onlyMarcelo Tosatti1-1/+9
2010-10-21kvm: factor out kvm_has_msr_starMarcelo Tosatti1-11/+30
2010-10-21kvm: add save/restore of MSR_VM_HSAVE_PAMarcelo Tosatti1-0/+5
2010-10-21Fix build on !KVM_CAP_MCEHidetoshi Seto1-2/+3
2010-10-21x86, mce: broadcast mce depending on the cpu versionHidetoshi Seto1-5/+24
2010-10-21x86, mce: ignore SRAO only when MCG_SER_P is availableHidetoshi Seto1-6/+10
2010-10-20Fix memory leak in register save load due to xsave supportMarcelo Tosatti1-3/+8
2010-10-20Add savevm/loadvm support for MCEMarcelo Tosatti1-1/+38
2010-10-20MCE: Relay UCR MCE to guestMarcelo Tosatti4-6/+197
2010-10-20kvm: x86: add mce supportMarcelo Tosatti3-0/+111
2010-10-20Add svm cpuid featuresJoerg Roedel3-17/+75
2010-10-20Set cpuid definition to 0 before initializing itJoerg Roedel1-0/+2
2010-10-13i386: avoid a write only variableBlue Swirl1-0/+4
2010-08-22QemuOpts: make most qemu_*_opts staticGerd Hoffmann1-1/+1
2010-08-22target-i386: svm: Fix MSRPM checkAdam Lackorzynski1-1/+1
2010-08-20Use ARRAY_SIZE macroBlue Swirl1-1/+1
2010-07-25target-i386: use gen_update_cc_op()Jun Koi1-32/+8
2010-07-24use symbol for DisasContext->is_jmpJun Koi1-10/+10
2010-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini1-2/+0
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini2-5/+6
2010-07-03remove unused stuff from */exec.hPaolo Bonzini1-1/+1
2010-07-02Don't declare XSAVE as supportedAndi Kleen1-2/+2
2010-07-02Add more boundary checking to sse3/4 parsingAndi Kleen1-0/+9
2010-07-01target-i386: fix xchg rax,r8Richard Henderson1-2/+7
2010-06-30x86: svm: Always clear event_inj on vmexitJan Kiszka1-0/+1
2010-06-28kvm: Fix cpu_is_bsp() compilation warningSheng Yang1-0/+1
2010-06-28kvm: init mp_stateMarcelo Tosatti1-0/+6
2010-06-28kvm: Enable XSAVE live migration supportSheng Yang3-3/+163
2010-06-28Enable XSAVE related CPUIDSheng Yang1-0/+21
2010-06-28kvm: Extend kvm_arch_get_supported_cpuid() to support indexSheng Yang1-8/+11
2010-06-28fix CPUID vendor overrideAndre Przywara1-1/+1
2010-06-27x86: Fix INIT processingJan Kiszka1-0/+1
2010-06-19apic: qdev conversion cleanupBlue Swirl1-1/+1
2010-06-19apic: avoid using CPUState internalsBlue Swirl2-11/+22
2010-06-19apic: avoid passing CPUState from CPU codeBlue Swirl4-19/+20
2010-06-16tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts.Richard Henderson1-0/+3
2010-06-04target-i386: fix decoding of negative 4-byte displacementsPaolo Bonzini1-1/+1
2010-06-01resent: x86/cpuid: Add kvm32 CPU modelAndre Przywara1-0/+14
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