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
...
*
target/i386: Check privilege level for protected mode 'int N' task gate
Peter Maydell
2021-01-02
1
-14
/
+21
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...
Peter Maydell
2021-01-01
1
-5
/
+1
|
\
|
*
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
2020-12-19
1
-5
/
+1
*
|
target/i386: silence the compiler warnings in gen_shiftd_rm_T1
Chen Qun
2020-12-18
1
-2
/
+5
|
/
*
i386: tcg: remove inline from cpu_load_eflags
Claudio Fontana
2020-12-16
2
-13
/
+15
*
i386: move TCG cpu class initialization to tcg/
Claudio Fontana
2020-12-16
19
-148
/
+238
*
x86/cpu: Add AVX512_FP16 cpu feature
Cathy Zhang
2020-12-16
2
-1
/
+3
*
i386: move hyperv_limits initialization to x86_cpu_realizefn()
Vitaly Kuznetsov
2020-12-16
3
-1
/
+18
*
i386: move hyperv_version_id initialization to x86_cpu_realizefn()
Vitaly Kuznetsov
2020-12-16
3
-2
/
+17
*
i386: move hyperv_interface_id initialization to x86_cpu_realizefn()
Vitaly Kuznetsov
2020-12-16
3
-6
/
+19
*
i386: move hyperv_vendor_id initialization to x86_cpu_realizefn()
Vitaly Kuznetsov
2020-12-16
3
-17
/
+34
*
i386: move cpu dump out of helper.c into cpu-dump.c
Claudio Fontana
2020-12-16
4
-514
/
+539
*
i386: move TCG accel files into tcg/
Claudio Fontana
2020-12-16
16
-13
/
+14
*
i386: move hax accel files into hax/
Claudio Fontana
2020-12-16
12
-10
/
+11
*
i386: move whpx accel files into whpx/
Claudio Fontana
2020-12-16
7
-5
/
+6
*
i386: move kvm accel files into kvm/
Claudio Fontana
2020-12-16
16
-14
/
+17
*
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2020-12-15
1
-24
/
+16
|
\
|
*
i386: Register feature bit properties as class properties
Eduardo Habkost
2020-12-15
1
-24
/
+16
*
|
target/i386: tracing: format length values as hex
Dov Murik
2020-12-13
1
-3
/
+3
|
/
*
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2020-12-11
9
-60
/
+615
|
\
|
*
WHPX: support for the kernel-irqchip on/off
Sunil Muthuswamy
2020-12-10
5
-35
/
+543
|
*
target/i386: seg_helper: Correct segment selector nullification in the RET/IR...
Bin Meng
2020-12-10
1
-1
/
+4
|
*
target/i386: Support up to 32768 CPUs without IRQ remapping
David Woodhouse
2020-12-10
3
-20
/
+64
|
*
target/i386: fix operand order for PDEP and PEXT
Paolo Bonzini
2020-12-10
1
-4
/
+4
*
|
i386/cpu: Make the Intel PT LIP feature configurable
Luwei Kang
2020-12-10
2
-1
/
+34
*
|
sev: add sev-inject-launch-secret
Tobin Feldman-Fitzthum
2020-12-10
4
-0
/
+78
|
/
*
hvf: Fix segment selector format
Jessica Clarke
2020-11-18
1
-4
/
+4
*
hvf: Gate RDTSCP on CPU_BASED2_RDTSCP, not just CPU_BASED_TSC_OFFSET
Jessica Clarke
2020-11-18
1
-0
/
+4
*
target/i386: avoid theoretical leak on MCE injection
Paolo Bonzini
2020-11-16
1
-6
/
+4
*
kvm/i386: Set proper nested state format for SVM
Tom Lendacky
2020-11-16
1
-4
/
+6
*
x86 hvf cpus: Fix Lesser GPL version number
Chetan Pant
2020-11-15
17
-18
/
+18
*
x86 tcg cpus: Fix Lesser GPL version number
Chetan Pant
2020-11-15
21
-21
/
+21
*
hmp: Pass monitor to mon_get_cpu_env()
Kevin Wolf
2020-11-13
1
-3
/
+3
*
hmp: Pass monitor to MonitorDef.get_value()
Kevin Wolf
2020-11-13
1
-1
/
+2
*
hmp: Pass monitor to mon_get_cpu()
Kevin Wolf
2020-11-13
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2020-10-17
1
-0
/
+1
|
\
|
*
hax: unbreak accelerator cpu code after cpus.c split
Claudio Fontana
2020-10-17
1
-0
/
+1
*
|
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...
Peter Maydell
2020-10-16
4
-28
/
+29
|
\
\
|
|
/
|
/
|
|
*
i386: Mark Icelake-Client CPU models deprecated
Robert Hoo
2020-10-14
1
-3
/
+7
|
*
cpu: Introduce CPU model deprecation API
Robert Hoo
2020-10-14
1
-0
/
+8
|
*
i386/kvm: Delete kvm_allows_irq0_override()
Eduardo Habkost
2020-10-14
3
-11
/
+0
|
*
i386/kvm: Remove IRQ routing support checks
Eduardo Habkost
2020-10-14
1
-7
/
+0
|
*
i386/kvm: Require KVM_CAP_IRQ_ROUTING
Eduardo Habkost
2020-10-14
1
-0
/
+5
|
*
target/i386: Remove core_id assert check in CPUID 0x8000001E
Babu Moger
2020-10-14
1
-3
/
+8
|
*
i386/kvm: fix FEATURE_HYPERV_EDX value in hyperv_passthrough case
Zhenyu Wang
2020-10-14
1
-1
/
+1
|
*
i386: drop x86_cpu_get_supported_feature_word() forward declaration
Vitaly Kuznetsov
2020-10-14
1
-3
/
+0
*
|
i386: Register most CPU properties as class properties
Eduardo Habkost
2020-10-13
1
-32
/
+34
|
/
*
target/i386/cpu: Update comment that mentions Texinfo
Markus Armbruster
2020-10-12
1
-1
/
+2
*
hax: remove hax specific functions from global includes
Claudio Fontana
2020-10-05
7
-6
/
+21
*
whpx: remove whpx specific functions from global includes
Claudio Fontana
2020-10-05
1
-0
/
+17
[prev]
[next]