index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-i386
/
kvm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-21
kvm: introduce kvm_inject_x86_mce_on
Jin Dongming
1
-21
/
+36
2011-01-21
kvm: kvm_mce_inj_* subroutines for templated error injections
Jin Dongming
1
-40
/
+71
2011-01-21
kvm: introduce kvm_mce_in_progress
Jin Dongming
1
-10
/
+5
2011-01-21
Add function for checking mca broadcast of CPU
Jin Dongming
1
-5
/
+1
2011-01-21
Add "broadcast" option for mce command
Jin Dongming
1
-4
/
+12
2011-01-21
kvm: convert kvm_ioctl(KVM_CHECK_EXTENSION) to kvm_check_extension()
Lai Jiangshan
1
-2
/
+2
2011-01-21
kvm: Enable user space NMI injection for kvm guest
Lai Jiangshan
1
-0
/
+7
2010-11-16
Add support for async page fault to qemu
Gleb Natapov
1
-0
/
+14
2010-10-21
kvm: save/restore x86-64 MSRs on x86-64 kernels
Marcelo Tosatti
1
-10
/
+20
2010-10-21
kvm: writeback SMP TSCs on migration only
Marcelo Tosatti
1
-1
/
+9
2010-10-21
kvm: factor out kvm_has_msr_star
Marcelo Tosatti
1
-11
/
+30
2010-10-21
kvm: add save/restore of MSR_VM_HSAVE_PA
Marcelo Tosatti
1
-0
/
+5
2010-10-21
Fix build on !KVM_CAP_MCE
Hidetoshi Seto
1
-2
/
+3
2010-10-21
x86, mce: broadcast mce depending on the cpu version
Hidetoshi Seto
1
-5
/
+24
2010-10-21
x86, mce: ignore SRAO only when MCG_SER_P is available
Hidetoshi Seto
1
-6
/
+10
2010-10-20
Fix memory leak in register save load due to xsave support
Marcelo Tosatti
1
-3
/
+8
2010-10-20
Add savevm/loadvm support for MCE
Marcelo Tosatti
1
-1
/
+38
2010-10-20
MCE: Relay UCR MCE to guest
Marcelo Tosatti
1
-2
/
+176
2010-10-20
kvm: x86: add mce support
Marcelo Tosatti
1
-0
/
+84
2010-10-20
Add svm cpuid features
Joerg Roedel
1
-0
/
+3
2010-06-28
kvm: Fix cpu_is_bsp() compilation warning
Sheng Yang
1
-0
/
+1
2010-06-28
kvm: init mp_state
Marcelo Tosatti
1
-0
/
+6
2010-06-28
kvm: Enable XSAVE live migration support
Sheng Yang
1
-2
/
+137
2010-06-28
kvm: Extend kvm_arch_get_supported_cpuid() to support index
Sheng Yang
1
-8
/
+11
2010-06-19
apic: avoid passing CPUState from CPU code
Blue Swirl
1
-7
/
+7
2010-05-11
kvm: fix 80000001.EDX supported bit filtering
Gleb Natapov
1
-1
/
+1
2010-05-11
Do not stop VM if emulation failed in userspace.
Gleb Natapov
1
-0
/
+7
2010-05-11
kvm: enable smp > 1
Marcelo Tosatti
1
-0
/
+16
2010-05-11
kvm: validate context for kvm cpu get/put operations
Jan Kiszka
1
-0
/
+4
2010-04-26
kvm: allow qemu to set EPT identity mapping address
Sheng Yang
1
-1
/
+25
2010-04-26
KVM: x86: Add debug register saving and restoring
Jan Kiszka
1
-0
/
+55
2010-04-18
kvm: avoid collision with dprintf macro in stdio.h, spotted by clang
Blue Swirl
1
-5
/
+5
2010-03-13
x86/cpuid: remove unnecessary kvm_trim function
Andre Przywara
1
-21
/
+6
2010-03-04
KVM: x86: Restrict writeback of VCPU state
Jan Kiszka
1
-12
/
+20
2010-03-04
KVM: Rework VCPU state writeback API
Jan Kiszka
1
-1
/
+1
2010-03-04
KVM: Rework of guest debug state writing
Jan Kiszka
1
-4
/
+43
2010-03-01
Move ioport.h out of cpu-all.h
Paul Brook
1
-0
/
+1
2010-02-22
Merge remote branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
1
-3
/
+0
2010-02-21
kvm: Kill CR3_CACHE feature references
Jes Sorensen
1
-3
/
+0
2010-02-19
QEMU e820 reservation patch
Jes Sorensen
1
-0
/
+8
2010-02-03
KVM: x86: Fix up misreported CPU features
Jan Kiszka
1
-1
/
+7
2010-02-03
KVM: Request setting of nmi_pending and sipi_vector
Jan Kiszka
1
-0
/
+3
2010-01-13
Add KVM paravirt cpuid leaf
Gleb Natapov
1
-2
/
+60
2010-01-11
remove pending exception on vcpu reset.
Gleb Natapov
1
-0
/
+1
2009-12-18
kvm: x86: Use separate exception_injected CPUState field
Jan Kiszka
1
-3
/
+3
2009-12-12
v2: properly save kvm system time msr registers
Glauber Costa
1
-0
/
+15
2009-12-07
kvm: x86: Fix initial kvm_has_msr_star
Jan Kiszka
1
-2
/
+2
2009-12-03
kvm: x86: Add support for VCPU event states
Jan Kiszka
1
-0
/
+77
2009-12-03
kvm: x86: Fix merge artifact of f8d926e9 about mp_state
Jan Kiszka
1
-4
/
+4
2009-11-17
kvm: x86: Refactor use of interrupt_bitmap
Jan Kiszka
1
-7
/
+18
[prev]
[next]