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: Fix cpuid level for AMD
zhenwei pi
2021-07-13
1
-2
/
+9
*
target/i386: suppress CPUID leaves not defined by the CPU vendor
Michael Roth
2021-07-13
2
-0
/
+9
*
i386: Hyper-V SynIC requires POST_MESSAGES/SIGNAL_EVENTS privileges
Vitaly Kuznetsov
2021-07-13
2
-0
/
+12
*
i386: HV_HYPERCALL_AVAILABLE privilege bit is always needed
Vitaly Kuznetsov
2021-07-13
1
-5
/
+5
*
i386: kill off hv_cpuid_check_and_set()
Vitaly Kuznetsov
2021-07-13
1
-68
/
+36
*
i386: expand Hyper-V features during CPU feature expansion time
Vitaly Kuznetsov
2021-07-13
4
-4
/
+30
*
i386: make hyperv_expand_features() return bool
Vitaly Kuznetsov
2021-07-13
1
-19
/
+21
*
i386: hardcode supported eVMCS version to '1'
Vitaly Kuznetsov
2021-07-13
1
-4
/
+35
*
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...
Peter Maydell
2021-07-12
2
-22
/
+5
|
\
|
*
target/i386: Use cpu_breakpoint_test in breakpoint_handler
Richard Henderson
2021-07-10
1
-9
/
+3
|
*
target/i386: Use translator_use_goto_tb
Richard Henderson
2021-07-09
1
-12
/
+2
|
*
tcg: Avoid including 'trace-tcg.h' in target translate.c
Philippe Mathieu-Daudé
2021-07-09
1
-1
/
+0
*
|
meson: Introduce target-specific Kconfig
Philippe Mathieu-Daudé
2021-07-09
1
-0
/
+5
*
|
target/i386: fix exceptions for MOV to DR
Paolo Bonzini
2021-07-09
7
-45
/
+35
*
|
target/i386: Added DR6 and DR7 consistency checks
Lara Lazier
2021-07-09
2
-1
/
+10
*
|
target/i386: Added MSRPM and IOPM size check
Lara Lazier
2021-07-09
2
-0
/
+18
|
/
*
target/i386: Move X86XSaveArea into TCG
David Edmondson
2021-07-06
3
-57
/
+58
*
target/i386: Populate x86_ext_save_areas offsets using cpuid where possible
David Edmondson
2021-07-06
7
-13
/
+94
*
target/i386: Observe XSAVE state area offsets
David Edmondson
2021-07-06
1
-62
/
+200
*
target/i386: Make x86_ext_save_areas visible outside cpu.c
David Edmondson
2021-07-06
2
-6
/
+10
*
target/i386: Pass buffer and length to XSAVE helper
David Edmondson
2021-07-06
5
-28
/
+29
*
target/i386: Clarify the padding requirements of X86XSaveArea
David Edmondson
2021-07-06
1
-1
/
+7
*
target/i386: Consolidate the X86XSaveArea offset checks
David Edmondson
2021-07-06
2
-46
/
+15
*
target/i386: Declare constants for XSAVE offsets
David Edmondson
2021-07-06
1
-7
/
+23
*
target/i386: Improve bswap translation
Richard Henderson
2021-06-29
1
-10
/
+4
*
tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64
Richard Henderson
2021-06-29
1
-1
/
+1
*
target/i386: kvm: add support for TSC scaling
Paolo Bonzini
2021-06-25
3
-5
/
+10
*
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210619-2' in...
Peter Maydell
2021-06-22
1
-3
/
+0
|
\
|
*
tcg: Combine dh_is_64bit and dh_is_signed to dh_typecode
Richard Henderson
2021-06-19
1
-3
/
+0
*
|
Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'...
Peter Maydell
2021-06-21
1
-0
/
+41
|
\
\
|
|
/
|
/
|
|
*
i386: Add ratelimit for bus locks acquired in guest
Chenyi Qiang
2021-06-17
1
-0
/
+41
*
|
target/i386: Added Intercept CR0 writes check
Lara Lazier
2021-06-16
1
-0
/
+9
*
|
target/i386: Added consistency checks for CR0
Lara Lazier
2021-06-16
3
-3
/
+13
*
|
target/i386: Added consistency checks for VMRUN intercept and ASID
Lara Lazier
2021-06-16
1
-0
/
+10
*
|
target/i386: Refactored intercept checks into cpu_svm_has_intercept
Lara Lazier
2021-06-16
2
-47
/
+62
|
/
*
i386: run accel_cpu_instance_init as post_init
Claudio Fontana
2021-06-04
1
-3
/
+7
*
i386: reorder call to cpu_exec_realizefn
Claudio Fontana
2021-06-04
2
-30
/
+61
*
target/i386: Fix decode of cr8
Richard Henderson
2021-06-04
1
-0
/
+1
*
target/i386: tcg: fix switching from 16-bit to 32-bit tasks or vice versa
Paolo Bonzini
2021-06-04
1
-1
/
+1
*
target/i386: tcg: fix loading of registers from 16-bit TSS
Paolo Bonzini
2021-06-04
1
-14
/
+11
*
target/i386: tcg: fix segment register offsets for 16-bit TSS
Paolo Bonzini
2021-06-04
1
-2
/
+2
*
softfloat: Introduce Floatx80RoundPrec
Richard Henderson
2021-06-03
1
-32
/
+47
*
hvf: Simplify post reset/init/loadvm hooks
Alexander Graf
2021-06-03
1
-1
/
+4
*
hvf: Introduce hvf vcpu struct
Alexander Graf
2021-06-03
8
-234
/
+236
*
hvf: Remove hvf-accel-ops.h
Alexander Graf
2021-06-03
1
-2
/
+0
*
hvf: Use cpu_synchronize_state()
Alexander Graf
2021-06-03
1
-5
/
+4
*
hvf: Split out common code on vcpu init and destroy
Alexander Graf
2021-06-03
1
-21
/
+2
*
hvf: Move hvf internal definitions into common header
Alexander Graf
2021-06-03
1
-30
/
+1
*
hvf: Move cpu functions into common directory
Alexander Graf
2021-06-03
3
-306
/
+0
*
hvf: Move vcpu thread functions into common directory
Alexander Graf
2021-06-03
4
-171
/
+1
[next]