summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* Add support for async page fault to qemuGleb Natapov2010-11-164-1/+42
* target-xxx: Use fprintf_function (format checking)Stefan Weil2010-10-303-11/+10
* kvm: save/restore x86-64 MSRs on x86-64 kernelsMarcelo Tosatti2010-10-211-10/+20
* kvm: writeback SMP TSCs on migration onlyMarcelo Tosatti2010-10-211-1/+9
* kvm: factor out kvm_has_msr_starMarcelo Tosatti2010-10-211-11/+30
* kvm: add save/restore of MSR_VM_HSAVE_PAMarcelo Tosatti2010-10-211-0/+5
* Fix build on !KVM_CAP_MCEHidetoshi Seto2010-10-211-2/+3
* x86, mce: broadcast mce depending on the cpu versionHidetoshi Seto2010-10-211-5/+24
* x86, mce: ignore SRAO only when MCG_SER_P is availableHidetoshi Seto2010-10-211-6/+10
* Fix memory leak in register save load due to xsave supportMarcelo Tosatti2010-10-201-3/+8
* Add savevm/loadvm support for MCEMarcelo Tosatti2010-10-201-1/+38
* MCE: Relay UCR MCE to guestMarcelo Tosatti2010-10-204-6/+197
* kvm: x86: add mce supportMarcelo Tosatti2010-10-203-0/+111
* Add svm cpuid featuresJoerg Roedel2010-10-203-17/+75
* Set cpuid definition to 0 before initializing itJoerg Roedel2010-10-201-0/+2
* i386: avoid a write only variableBlue Swirl2010-10-131-0/+4
* QemuOpts: make most qemu_*_opts staticGerd Hoffmann2010-08-221-1/+1
* target-i386: svm: Fix MSRPM checkAdam Lackorzynski2010-08-221-1/+1
* Use ARRAY_SIZE macroBlue Swirl2010-08-201-1/+1
* target-i386: use gen_update_cc_op()Jun Koi2010-07-251-32/+8
* use symbol for DisasContext->is_jmpJun Koi2010-07-241-10/+10
* remove exec-all.h inclusion from cpu.hPaolo Bonzini2010-07-031-2/+0
* move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini2010-07-032-5/+6
* remove unused stuff from */exec.hPaolo Bonzini2010-07-031-1/+1
* Don't declare XSAVE as supportedAndi Kleen2010-07-021-2/+2
* Add more boundary checking to sse3/4 parsingAndi Kleen2010-07-021-0/+9
* target-i386: fix xchg rax,r8Richard Henderson2010-07-011-2/+7
* x86: svm: Always clear event_inj on vmexitJan Kiszka2010-06-301-0/+1
* kvm: Fix cpu_is_bsp() compilation warningSheng Yang2010-06-281-0/+1
* kvm: init mp_stateMarcelo Tosatti2010-06-281-0/+6
* kvm: Enable XSAVE live migration supportSheng Yang2010-06-283-3/+163
* Enable XSAVE related CPUIDSheng Yang2010-06-281-0/+21
* kvm: Extend kvm_arch_get_supported_cpuid() to support indexSheng Yang2010-06-281-8/+11
* fix CPUID vendor overrideAndre Przywara2010-06-281-1/+1
* x86: Fix INIT processingJan Kiszka2010-06-271-0/+1
* apic: qdev conversion cleanupBlue Swirl2010-06-191-1/+1
* apic: avoid using CPUState internalsBlue Swirl2010-06-192-11/+22
* apic: avoid passing CPUState from CPU codeBlue Swirl2010-06-194-19/+20
* tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts.Richard Henderson2010-06-161-0/+3
* target-i386: fix decoding of negative 4-byte displacementsPaolo Bonzini2010-06-041-1/+1
* resent: x86/cpuid: Add kvm32 CPU modelAndre Przywara2010-06-011-0/+14
* kvm: fix 80000001.EDX supported bit filteringGleb Natapov2010-05-111-1/+1
* Do not stop VM if emulation failed in userspace.Gleb Natapov2010-05-111-0/+7
* kvm: enable smp > 1Marcelo Tosatti2010-05-111-0/+16
* kvm: validate context for kvm cpu get/put operationsJan Kiszka2010-05-111-0/+4
* target-i386: Remove duplicate CPU log.Richard Henderson2010-05-051-1/+0
* kvm: allow qemu to set EPT identity mapping addressSheng Yang2010-04-261-1/+25
* target-i386: print EFER in cpu_dump_stateMarcelo Tosatti2010-04-261-0/+1
* KVM: x86: Add debug register saving and restoringJan Kiszka2010-04-261-0/+55
* x86: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-3/+1
OpenPOWER on IntegriCloud