Age | Commit message (Expand) | Author |
2024-04-30 | hw/watchdog/sbsa_gwdt: Make watchdog timer frequency a QOM property | Peter Maydell |
2024-04-30 | hw/arm/sbsa-ref: Force CPU generic timer to 62.5MHz | Peter Maydell |
2024-04-30 | target/arm: Refactor default generic timer frequency handling | Peter Maydell |
2024-04-30 | tests/avocado: update sunxi kernel from armbian to 6.6.16 | Peter Maydell |
2024-04-30 | target/arm: Enable FEAT_Spec_FPACC for -cpu max | Peter Maydell |
2024-04-30 | target/arm: Implement ID_AA64MMFR3_EL1 | Peter Maydell |
2024-04-30 | target/arm: Enable FEAT_ETS2 for -cpu max | Peter Maydell |
2024-04-30 | target/arm: Enable FEAT_CSV2_3 for -cpu max | Peter Maydell |
2024-04-30 | docs/system/arm/emulation.rst: Add missing implemented features | Peter Maydell |
2024-04-30 | target/arm: Restrict translation disabled alignment check to VMSA | Richard Henderson |
2024-04-30 | hvf: arm: Remove PL1_WRITE_MASK | Zenghui Yu |
2024-04-30 | hw/core/clock: allow clock_propagate on child clocks | Raphael Poggi |
2024-04-29 | Merge tag 'samuel-thibault' of https://people.debian.org/~sthibault/qemu into... | Richard Henderson |
2024-04-29 | net/slirp: Use newer slirp_*_hostxfwd API | Nicholas Ngai |
2024-04-26 | Merge tag 'accel-20240426' of https://github.com/philmd/qemu into staging | Richard Henderson |
2024-04-26 | plugins: Include missing 'qemu/bitmap.h' header | Philippe Mathieu-Daudé |
2024-04-26 | Merge tag 'pull-nbd-2024-04-25' of https://repo.or.cz/qemu/ericb into staging | Richard Henderson |
2024-04-26 | hw/core: Avoid including the full 'hw/core/cpu.h' in 'tcg-cpu-ops.h' | Philippe Mathieu-Daudé |
2024-04-26 | exec: Move CPUTLBEntry helpers to cputlb.c | Philippe Mathieu-Daudé |
2024-04-26 | exec: Restrict inclusion of 'user/guest-base.h' | Philippe Mathieu-Daudé |
2024-04-26 | exec: Rename 'exec/user/guest-base.h' as 'user/guest-base.h' | Philippe Mathieu-Daudé |
2024-04-26 | exec: Restrict 'cpu_ldst.h' to TCG accelerator | Philippe Mathieu-Daudé |
2024-04-26 | exec: Restrict TCG specific declarations of 'cputlb.h' | Philippe Mathieu-Daudé |
2024-04-26 | exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' header | Philippe Mathieu-Daudé |
2024-04-26 | exec: Declare MMUAccessType type in 'mmu-access-type.h' header | Philippe Mathieu-Daudé |
2024-04-26 | exec: Declare abi_ptr type in its own 'abi_ptr.h' header | Philippe Mathieu-Daudé |
2024-04-26 | exec/user: Do not include 'cpu.h' in 'abitypes.h' | Philippe Mathieu-Daudé |
2024-04-26 | exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h' | Philippe Mathieu-Daudé |
2024-04-26 | exec: Declare target_words_bigendian() in 'exec/tswap.h' | Philippe Mathieu-Daudé |
2024-04-26 | exec/cpu-all: Remove unused tswapls() definitions | Philippe Mathieu-Daudé |
2024-04-26 | exec/cpu-all: Remove unused 'qemu/thread.h' header | Philippe Mathieu-Daudé |
2024-04-26 | exec/cpu-all: Reduce 'qemu/rcu.h' header inclusion | Philippe Mathieu-Daudé |
2024-04-26 | accel/hvf: Use accel-specific per-vcpu @dirty field | Philippe Mathieu-Daudé |
2024-04-26 | accel/nvmm: Use accel-specific per-vcpu @dirty field | Philippe Mathieu-Daudé |
2024-04-26 | accel/whpx: Use accel-specific per-vcpu @dirty field | Philippe Mathieu-Daudé |
2024-04-26 | accel/tcg: Rename helper-head.h -> helper-head.h.inc | Philippe Mathieu-Daudé |
2024-04-26 | accel/tcg: Rename load-extract/store-insert headers using .h.inc suffix | Philippe Mathieu-Daudé |
2024-04-26 | accel/tcg: Include missing headers in 'tb-jmp-cache.h' | Philippe Mathieu-Daudé |
2024-04-26 | accel/tcg: Include missing 'hw/core/cpu.h' header | Philippe Mathieu-Daudé |
2024-04-26 | accel/tcg: Un-inline retaddr helpers to 'user-retaddr.h' | Philippe Mathieu-Daudé |
2024-04-26 | target/i386: Include missing 'exec/exec-all.h' header | Philippe Mathieu-Daudé |
2024-04-26 | target/sparc: Replace abi_ulong by uint32_t for TARGET_ABI32 | Philippe Mathieu-Daudé |
2024-04-26 | target/ppc/excp_helper: Avoid 'abi_ptr' in system emulation | Philippe Mathieu-Daudé |
2024-04-26 | target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h' | Philippe Mathieu-Daudé |
2024-04-26 | semihosting/guestfd: Remove unused 'semihosting/uaccess.h' header | Philippe Mathieu-Daudé |
2024-04-26 | semihosting/uaccess: Avoid including 'cpu.h' | Philippe Mathieu-Daudé |
2024-04-26 | gdbstub: Avoid including 'cpu.h' in 'gdbstub/helpers.h' | Philippe Mathieu-Daudé |
2024-04-26 | gdbstub: Simplify #ifdef'ry in helpers.h | Philippe Mathieu-Daudé |
2024-04-26 | gdbstub: Include missing 'hw/core/cpu.h' header | Philippe Mathieu-Daudé |
2024-04-26 | accel: Include missing 'exec/cpu_ldst.h' header | Philippe Mathieu-Daudé |