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
/
machine.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-10
KVM: add support for AMD nested live migration
Paolo Bonzini
1
-1
/
+30
2019-12-18
Fix some comment spelling errors.
Cameron Esfahani
1
-4
/
+4
2019-12-17
x86: move more x86-generic functions out of PC files
Paolo Bonzini
1
-1
/
+1
2019-11-21
target/i386: add support for MSR_IA32_TSX_CTRL
Paolo Bonzini
1
-0
/
+20
2019-11-19
hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClass
Liam Merwick
1
-2
/
+2
2019-10-23
target/i386: Add support for save/load IA32_UMWAIT_CONTROL MSR
Tao Xu
1
-0
/
+20
2019-08-20
kvm: i386: halt poll control MSR support
Marcelo Tosatti
1
-0
/
+20
2019-08-16
Include hw/boards.h a bit less
Markus Armbruster
1
-1
/
+0
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-07-19
target/i386: skip KVM_GET/SET_NESTED_STATE if VMX disabled, or for SVM
Paolo Bonzini
1
-20
/
+1
2019-07-19
target/i386: kvm: Demand nested migration kernel capabilities only when vCPU ...
Liran Alon
1
-4
/
+20
2019-07-05
target/i386: kvm: Fix when nested state is needed for migration
Liran Alon
1
-3
/
+2
2019-06-21
target/i386: kvm: Add nested migration blocker only when kernel lacks require...
Liran Alon
1
-1
/
+1
2019-06-21
target/i386: kvm: Add support for KVM_CAP_EXCEPTION_PAYLOAD
Liran Alon
1
-1
/
+83
2019-06-21
target/i386: kvm: Add support for save and restore nested state
Liran Alon
1
-0
/
+198
2019-06-21
i386/kvm: convert hyperv enlightenments properties from bools to bits
Vitaly Kuznetsov
1
-1
/
+1
2019-06-12
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-06-11-v3' in...
Peter Maydell
1
-1
/
+1
2019-06-11
qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h
Markus Armbruster
1
-1
/
+1
2019-06-11
i386: Save EFER for 32-bit targets
Pavel Dovgalyuk
1
-0
/
+24
2018-10-19
hyperv: qom-ify SynIC
Roman Kagan
1
-0
/
+9
2018-07-30
i386: do not migrate MSR_SMI_COUNT on machine types <2.12
Paolo Bonzini
1
-1
/
+1
2018-07-02
target-i386: Add NPT support
Jan Kiszka
1
-0
/
+21
2018-05-21
i386: Define the Virt SSBD MSR and handling of it (CVE-2018-3639)
Konrad Rzeszutek Wilk
1
-0
/
+20
2018-05-11
i386/kvm: add support for Hyper-V reenlightenment MSRs
Vitaly Kuznetsov
1
-0
/
+24
2018-03-15
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-sev' into sta...
Peter Maydell
1
-0
/
+20
2018-03-13
KVM: x86: Add support for save/load MSR_SMI_COUNT
Liran Alon
1
-0
/
+20
2018-03-12
i386: Add support to get/set/migrate Intel Processor Trace feature
Chao Peng
1
-0
/
+38
2018-01-17
i386: Add support for SPEC_CTRL MSR
Paolo Bonzini
1
-0
/
+20
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
1
-2
/
+5
2017-09-19
hyperv: add header with protocol definitions
Roman Kagan
1
-9
/
+6
2017-07-05
target/i386: add the tcg_enabled() in target/i386/
Yang Zhong
1
-5
/
+5
2017-07-05
target/i386: split cpu_set_mxcsr() and make cpu_set_fpuc() inline
Yang Zhong
1
-1
/
+4
2017-07-05
target/i386: make cpu_get_fp80()/cpu_set_fp80() static
Yang Zhong
1
-0
/
+18
2017-06-07
target/i386: use multiple CPU AddressSpaces
Paolo Bonzini
1
-4
/
+0
2017-05-11
migration/i386: Remove support for pre-0.12 formats
Dr. David Alan Gilbert
1
-81
/
+34
2017-05-11
vmstatification: i386 FPReg
Dr. David Alan Gilbert
1
-22
/
+30
2017-05-11
migration/i386: Remove old non-softfloat 64bit FP support
Dr. David Alan Gilbert
1
-101
/
+6
2017-01-24
migration: extend VMStateInfo
Jianjun Duan
1
-7
/
+19
2017-01-13
cputlb: drop flush_global flag from tlb_flush
Alex Bennée
1
-1
/
+1
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth
1
-0
/
+1047