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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2021-01-06
1
-14
/
+21
|
\
|
*
target/i386: Check privilege level for protected mode 'int N' task gate
Peter Maydell
2021-01-02
1
-14
/
+21
*
|
target/mips: Don't use clock_get_ns() in clock period calculation
Peter Maydell
2021-01-04
1
-2
/
+2
|
/
*
Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...
Peter Maydell
2021-01-01
1
-7
/
+2
|
\
|
*
qdev: Move dev->realized check to qdev_property_set()
Eduardo Habkost
2020-12-18
1
-6
/
+0
|
*
sparc: Use DEFINE_PROP for nwindows property
Eduardo Habkost
2020-12-18
1
-1
/
+2
*
|
Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20201222' into...
Peter Maydell
2021-01-01
7
-295
/
+276
|
\
\
|
*
|
target/s390x: Improve SUB LOGICAL WITH BORROW
Richard Henderson
2020-12-21
5
-73
/
+45
|
*
|
target/s390x: Improve cc computation for SUBTRACT LOGICAL
Richard Henderson
2020-12-21
5
-82
/
+43
|
*
|
target/s390x: Improve ADD LOGICAL WITH CARRY
Richard Henderson
2020-12-21
5
-67
/
+34
|
*
|
target/s390x: Improve cc computation for ADD LOGICAL
Richard Henderson
2020-12-21
5
-74
/
+97
|
*
|
s390x: pv: Fence additional unavailable SCLP facilities for PV guests
Janosch Frank
2020-12-21
2
-3
/
+61
|
|
/
*
|
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...
Peter Maydell
2021-01-01
15
-64
/
+27
|
\
\
|
*
|
migration: Replace migration's JSON writer by the general one
Markus Armbruster
2020-12-19
9
-18
/
+18
|
*
|
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
2020-12-19
6
-46
/
+9
|
|
/
*
|
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.0-pull-re...
Peter Maydell
2020-12-31
3
-9
/
+25
|
\
\
|
*
|
linux-user/sparc: Handle tstate in sparc64_get/set_context()
Peter Maydell
2020-12-18
2
-8
/
+21
|
*
|
linux-user/sparc: Correct sparc64_get/set_context() FPU handling
Peter Maydell
2020-12-18
1
-1
/
+3
|
*
|
linux-user/elfload: Introduce MIPS GET_FEATURE_REG_EQU() macro
Philippe Mathieu-Daudé
2020-12-17
1
-0
/
+1
*
|
|
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-12-1...
Peter Maydell
2020-12-30
4
-4
/
+9
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
target/sparc/win_helper: silence the compiler warnings
Chen Qun
2020-12-18
1
-1
/
+1
|
*
|
target/sparc/translate: silence the compiler warnings
Chen Qun
2020-12-18
1
-1
/
+1
|
*
|
target/i386: silence the compiler warnings in gen_shiftd_rm_T1
Chen Qun
2020-12-18
1
-2
/
+5
|
*
|
target/unicore32/translate: Add missing fallthrough annotations
Thomas Huth
2020-12-18
1
-0
/
+2
*
|
|
target/riscv: cpu: Set XLEN independently from target
Alistair Francis
2020-12-18
1
-9
/
+16
*
|
|
target/riscv: csr: Remove compile time XLEN checks
Alistair Francis
2020-12-18
2
-88
/
+92
*
|
|
target/riscv: cpu_helper: Remove compile time XLEN checks
Alistair Francis
2020-12-18
1
-5
/
+7
*
|
|
target/riscv: cpu: Remove compile time XLEN checks
Alistair Francis
2020-12-18
1
-9
/
+10
*
|
|
target/riscv: Specify the XLEN for CPUs
Alistair Francis
2020-12-18
1
-10
/
+23
*
|
|
target/riscv: Add a riscv_cpu_is_32bit() helper function
Alistair Francis
2020-12-18
2
-0
/
+11
*
|
|
target/riscv: fpu_helper: Match function defs in HELPER macros
Alistair Francis
2020-12-18
2
-24
/
+8
*
|
|
target/riscv: Add a TYPE_RISCV_CPU_BASE CPU
Alistair Francis
2020-12-18
1
-0
/
+6
*
|
|
target/riscv: Fix definition of MSTATUS_TW and MSTATUS_TSR
Alex Richardson
2020-12-18
1
-2
/
+2
*
|
|
target/riscv: Fix the bug of HLVX/HLV/HSV
Yifei Jiang
2020-12-18
1
-1
/
+2
|
/
/
*
|
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/pmaydell/tags/pull-target-arm-20201215'...
Peter Maydell
2020-12-15
5
-4
/
+70
|
\
|
*
target/nios2: Use deposit32() to update ipending register
Peter Maydell
2020-12-15
1
-2
/
+1
|
*
target/nios2: Move nios2_check_interrupts() into target/nios2
Peter Maydell
2020-12-15
2
-2
/
+9
|
*
target/nios2: Move IIC code into CPU object proper
Peter Maydell
2020-12-15
2
-1
/
+30
[next]