aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | hw/loongarch: fdt adds Extend I/O Interrupt ControllerSong Gao2024-04-292-1/+30
| * | | hw/loongarch: fdt adds cpu interrupt controller nodeSong Gao2024-04-291-0/+21
| * | | hw/loongarch: Fix fdt memory node wrong 'reg'Song Gao2024-04-291-1/+1
| * | | hw/loongarch: Init efi_fdt tableSong Gao2024-04-294-4/+19
| * | | hw/loongarch: Init efi_initrd tableSong Gao2024-04-292-2/+30
| * | | hw/loongarch: Init efi_boot_memmap tableSong Gao2024-04-294-9/+79
| * | | hw/loongarch: Init efi_system_tableSong Gao2024-04-292-0/+70
| * | | hw/loongarch: Add init_cmdlineSong Gao2024-04-293-0/+34
| * | | hw/loongarch: Add slave cpu boot_codeSong Gao2024-04-291-1/+61
| * | | hw/loongarch: Add load initrdSong Gao2024-04-291-1/+27
| * | | hw/loongarch: Move boot functions to boot.cSong Gao2024-04-295-113/+160
| | |/ | |/|
* | | Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingRichard Henderson2024-04-297-20/+26
|\ \ \ | |_|/ |/| |
| * | checkpatch.pl: forbid strerrorname_np()Daniel Henrique Barboza2024-04-291-0/+3
| * | target/riscv/kvm: remove sneaky strerrorname_np() instanceDaniel Henrique Barboza2024-04-291-2/+2
| * | target/loongarch/cpu.c: typo fix: expectionMichael Tokarev2024-04-291-1/+1
| * | backends/cryptodev-builtin: Fix local_error leaksLi Zhijian2024-04-291-4/+5
| * | scripts/checkpatch: Do not use mailmapPhilippe Mathieu-Daudé2024-04-291-3/+3
| * | scripts/checkpatch: Avoid author email mangled by qemu-*@nongnu.orgPhilippe Mathieu-Daudé2024-04-291-1/+1
| * | target/ppc/cpu_init: Remove "PowerPC" prefix from the CPU listThomas Huth2024-04-291-4/+5
| * | target/s390x/cpu_models: Rework the output of "-cpu help"Thomas Huth2024-04-291-4/+5
| * | target/i386/cpu: Remove "x86" prefix from the CPU listThomas Huth2024-04-291-1/+1
| |/
* | Merge tag 'samuel-thibault' of https://people.debian.org/~sthibault/qemu into stagingRichard Henderson2024-04-291-14/+48
|\ \ | |/ |/|
| * net/slirp: Use newer slirp_*_hostxfwd APINicholas Ngai2024-04-291-14/+48
|/
* Merge tag 'accel-20240426' of https://github.com/philmd/qemu into stagingRichard Henderson2024-04-26123-356/+487
|\
| * plugins: Include missing 'qemu/bitmap.h' headerPhilippe Mathieu-Daudé2024-04-261-0/+1
| * hw/core: Avoid including the full 'hw/core/cpu.h' in 'tcg-cpu-ops.h'Philippe Mathieu-Daudé2024-04-261-1/+5
| * exec: Move CPUTLBEntry helpers to cputlb.cPhilippe Mathieu-Daudé2024-04-262-55/+51
| * exec: Restrict inclusion of 'user/guest-base.h'Philippe Mathieu-Daudé2024-04-266-3/+11
| * exec: Rename 'exec/user/guest-base.h' as 'user/guest-base.h'Philippe Mathieu-Daudé2024-04-263-4/+4
| * exec: Restrict 'cpu_ldst.h' to TCG acceleratorPhilippe Mathieu-Daudé2024-04-261-1/+5
| * exec: Restrict TCG specific declarations of 'cputlb.h'Philippe Mathieu-Daudé2024-04-261-0/+5
| * exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' headerPhilippe Mathieu-Daudé2024-04-265-15/+35
| * exec: Declare MMUAccessType type in 'mmu-access-type.h' headerPhilippe Mathieu-Daudé2024-04-264-7/+21
| * exec: Declare abi_ptr type in its own 'abi_ptr.h' headerPhilippe Mathieu-Daudé2024-04-264-15/+41
| * exec/user: Do not include 'cpu.h' in 'abitypes.h'Philippe Mathieu-Daudé2024-04-261-1/+6
| * exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'Philippe Mathieu-Daudé2024-04-2613-8/+33
| * exec: Declare target_words_bigendian() in 'exec/tswap.h'Philippe Mathieu-Daudé2024-04-269-16/+18
| * exec/cpu-all: Remove unused tswapls() definitionsPhilippe Mathieu-Daudé2024-04-261-2/+0
| * exec/cpu-all: Remove unused 'qemu/thread.h' headerPhilippe Mathieu-Daudé2024-04-261-1/+0
| * exec/cpu-all: Reduce 'qemu/rcu.h' header inclusionPhilippe Mathieu-Daudé2024-04-262-1/+1
| * accel/hvf: Use accel-specific per-vcpu @dirty fieldPhilippe Mathieu-Daudé2024-04-266-12/+12
| * accel/nvmm: Use accel-specific per-vcpu @dirty fieldPhilippe Mathieu-Daudé2024-04-261-10/+11
| * accel/whpx: Use accel-specific per-vcpu @dirty fieldPhilippe Mathieu-Daudé2024-04-261-11/+12
| * accel/tcg: Rename helper-head.h -> helper-head.h.incPhilippe Mathieu-Daudé2024-04-264-3/+3
| * accel/tcg: Rename load-extract/store-insert headers using .h.inc suffixPhilippe Mathieu-Daudé2024-04-268-2/+2
| * accel/tcg: Include missing headers in 'tb-jmp-cache.h'Philippe Mathieu-Daudé2024-04-261-0/+3
| * accel/tcg: Include missing 'hw/core/cpu.h' headerPhilippe Mathieu-Daudé2024-04-261-0/+2
| * accel/tcg: Un-inline retaddr helpers to 'user-retaddr.h'Philippe Mathieu-Daudé2024-04-264-26/+34
| * target/i386: Include missing 'exec/exec-all.h' headerPhilippe Mathieu-Daudé2024-04-261-0/+1
| * target/sparc: Replace abi_ulong by uint32_t for TARGET_ABI32Philippe Mathieu-Daudé2024-04-261-1/+1