The following changes since commit ce315328f8e9bf5201db4217f3ffe0784110aa4b:
Merge tag 'tracing-pull-request' of https://gitlab.com/stefanha/qemu into staging (2025-02-13 11:23:57 -0500)
are available in the Git repository at:
https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches
for you to fetch changes up to b79b05d1a06a013447ea93b81c07612766b735f2:
make-release: don't rely on $CWD when excluding subproject directories (2025-02-14 08:49:57 +0300)
----------------------------------------------------------------
trivial patches for 2025-02-14
There's nothing exciting here, just 4 very simple patches,
but one of them is important for qemu-stable.
----------------------------------------------------------------
Michael Roth (1):
make-release: don't rely on $CWD when excluding subproject directories
Philippe Mathieu-Daudé (2):
overall: Remove unnecessary g_strdup_printf() calls
qemu/timer: Clarify timer_new*() must be freed with timer_free()
Rob Bradford (1):
target/riscv: Fix minor whitespace issue in riscv_cpu_properties
crypto/hash-afalg.c | 2 +-
hw/ppc/spapr_caps.c | 2 +-
include/qemu/timer.h | 10 ++++++++++
plugins/loader.c | 2 +-
scripts/make-release | 9 +++++----
target/i386/cpu.c | 2 +-
target/riscv/cpu.c | 6 +++---
trace/simple.c | 2 +-
ui/console.c | 4 +---
ui/gtk.c | 3 +--
util/module.c | 2 +-
11 files changed, 26 insertions(+), 18 deletions(-)