index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
i386
/
machine.c
Age
Commit message (
Expand
)
Author
2021-11-02
KVM: SVM: add migration support for nested TSC scaling
Maxim Levitsky
2021-09-30
i386: Add get/set/migrate support for SGX_LEPUBKEYHASH MSRs
Sean Christopherson
2021-09-13
target/i386: Moved int_ctl into CPUX86State structure
Lara Lazier
2021-05-02
vmstate: Constify some VMStateDescriptions
Keqian Zhu
2021-03-19
i386: Make migration fail when Hyper-V reenlightenment was enabled but 'user_...
Vitaly Kuznetsov
2021-03-19
i386: Fix 'hypercall_hypercall' typo
Vitaly Kuznetsov
2021-03-09
Various spelling fixes
Michael Tokarev
2021-02-08
target/i86: implement PKS
Paolo Bonzini
2020-12-16
i386: move kvm accel files into kvm/
Claudio Fontana
2020-09-30
target/i386: support KVM_FEATURE_ASYNC_PF_INT
Vitaly Kuznetsov
2020-07-10
KVM: add support for AMD nested live migration
Paolo Bonzini
2019-12-18
Fix some comment spelling errors.
Cameron Esfahani
2019-12-17
x86: move more x86-generic functions out of PC files
Paolo Bonzini
2019-11-21
target/i386: add support for MSR_IA32_TSX_CTRL
Paolo Bonzini
2019-11-19
hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClass
Liam Merwick
2019-10-23
target/i386: Add support for save/load IA32_UMWAIT_CONTROL MSR
Tao Xu
2019-08-20
kvm: i386: halt poll control MSR support
Marcelo Tosatti
2019-08-16
Include hw/boards.h a bit less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-07-19
target/i386: skip KVM_GET/SET_NESTED_STATE if VMX disabled, or for SVM
Paolo Bonzini
2019-07-19
target/i386: kvm: Demand nested migration kernel capabilities only when vCPU ...
Liran Alon
2019-07-05
target/i386: kvm: Fix when nested state is needed for migration
Liran Alon
2019-06-21
target/i386: kvm: Add nested migration blocker only when kernel lacks require...
Liran Alon
2019-06-21
target/i386: kvm: Add support for KVM_CAP_EXCEPTION_PAYLOAD
Liran Alon
2019-06-21
target/i386: kvm: Add support for save and restore nested state
Liran Alon
2019-06-21
i386/kvm: convert hyperv enlightenments properties from bools to bits
Vitaly Kuznetsov
2019-06-12
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-06-11-v3' in...
Peter Maydell
2019-06-11
qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h
Markus Armbruster
2019-06-11
i386: Save EFER for 32-bit targets
Pavel Dovgalyuk
2018-10-19
hyperv: qom-ify SynIC
Roman Kagan
2018-07-30
i386: do not migrate MSR_SMI_COUNT on machine types <2.12
Paolo Bonzini
2018-07-02
target-i386: Add NPT support
Jan Kiszka
2018-05-21
i386: Define the Virt SSBD MSR and handling of it (CVE-2018-3639)
Konrad Rzeszutek Wilk
2018-05-11
i386/kvm: add support for Hyper-V reenlightenment MSRs
Vitaly Kuznetsov
2018-03-15
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-sev' into sta...
Peter Maydell
2018-03-13
KVM: x86: Add support for save/load MSR_SMI_COUNT
Liran Alon
2018-03-12
i386: Add support to get/set/migrate Intel Processor Trace feature
Chao Peng
2018-01-17
i386: Add support for SPEC_CTRL MSR
Paolo Bonzini
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
2017-09-19
hyperv: add header with protocol definitions
Roman Kagan
2017-07-05
target/i386: add the tcg_enabled() in target/i386/
Yang Zhong
2017-07-05
target/i386: split cpu_set_mxcsr() and make cpu_set_fpuc() inline
Yang Zhong
2017-07-05
target/i386: make cpu_get_fp80()/cpu_set_fp80() static
Yang Zhong
2017-06-07
target/i386: use multiple CPU AddressSpaces
Paolo Bonzini
2017-05-11
migration/i386: Remove support for pre-0.12 formats
Dr. David Alan Gilbert
2017-05-11
vmstatification: i386 FPReg
Dr. David Alan Gilbert
2017-05-11
migration/i386: Remove old non-softfloat 64bit FP support
Dr. David Alan Gilbert
2017-01-24
migration: extend VMStateInfo
Jianjun Duan
2017-01-13
cputlb: drop flush_global flag from tlb_flush
Alex Bennée
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth