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: Hyper-V Direct TLB flush hypercall
Vitaly Kuznetsov
2022-05-25
4
-0
/
+12
*
i386: Hyper-V Support extended GVA ranges for TLB flush hypercalls
Vitaly Kuznetsov
2022-05-25
4
-0
/
+12
*
i386: Hyper-V XMM fast hypercall input feature
Vitaly Kuznetsov
2022-05-25
4
-1
/
+11
*
i386: Hyper-V Enlightened MSR bitmap feature
Vitaly Kuznetsov
2022-05-25
4
-0
/
+15
*
i386: Use hv_build_cpuid_leaf() for HV_CPUID_NESTED_FEATURES
Vitaly Kuznetsov
2022-05-25
2
-11
/
+15
*
target/i386/kvm: Fix disabling MPX on "-cpu host" with MPX-capable host
Maciej S. Szmigiero
2022-05-25
1
-0
/
+8
*
target/i386: Remove LBREn bit check when access Arch LBR MSRs
Yang Weijiang
2022-05-23
1
-12
/
+9
*
Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...
Richard Henderson
2022-05-17
1
-1
/
+1
|
\
|
*
target/i386: Fix sanity check on max APIC ID / X2APIC enablement
David Woodhouse
2022-05-16
1
-1
/
+1
*
|
target/i386: Support Arch LBR in CPUID enumeration
Yang Weijiang
2022-05-14
1
-1
/
+19
*
|
target/i386: introduce helper to access supported CPUID
Paolo Bonzini
2022-05-14
1
-16
/
+25
*
|
target/i386: Enable Arch LBR migration states in vmstate
Yang Weijiang
2022-05-14
1
-0
/
+38
*
|
target/i386: Add MSR access interface for Arch LBR
Yang Weijiang
2022-05-14
2
-0
/
+77
*
|
target/i386: Add XSAVES support for Arch LBR
Yang Weijiang
2022-05-14
2
-1
/
+28
*
|
target/i386: Enable support for XSAVES based features
Yang Weijiang
2022-05-14
2
-26
/
+92
*
|
target/i386: Add kvm_get_one_msr helper
Yang Weijiang
2022-05-14
1
-20
/
+26
*
|
target/i386: Add lbr-fmt vPMU option to support guest LBR
Yang Weijiang
2022-05-14
2
-0
/
+50
*
|
i386/cpu: Remove the deprecated cpu model 'Icelake-Client'
Robert Hoo
2022-05-14
1
-122
/
+0
*
|
WHPX: fixed TPR/CR8 translation issues affecting VM debugging
Ivan Shcherbakov
2022-05-14
1
-3
/
+10
|
/
*
target/i386: do not consult nonexistent host leaves
Paolo Bonzini
2022-05-12
1
-5
/
+36
*
Normalize header guard symbol definition
Markus Armbruster
2022-05-11
1
-1
/
+1
*
Clean up header guards that don't match their file name
Markus Armbruster
2022-05-11
5
-14
/
+14
*
disas: Remove old libopcode i386 disassembler
Thomas Huth
2022-05-09
1
-1
/
+0
*
WHPX: support for xcr0
Sunil Muthuswamy
2022-05-07
2
-0
/
+90
*
i386: pcmpestr 64-bit sign extension bug
Paul Brook
2022-04-28
1
-11
/
+9
*
target/i386: Suppress coverity warning on fsave/frstor
Richard Henderson
2022-04-27
1
-2
/
+2
*
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
2022-04-21
5
-34
/
+36
*
Merge tag 'pull-log-20220420' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
2022-04-20
1
-10
/
+12
|
\
|
*
exec/translator: Pass the locked filepointer to disas_log hook
Richard Henderson
2022-04-20
1
-3
/
+3
|
*
*: Use fprintf between qemu_log_trylock/unlock
Richard Henderson
2022-04-20
1
-6
/
+8
|
*
util/log: Rename qemu_log_lock to qemu_log_trylock
Richard Henderson
2022-04-20
1
-1
/
+1
*
|
target/i386: fix byte swap issue with XMM register access
Alex Bennée
2022-04-20
1
-2
/
+2
|
/
*
target/i386: Remove unused XMMReg, YMMReg types and CPUState fields
Peter Maydell
2022-04-13
1
-18
/
+0
*
target/i386: do not access beyond the low 128 bits of SSE registers
Paolo Bonzini
2022-04-13
1
-28
/
+47
*
hw: hyperv: Initial commit for Synthetic Debugging device
Jon Doron
2022-04-06
1
-0
/
+6
*
hyperv: Add support to process syndbg commands
Jon Doron
2022-04-06
5
-8
/
+135
*
hyperv: Add definitions for syndbg
Jon Doron
2022-04-06
1
-0
/
+37
*
whpx: Added support for breakpoints and stepping
Ivan Shcherbakov
2022-04-06
4
-14
/
+788
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
15
-15
/
+0
*
Move CPU softfloat unions to cpu-float.h
Marc-André Lureau
2022-04-06
1
-0
/
+1
*
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-04-06
3
-13
/
+13
*
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
2
-2
/
+2
*
qapi, target/i386/sev: Add cpu0-id to query-sev-capabilities
Dov Murik
2022-04-06
1
-1
/
+41
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2022-03-25
5
-15
/
+35
|
\
|
*
target/i386: properly reset TSC on reset
Paolo Bonzini
2022-03-24
2
-1
/
+14
|
*
target/i386: tcg: high bits SSE cmp operation must be ignored
Paolo Bonzini
2022-03-24
1
-4
/
+2
|
*
KVM: x86: workaround invalid CPUID[0xD,9] info on some AMD processors
Paolo Bonzini
2022-03-23
3
-9
/
+16
|
*
i386: Set MCG_STATUS_RIPV bit for mce SRAR error
luofei
2022-03-23
1
-1
/
+1
|
*
target/i386/kvm: Free xsave_buf when destroying vCPU
Philippe Mathieu-Daudé
2022-03-23
1
-0
/
+2
*
|
target/i386: force maximum rounding precision for fildl[l]
Alex Bennée
2022-03-23
1
-0
/
+13
|
/
[next]