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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2020-09-02
x86-iommu: Rename QOM type macros
Eduardo Habkost
1
-1
/
+1
2020-07-23
KVM: fix CPU reset wrt HF2_GIF_MASK
Vitaly Kuznetsov
1
-5
/
+11
2020-07-10
KVM: x86: believe what KVM says about WAITPKG
Paolo Bonzini
1
-6
/
+5
2020-07-10
KVM: add support for AMD nested live migration
Paolo Bonzini
1
-8
/
+34
2020-06-26
kvm: i386: allow TSC to differ by NTP correction bounds without TSC scaling
Marcelo Tosatti
1
-5
/
+41
2020-06-10
target/i386: define a new MSR based feature word - FEAT_PERF_CAPABILITIES
Like Xu
1
-0
/
+20
2020-06-10
i386/kvm: fix a use-after-free when vcpu plug/unplug
Pan Nengyuan
1
-1
/
+3
2020-06-10
i386/cpu: Store LAPIC bus frequency in CPU structure
Liran Alon
1
-3
/
+7
2020-05-14
KVM: Move hwpoison page related functions into kvm-all.c
Dongjiu Geng
1
-36
/
+0
2020-04-02
target/i386: do not set unsupported VMX secondary execution controls
Vitaly Kuznetsov
1
-15
/
+26
2020-02-12
target/i386: check for availability of MSR_IA32_UCODE_REV as an emulated MSR
Paolo Bonzini
1
-2
/
+5
2020-01-24
accel: Replace current_machine->accelerator by current_accel() wrapper
Philippe Mathieu-Daudé
1
-1
/
+1
2020-01-24
target/i386: kvm: initialize microcode revision from KVM
Paolo Bonzini
1
-0
/
+5
2020-01-24
target/i386: kvm: initialize feature MSRs very early
Paolo Bonzini
1
-33
/
+48
2020-01-07
x86: Check for machine state object class before typecasting it
Michal Privoznik
1
-0
/
+1
2019-12-18
target/i386: remove unused pci-assign codes
Eiichi Tsukata
1
-140
/
+0
2019-12-17
x86: move more x86-generic functions out of PC files
Paolo Bonzini
1
-1
/
+1
2019-12-17
x86: move SMM property to X86MachineState
Paolo Bonzini
1
-2
/
+1
2019-12-17
kvm: introduce kvm_kernel_irqchip_* functions
Paolo Bonzini
1
-2
/
+2
2019-12-17
kvm: convert "-machine kvm_shadow_mem" to an accelerator property
Paolo Bonzini
1
-1
/
+1
2019-12-06
target/i386: disable VMX features if nested=0
Yang Zhong
1
-0
/
+8
2019-11-21
target/i386: add support for MSR_IA32_TSX_CTRL
Paolo Bonzini
1
-0
/
+13
2019-10-23
target/i386: Add support for save/load IA32_UMWAIT_CONTROL MSR
Tao Xu
1
-0
/
+13
2019-10-23
x86/cpu: Add support for UMONITOR/UMWAIT/TPAUSE
Tao Xu
1
-0
/
+6
2019-10-22
i386/kvm: add NoNonArchitecturalCoreSharing Hyper-V enlightenment
Vitaly Kuznetsov
1
-0
/
+26
2019-10-22
target/i386: log MCE guest and host addresses
Mario Smarduch
1
-5
/
+24
2019-10-15
i386: Omit all-zeroes entries from KVM CPUID table
Eduardo Habkost
1
-0
/
+14
2019-10-04
target/i386/kvm: Silence warning from Valgrind about uninitialized bytes
Thomas Huth
1
-2
/
+2
2019-10-04
target/i386: work around KVM_GET_MSRS bug for secondary execution controls
Paolo Bonzini
1
-0
/
+17
2019-10-04
target/i386: add VMX features
Paolo Bonzini
1
-2
/
+160
2019-10-04
target/i386: expand feature words to 64 bits
Paolo Bonzini
1
-1
/
+1
2019-09-16
hw/i386/pc: Extract e820 memory layout code
Philippe Mathieu-Daudé
1
-0
/
+1
2019-09-16
i386/kvm: support guest access CORE cstate
Wanpeng Li
1
-1
/
+2
2019-08-20
x86: Intel AVX512_BF16 feature enabling
Jing Liu
1
-1
/
+2
2019-08-20
i386/kvm: initialize struct at full before ioctl call
Andrey Shinkevich
1
-0
/
+3
2019-08-20
target-i386: kvm: 'kvm_get_supported_msrs' cleanup
Li Qiang
1
-94
/
+91
2019-08-20
kvm: i386: halt poll control MSR support
Marcelo Tosatti
1
-0
/
+14
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-0
/
+1
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
1
-0
/
+1
2019-07-24
i386/kvm: Do not sync nested state during runtime
Jan Kiszka
1
-5
/
+5
2019-07-19
target/i386: skip KVM_GET/SET_NESTED_STATE if VMX disabled, or for SVM
Paolo Bonzini
1
-8
/
+8
2019-07-19
target/i386: kvm: Demand nested migration kernel capabilities only when vCPU ...
Liran Alon
1
-20
/
+6
2019-07-08
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-3
/
+4
2019-07-05
i386/kvm: Fix build with -m32
Max Reitz
1
-3
/
+4
2019-07-05
target/i386: Add CPUID.1F generation support for multi-dies PCMachine
Like Xu
1
-0
/
+12
2019-06-21
target/i386: kvm: Add nested migration blocker only when kernel lacks require...
Liran Alon
1
-2
/
+7
2019-06-21
target/i386: kvm: Add support for KVM_CAP_EXCEPTION_PAYLOAD
Liran Alon
1
-16
/
+85
2019-06-21
target/i386: kvm: Add support for save and restore nested state
Liran Alon
1
-0
/
+80
2019-06-21
target/i386: kvm: Block migration for vCPUs exposed with nested virtualization
Liran Alon
1
-7
/
+7
[next]