index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
i386: Fix Snowridge CPU model name and features
Paul Lai
2019-07-29
1
-2
/
+1
*
i386/kvm: Do not sync nested state during runtime
Jan Kiszka
2019-07-24
1
-5
/
+5
*
target/i386: sev: fix failed message typos
Jiri Slaby
2019-07-19
1
-2
/
+2
*
i386: indicate that 'pconfig' feature was removed intentionally
Denis V. Lunev
2019-07-19
1
-1
/
+1
*
target/i386: skip KVM_GET/SET_NESTED_STATE if VMX disabled, or for SVM
Paolo Bonzini
2019-07-19
2
-28
/
+9
*
target/i386: kvm: Demand nested migration kernel capabilities only when vCPU ...
Liran Alon
2019-07-19
4
-24
/
+49
*
target/i386: sev: Do not unpin ram device memory region
Alex Williamson
2019-07-15
1
-0
/
+11
*
Fix broken build with WHPX enabled
Stefan Weil
2019-07-15
1
-2
/
+2
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2019-07-08
2
-6
/
+6
|
\
|
*
target/i386: kvm: Fix when nested state is needed for migration
Liran Alon
2019-07-05
1
-3
/
+2
|
*
target/i386: fix feature check in hyperv-stub.c
Alex Bennée
2019-07-05
1
-1
/
+1
|
*
i386/kvm: Fix build with -m32
Max Reitz
2019-07-05
1
-3
/
+4
*
|
i386: Add Cascadelake-Server-v2 CPU model
Eduardo Habkost
2019-07-05
1
-0
/
+14
*
|
i386: Make unversioned CPU models be aliases
Eduardo Habkost
2019-07-05
2
-1
/
+63
*
|
i386: Replace -noTSX, -IBRS, -IBPB CPU models with aliases
Eduardo Habkost
2019-07-05
1
-580
/
+21
*
|
i386: Define -IBRS, -noTSX, -IBRS versions of CPU models
Eduardo Habkost
2019-07-05
1
-0
/
+186
*
|
i386: Register versioned CPU models
Eduardo Habkost
2019-07-05
3
-30
/
+213
*
|
i386: Get model-id from CPU object on "-cpu help"
Eduardo Habkost
2019-07-05
1
-3
/
+13
*
|
i386: Add x-force-features option for testing
Eduardo Habkost
2019-07-05
2
-2
/
+12
*
|
i386: Introduce SnowRidge CPU model
Paul Lai
2019-07-05
1
-0
/
+71
*
|
target/i386: Add CPUID.1F generation support for multi-dies PCMachine
Like Xu
2019-07-05
3
-0
/
+54
*
|
i386: Remove unused host_cpudef variable
Eduardo Habkost
2019-07-05
1
-6
/
+0
*
|
x86/cpu: use FeatureWordArray to define filtered_features
Wei Yang
2019-07-05
1
-1
/
+1
*
|
i386: make 'hv-spinlocks' a regular uint32 property
Roman Kagan
2019-07-05
1
-43
/
+2
*
|
i386: Fix signedness of hyperv_spinlock_attempts
Eduardo Habkost
2019-07-05
1
-1
/
+1
*
|
i386: Don't print warning if phys-bits was set automatically
Eduardo Habkost
2019-07-05
1
-9
/
+9
*
|
i386: Update new x86_apicid parsing rules with die_offset support
Like Xu
2019-07-05
1
-5
/
+8
*
|
i386/cpu: Consolidate die-id validity in smp context
Like Xu
2019-07-05
2
-0
/
+3
*
|
i386: Add die-level cpu topology to x86CPU on PCMachine
Like Xu
2019-07-05
2
-0
/
+3
*
|
hw/i386: Replace global smp variables with machine smp properties
Like Xu
2019-07-05
1
-1
/
+3
*
|
target/i386: fix feature check in hyperv-stub.c
Alex Bennée
2019-07-04
1
-1
/
+1
*
|
qapi: Rename target.json to misc-target.json
Markus Armbruster
2019-07-02
1
-1
/
+1
*
|
qapi: Split machine-target.json off target.json and misc.json
Markus Armbruster
2019-07-02
1
-1
/
+1
*
|
qapi: Split machine.json off misc.json
Markus Armbruster
2019-07-02
1
-1
/
+1
*
|
hmp: Move hmp.h to include/monitor/
Markus Armbruster
2019-07-02
1
-1
/
+1
|
/
*
target/i386: kvm: Add nested migration blocker only when kernel lacks require...
Liran Alon
2019-06-21
2
-3
/
+8
*
target/i386: kvm: Add support for KVM_CAP_EXCEPTION_PAYLOAD
Liran Alon
2019-06-21
6
-24
/
+187
*
target/i386: kvm: Add support for save and restore nested state
Liran Alon
2019-06-21
3
-0
/
+281
*
target/i386: kvm: Block migration for vCPUs exposed with nested virtualization
Liran Alon
2019-06-21
3
-13
/
+19
*
target/i386: kvm: Re-inject #DB to guest with updated DR6
Liran Alon
2019-06-21
1
-0
/
+3
*
target/i386: kvm: Use symbolic constant for #DB/#BP exception constants
Liran Alon
2019-06-21
1
-4
/
+4
*
KVM: Introduce kvm_arch_destroy_vcpu()
Liran Alon
2019-06-21
1
-0
/
+12
*
target/i386: kvm: Delete VMX migration blocker on vCPU init failure
Liran Alon
2019-06-21
1
-2
/
+5
*
target/i386: define a new MSR based feature word - FEAT_CORE_CAPABILITY
Xiaoyao Li
2019-06-21
3
-1
/
+35
*
i386/kvm: add support for Direct Mode for Hyper-V synthetic timers
Vitaly Kuznetsov
2019-06-21
4
-0
/
+13
*
i386/kvm: hv-evmcs requires hv-vapic
Vitaly Kuznetsov
2019-06-21
1
-1
/
+2
*
i386/kvm: hv-tlbflush/ipi require hv-vpindex
Vitaly Kuznetsov
2019-06-21
1
-2
/
+4
*
i386/kvm: hv-stimer requires hv-time and hv-synic
Vitaly Kuznetsov
2019-06-21
1
-4
/
+19
*
i386/kvm: implement 'hv-passthrough' mode
Vitaly Kuznetsov
2019-06-21
3
-14
/
+77
*
i386/kvm: move Hyper-V CPUID filling to hyperv_handle_properties()
Vitaly Kuznetsov
2019-06-21
1
-73
/
+90
[next]