index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
coverage
/
compare_gcov_json.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-04-29
target/riscv/kvm: remove sneaky strerrorname_np() instance
Daniel Henrique Barboza
1
-2
/
+2
2024-04-29
target/loongarch/cpu.c: typo fix: expection
Michael Tokarev
1
-1
/
+1
2024-04-29
backends/cryptodev-builtin: Fix local_error leaks
Li Zhijian
1
-4
/
+5
2024-04-29
scripts/checkpatch: Do not use mailmap
Philippe Mathieu-Daudé
1
-3
/
+3
2024-04-29
scripts/checkpatch: Avoid author email mangled by qemu-*@nongnu.org
Philippe Mathieu-Daudé
1
-1
/
+1
2024-04-29
target/ppc/cpu_init: Remove "PowerPC" prefix from the CPU list
Thomas Huth
1
-4
/
+5
2024-04-29
target/s390x/cpu_models: Rework the output of "-cpu help"
Thomas Huth
1
-4
/
+5
2024-04-29
target/i386/cpu: Remove "x86" prefix from the CPU list
Thomas Huth
1
-1
/
+1
2024-04-26
plugins: Include missing 'qemu/bitmap.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2024-04-26
hw/core: Avoid including the full 'hw/core/cpu.h' in 'tcg-cpu-ops.h'
Philippe Mathieu-Daudé
1
-1
/
+5
2024-04-26
exec: Move CPUTLBEntry helpers to cputlb.c
Philippe Mathieu-Daudé
2
-55
/
+51
2024-04-26
exec: Restrict inclusion of 'user/guest-base.h'
Philippe Mathieu-Daudé
6
-3
/
+11
2024-04-26
exec: Rename 'exec/user/guest-base.h' as 'user/guest-base.h'
Philippe Mathieu-Daudé
3
-4
/
+4
2024-04-26
exec: Restrict 'cpu_ldst.h' to TCG accelerator
Philippe Mathieu-Daudé
1
-1
/
+5
2024-04-26
exec: Restrict TCG specific declarations of 'cputlb.h'
Philippe Mathieu-Daudé
1
-0
/
+5
2024-04-26
exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' header
Philippe Mathieu-Daudé
5
-15
/
+35
2024-04-26
exec: Declare MMUAccessType type in 'mmu-access-type.h' header
Philippe Mathieu-Daudé
4
-7
/
+21
2024-04-26
exec: Declare abi_ptr type in its own 'abi_ptr.h' header
Philippe Mathieu-Daudé
4
-15
/
+41
2024-04-26
exec/user: Do not include 'cpu.h' in 'abitypes.h'
Philippe Mathieu-Daudé
1
-1
/
+6
2024-04-26
exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'
Philippe Mathieu-Daudé
13
-8
/
+33
2024-04-26
exec: Declare target_words_bigendian() in 'exec/tswap.h'
Philippe Mathieu-Daudé
9
-16
/
+18
2024-04-26
exec/cpu-all: Remove unused tswapls() definitions
Philippe Mathieu-Daudé
1
-2
/
+0
2024-04-26
exec/cpu-all: Remove unused 'qemu/thread.h' header
Philippe Mathieu-Daudé
1
-1
/
+0
2024-04-26
exec/cpu-all: Reduce 'qemu/rcu.h' header inclusion
Philippe Mathieu-Daudé
2
-1
/
+1
2024-04-26
accel/hvf: Use accel-specific per-vcpu @dirty field
Philippe Mathieu-Daudé
6
-12
/
+12
2024-04-26
accel/nvmm: Use accel-specific per-vcpu @dirty field
Philippe Mathieu-Daudé
1
-10
/
+11
2024-04-26
accel/whpx: Use accel-specific per-vcpu @dirty field
Philippe Mathieu-Daudé
1
-11
/
+12
2024-04-26
accel/tcg: Rename helper-head.h -> helper-head.h.inc
Philippe Mathieu-Daudé
4
-3
/
+3
2024-04-26
accel/tcg: Rename load-extract/store-insert headers using .h.inc suffix
Philippe Mathieu-Daudé
8
-2
/
+2
2024-04-26
accel/tcg: Include missing headers in 'tb-jmp-cache.h'
Philippe Mathieu-Daudé
1
-0
/
+3
2024-04-26
accel/tcg: Include missing 'hw/core/cpu.h' header
Philippe Mathieu-Daudé
1
-0
/
+2
2024-04-26
accel/tcg: Un-inline retaddr helpers to 'user-retaddr.h'
Philippe Mathieu-Daudé
4
-26
/
+34
2024-04-26
target/i386: Include missing 'exec/exec-all.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2024-04-26
target/sparc: Replace abi_ulong by uint32_t for TARGET_ABI32
Philippe Mathieu-Daudé
1
-1
/
+1
2024-04-26
target/ppc/excp_helper: Avoid 'abi_ptr' in system emulation
Philippe Mathieu-Daudé
1
-1
/
+1
2024-04-26
target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'
Philippe Mathieu-Daudé
28
-61
/
+65
2024-04-26
semihosting/guestfd: Remove unused 'semihosting/uaccess.h' header
Philippe Mathieu-Daudé
1
-4
/
+1
2024-04-26
semihosting/uaccess: Avoid including 'cpu.h'
Philippe Mathieu-Daudé
1
-1
/
+3
2024-04-26
gdbstub: Avoid including 'cpu.h' in 'gdbstub/helpers.h'
Philippe Mathieu-Daudé
3
-1
/
+4
2024-04-26
gdbstub: Simplify #ifdef'ry in helpers.h
Philippe Mathieu-Daudé
1
-5
/
+4
2024-04-26
gdbstub: Include missing 'hw/core/cpu.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2024-04-26
accel: Include missing 'exec/cpu_ldst.h' header
Philippe Mathieu-Daudé
4
-0
/
+4
2024-04-26
exec: Expose 'target_page.h' API to user emulation
Philippe Mathieu-Daudé
5
-43
/
+45
2024-04-26
exec: Include 'cpu.h' before validating CPUArchState placement
Philippe Mathieu-Daudé
1
-0
/
+1
2024-04-26
exec: Reduce tlb_set_dirty() declaration scope
Philippe Mathieu-Daudé
3
-6
/
+1
2024-04-26
exec: Rename NEED_CPU_H -> COMPILING_PER_TARGET
Philippe Mathieu-Daudé
16
-33
/
+33
2024-04-25
nbd/server: Mark negotiation functions as coroutine_fn
Eric Blake
1
-43
/
+59
2024-04-25
target/s390x: Remove KVM stubs in cpu_models.h
Philippe Mathieu-Daudé
1
-15
/
+0
2024-04-25
tests/unit: Remove debug statements in test-nested-aio-poll.c
Philippe Mathieu-Daudé
1
-7
/
+0
2024-04-25
docs/devel: fix minor typo in submitting-a-patch.rst
Manos Pitsidianakis
1
-1
/
+1
[next]