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
Commit message (
Expand
)
Author
Age
Files
Lines
*
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
2020-12-19
32
-424
/
+161
*
migration: Refactor migrate_cap_add
Eric Blake
2020-12-19
1
-13
/
+9
*
rocker: Revamp fp_port_get_info
Eric Blake
2020-12-19
3
-15
/
+12
*
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20201...
Peter Maydell
2020-12-18
20
-307
/
+434
|
\
|
*
riscv/opentitan: Update the OpenTitan memory layout
Alistair Francis
2020-12-18
2
-30
/
+74
|
*
hw/riscv: Use the CPU to determine if 32-bit
Alistair Francis
2020-12-18
5
-37
/
+29
|
*
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
|
*
hw/riscv: sifive_u: Remove compile time XLEN checks
Alistair Francis
2020-12-18
1
-25
/
+30
|
*
hw/riscv: spike: Remove compile time XLEN checks
Alistair Francis
2020-12-18
1
-21
/
+24
|
*
hw/riscv: virt: Remove compile time XLEN checks
Alistair Francis
2020-12-18
1
-15
/
+17
|
*
hw/riscv: boot: Remove compile time XLEN checks
Alistair Francis
2020-12-18
5
-31
/
+39
|
*
riscv: virt: Remove target macro conditionals
Alistair Francis
2020-12-18
2
-7
/
+1
|
*
riscv: spike: Remove target macro conditionals
Alistair Francis
2020-12-18
2
-7
/
+1
|
*
target/riscv: Add a TYPE_RISCV_CPU_BASE CPU
Alistair Francis
2020-12-18
1
-0
/
+6
|
*
hw/riscv: Expand the is 32-bit check to support more CPUs
Alistair Francis
2020-12-18
1
-1
/
+11
|
*
intc/ibex_plic: Clear interrupts that occur during claim process
Alistair Francis
2020-12-18
1
-3
/
+10
|
*
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
|
*
hw/core/register.c: Don't use '#' flag of printf format
Xinhao Zhang
2020-12-18
1
-8
/
+8
|
*
hw/riscv: microchip_pfsoc: add QSPI NOR flash
Vitaly Wool
2020-12-18
2
-0
/
+24
|
*
hw/riscv: sifive_u: Add UART1 DT node in the generated DTB
Anup Patel
2020-12-18
1
-0
/
+15
|
/
*
Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'...
Peter Maydell
2020-12-17
63
-766
/
+956
|
\
|
*
cpu: Remove unnecessary noop methods
Eduardo Habkost
2020-12-16
1
-13
/
+0
|
*
tcg: Make CPUClass.debug_excp_handler optional
Eduardo Habkost
2020-12-16
1
-1
/
+3
|
*
tcg: make CPUClass.cpu_exec_* optional
Eduardo Habkost
2020-12-16
1
-3
/
+8
|
*
tcg: cpu_exec_{enter,exit} helpers
Eduardo Habkost
2020-12-16
1
-5
/
+18
|
*
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: hvf: remove stale MAINTAINERS entry for old hvf stubs
Claudio Fontana
2020-12-16
1
-1
/
+0
|
*
i386: move hax accel files into hax/
Claudio Fontana
2020-12-16
13
-11
/
+12
|
*
i386: move whpx accel files into whpx/
Claudio Fontana
2020-12-16
8
-10
/
+7
|
*
i386: move kvm accel files into kvm/
Claudio Fontana
2020-12-16
25
-22
/
+26
|
/
*
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2020-12-15
79
-1595
/
+1832
|
\
|
*
build: -no-pie is no functional linker flag
Christian Ehrhardt
2020-12-15
2
-4
/
+0
|
*
scripts/git.orderfile: Keep files with .inc extension sorted
Philippe Mathieu-Daudé
2020-12-15
1
-0
/
+3
|
*
compiler.h: remove QEMU_GNUC_PREREQ
Marc-André Lureau
2020-12-15
2
-12
/
+0
|
*
linux-user: remove GNUC check
Marc-André Lureau
2020-12-15
1
-4
/
+0
[next]