index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
hw/loongarch: fdt adds Extend I/O Interrupt Controller
Song Gao
2024-04-29
2
-1
/
+30
|
*
|
|
hw/loongarch: fdt adds cpu interrupt controller node
Song Gao
2024-04-29
1
-0
/
+21
|
*
|
|
hw/loongarch: Fix fdt memory node wrong 'reg'
Song Gao
2024-04-29
1
-1
/
+1
|
*
|
|
hw/loongarch: Init efi_fdt table
Song Gao
2024-04-29
4
-4
/
+19
|
*
|
|
hw/loongarch: Init efi_initrd table
Song Gao
2024-04-29
2
-2
/
+30
|
*
|
|
hw/loongarch: Init efi_boot_memmap table
Song Gao
2024-04-29
4
-9
/
+79
|
*
|
|
hw/loongarch: Init efi_system_table
Song Gao
2024-04-29
2
-0
/
+70
|
*
|
|
hw/loongarch: Add init_cmdline
Song Gao
2024-04-29
3
-0
/
+34
|
*
|
|
hw/loongarch: Add slave cpu boot_code
Song Gao
2024-04-29
1
-1
/
+61
|
*
|
|
hw/loongarch: Add load initrd
Song Gao
2024-04-29
1
-1
/
+27
|
*
|
|
hw/loongarch: Move boot functions to boot.c
Song Gao
2024-04-29
5
-113
/
+160
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Richard Henderson
2024-04-29
7
-20
/
+26
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
checkpatch.pl: forbid strerrorname_np()
Daniel Henrique Barboza
2024-04-29
1
-0
/
+3
|
*
|
target/riscv/kvm: remove sneaky strerrorname_np() instance
Daniel Henrique Barboza
2024-04-29
1
-2
/
+2
|
*
|
target/loongarch/cpu.c: typo fix: expection
Michael Tokarev
2024-04-29
1
-1
/
+1
|
*
|
backends/cryptodev-builtin: Fix local_error leaks
Li Zhijian
2024-04-29
1
-4
/
+5
|
*
|
scripts/checkpatch: Do not use mailmap
Philippe Mathieu-Daudé
2024-04-29
1
-3
/
+3
|
*
|
scripts/checkpatch: Avoid author email mangled by qemu-*@nongnu.org
Philippe Mathieu-Daudé
2024-04-29
1
-1
/
+1
|
*
|
target/ppc/cpu_init: Remove "PowerPC" prefix from the CPU list
Thomas Huth
2024-04-29
1
-4
/
+5
|
*
|
target/s390x/cpu_models: Rework the output of "-cpu help"
Thomas Huth
2024-04-29
1
-4
/
+5
|
*
|
target/i386/cpu: Remove "x86" prefix from the CPU list
Thomas Huth
2024-04-29
1
-1
/
+1
|
|
/
*
|
Merge tag 'samuel-thibault' of https://people.debian.org/~sthibault/qemu into staging
Richard Henderson
2024-04-29
1
-14
/
+48
|
\
\
|
|
/
|
/
|
|
*
net/slirp: Use newer slirp_*_hostxfwd API
Nicholas Ngai
2024-04-29
1
-14
/
+48
|
/
*
Merge tag 'accel-20240426' of https://github.com/philmd/qemu into staging
Richard Henderson
2024-04-26
123
-356
/
+487
|
\
|
*
plugins: Include missing 'qemu/bitmap.h' header
Philippe Mathieu-Daudé
2024-04-26
1
-0
/
+1
|
*
hw/core: Avoid including the full 'hw/core/cpu.h' in 'tcg-cpu-ops.h'
Philippe Mathieu-Daudé
2024-04-26
1
-1
/
+5
|
*
exec: Move CPUTLBEntry helpers to cputlb.c
Philippe Mathieu-Daudé
2024-04-26
2
-55
/
+51
|
*
exec: Restrict inclusion of 'user/guest-base.h'
Philippe Mathieu-Daudé
2024-04-26
6
-3
/
+11
|
*
exec: Rename 'exec/user/guest-base.h' as 'user/guest-base.h'
Philippe Mathieu-Daudé
2024-04-26
3
-4
/
+4
|
*
exec: Restrict 'cpu_ldst.h' to TCG accelerator
Philippe Mathieu-Daudé
2024-04-26
1
-1
/
+5
|
*
exec: Restrict TCG specific declarations of 'cputlb.h'
Philippe Mathieu-Daudé
2024-04-26
1
-0
/
+5
|
*
exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' header
Philippe Mathieu-Daudé
2024-04-26
5
-15
/
+35
|
*
exec: Declare MMUAccessType type in 'mmu-access-type.h' header
Philippe Mathieu-Daudé
2024-04-26
4
-7
/
+21
|
*
exec: Declare abi_ptr type in its own 'abi_ptr.h' header
Philippe Mathieu-Daudé
2024-04-26
4
-15
/
+41
|
*
exec/user: Do not include 'cpu.h' in 'abitypes.h'
Philippe Mathieu-Daudé
2024-04-26
1
-1
/
+6
|
*
exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'
Philippe Mathieu-Daudé
2024-04-26
13
-8
/
+33
|
*
exec: Declare target_words_bigendian() in 'exec/tswap.h'
Philippe Mathieu-Daudé
2024-04-26
9
-16
/
+18
|
*
exec/cpu-all: Remove unused tswapls() definitions
Philippe Mathieu-Daudé
2024-04-26
1
-2
/
+0
|
*
exec/cpu-all: Remove unused 'qemu/thread.h' header
Philippe Mathieu-Daudé
2024-04-26
1
-1
/
+0
|
*
exec/cpu-all: Reduce 'qemu/rcu.h' header inclusion
Philippe Mathieu-Daudé
2024-04-26
2
-1
/
+1
|
*
accel/hvf: Use accel-specific per-vcpu @dirty field
Philippe Mathieu-Daudé
2024-04-26
6
-12
/
+12
|
*
accel/nvmm: Use accel-specific per-vcpu @dirty field
Philippe Mathieu-Daudé
2024-04-26
1
-10
/
+11
|
*
accel/whpx: Use accel-specific per-vcpu @dirty field
Philippe Mathieu-Daudé
2024-04-26
1
-11
/
+12
|
*
accel/tcg: Rename helper-head.h -> helper-head.h.inc
Philippe Mathieu-Daudé
2024-04-26
4
-3
/
+3
|
*
accel/tcg: Rename load-extract/store-insert headers using .h.inc suffix
Philippe Mathieu-Daudé
2024-04-26
8
-2
/
+2
|
*
accel/tcg: Include missing headers in 'tb-jmp-cache.h'
Philippe Mathieu-Daudé
2024-04-26
1
-0
/
+3
|
*
accel/tcg: Include missing 'hw/core/cpu.h' header
Philippe Mathieu-Daudé
2024-04-26
1
-0
/
+2
|
*
accel/tcg: Un-inline retaddr helpers to 'user-retaddr.h'
Philippe Mathieu-Daudé
2024-04-26
4
-26
/
+34
|
*
target/i386: Include missing 'exec/exec-all.h' header
Philippe Mathieu-Daudé
2024-04-26
1
-0
/
+1
|
*
target/sparc: Replace abi_ulong by uint32_t for TARGET_ABI32
Philippe Mathieu-Daudé
2024-04-26
1
-1
/
+1
[prev]
[next]