summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* Revert "x86: Save/restore PAT MSR"Anthony Liguori2011-03-231-2/+0Star
* kvm: x86: Push kvm_arch_debug to kvm_arch_handle_exitJan Kiszka2011-03-161-9/+16
* kvm: x86: Reorder functions in kvm.cJan Kiszka2011-03-161-54/+54
* kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changesJan Kiszka2011-03-161-4/+4
* kvm: x86: Synchronize PAT MSR with the kernelJan Kiszka2011-03-161-0/+5
* x86: Save/restore PAT MSRJan Kiszka2011-03-161-0/+2
* x86: Properly reset PAT MSRJan Kiszka2011-03-163-3/+7
* kvm: x86: Do not leave halt if interrupts are disabledJan Kiszka2011-03-161-1/+3
* KVM, MCE, unpoison memory address across rebootHuang Ying2011-03-151-0/+36
* kvm: x86: Fail kvm_arch_init_vcpu if MCE initialization failsJan Kiszka2011-03-151-13/+17
* kvm: x86: Clean up kvm_setup_mceJan Kiszka2011-03-151-7/+4Star
* kvm: x86: Consolidate TCG and KVM MCE injection codeJan Kiszka2011-03-153-260/+37Star
* x86: Run qemu_inject_x86_mce on target VCPUJan Kiszka2011-03-151-29/+58
* kvm: x86: Inject pending MCE events on state writebackJan Kiszka2011-03-151-0/+60
* kvm: Rename kvm_arch_process_irqchip_events to async_eventsJan Kiszka2011-03-151-1/+1
* kvm: x86: Move MCE functions togetherJan Kiszka2011-03-151-175/+171Star
* x86: Optionally avoid injecting AO MCEs while others are pendingJan Kiszka2011-03-152-8/+23
* x86: Refine error reporting of MCE injection servicesJan Kiszka2011-03-152-36/+49
* x86: Small cleanups of MCE helpersJan Kiszka2011-03-152-17/+29
* x86: Perform implicit mcg_status resetJan Kiszka2011-03-152-3/+2Star
* x86: Account for MCE in cpu_has_workJan Kiszka2011-03-151-9/+6Star
* inline cpu_halted into sole callerPaolo Bonzini2011-03-131-12/+0Star
* Refactor thread retrieval and checkJan Kiszka2011-03-131-2/+2
* kvm: x86: Catch and report failing IRQ and NMI injectionsJan Kiszka2011-02-141-3/+13
* kvm: Drop return values from kvm_arch_pre/post_runJan Kiszka2011-02-141-6/+2Star
* kvm: x86: Prepare VCPU loop for in-kernel irqchipJan Kiszka2011-02-141-31/+38
* kvm: Separate TCG from KVM cpu executionJan Kiszka2011-02-141-3/+3
* kvm: make tsc stable over migration and machine startGlauber Costa2011-02-142-1/+18
* kvm: Unconditionally reenter kernel after IO exitsJan Kiszka2011-02-141-0/+5
* kvm: Provide sigbus services arch-independentlyJan Kiszka2011-02-141-2/+2
* 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/+30Star
| * kvm: Consolidate must-have capability checksJan Kiszka2011-01-231-31/+8Star
| * 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/+19Star
| * kvm: x86: Fix xcr0 reset mismergeJan Kiszka2011-01-231-2/+1Star
| * kvm: x86: Remove redundant mp_state initializationJan Kiszka2011-01-231-2/+0Star
| * 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