mbox

[PULL,0/4] Trivial patches for 2025-02-14

Message ID 20250214055520.3159764-1-mjt@tls.msk.ru (mailing list archive)
State New
Headers show

Pull-request

https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches

Message

Michael Tokarev Feb. 14, 2025, 5:55 a.m. UTC
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(-)

Comments

Stefan Hajnoczi Feb. 14, 2025, 4:58 p.m. UTC | #1
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/10.0 for any user-visible changes.