aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* x86: Fix MCA broadcast parameters for TCG caseJan Kiszka2011-02-081-2/+2
* Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2011-02-015-344/+523
|\
| * kvm: x86: Only read/write MSR_KVM_ASYNC_PF_EN if supportedJan Kiszka2011-01-231-2/+11
| * kvm: x86: Implicitly clear nmi_injected/pending on resetJan Kiszka2011-01-232-4/+4
| * kvm: x86: Rework identity map and TSS setup for larger BIOS sizesJan Kiszka2011-01-231-33/+30
| * kvm: Consolidate must-have capability checksJan Kiszka2011-01-231-31/+8
| * kvm: Drop smp_cpus argument from init functionsJan Kiszka2011-01-231-1/+1
| * kvm: x86: Fix !CONFIG_KVM_PARA buildJan Kiszka2011-01-231-4/+4
| * kvm: x86: Reset paravirtual MSRsJan Kiszka2011-01-231-0/+7
| * kvm: x86: Refactor msr_star/hsave_pa setup and checksJan Kiszka2011-01-231-28/+19
| * kvm: x86: Fix xcr0 reset mismergeJan Kiszka2011-01-231-2/+1
| * kvm: x86: Remove redundant mp_state initializationJan Kiszka2011-01-231-2/+0
| * kvm: x86: Prepare kvm_get_mp_state for in-kernel irqchipJan Kiszka2011-01-231-0/+3
| * kvm: x86: Align kvm_arch_put_registers code with commentJan Kiszka2011-01-231-3/+3
| * x86: Optionally dump code bytes on cpu_dump_stateJan Kiszka2011-01-231-0/+21
| * kvm: Improve reporting of fatal errorsJan Kiszka2011-01-233-3/+37
| * kvm: Stop on all fatal exit reasonsJan Kiszka2011-01-231-0/+4
| * kvm: x86: Swallow KVM_EXIT_SET_TPRJan Kiszka2011-01-231-0/+3
| * kvm: x86: Fix a few coding style violationsJan Kiszka2011-01-211-153/+182
| * kvm: x86: Prevent sign extension of DR7 in guest debugging modeJan Kiszka2011-01-211-1/+1
| * kvm: x86: Remove obsolete SS.RPL/DPL aligmentJan Kiszka2011-01-211-7/+0
| * kvm: x86: Fix DPL write back of segment registersJan Kiszka2011-01-211-1/+1
| * kvm: introduce kvm_inject_x86_mce_onJin Dongming2011-01-211-21/+36
| * kvm: kvm_mce_inj_* subroutines for templated error injectionsJin Dongming2011-01-211-40/+71
| * kvm: introduce kvm_mce_in_progressJin Dongming2011-01-211-10/+5
| * Add function for checking mca broadcast of CPUJin Dongming2011-01-213-5/+35
| * Add "broadcast" option for mce commandJin Dongming2011-01-213-7/+34
| * Clean up cpu_inject_x86_mce()Jin Dongming2011-01-211-10/+17
| * kvm: convert kvm_ioctl(KVM_CHECK_EXTENSION) to kvm_check_extension()Lai Jiangshan2011-01-211-2/+2
| * kvm: Enable user space NMI injection for kvm guestLai Jiangshan2011-01-211-0/+7
|/
* target-i386: Use deposit operation.Richard Henderson2011-01-201-28/+6
* x86: Filter out garbage from segment flags dumpJan Kiszka2010-12-271-2/+2
* target-i386: Fix accidental use of SoftFloat uint64 typeAndreas Färber2010-12-201-4/+4
* 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