[PULL 00/16] Trivial patches for 2024-06-30

Michael Tokarev posted 16 patches 2 months, 1 week ago
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, "Dr. David Alan Gilbert" <dave@treblig.org>, Peter Maydell <peter.maydell@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Yanan Wang <wangyanan55@huawei.com>, Laurent Vivier <laurent@vivier.eu>, Pavel Pisa <pisa@cmp.felk.cvut.cz>, Vikram Garhwal <fnu.vikram@xilinx.com>, Jason Wang <jasowang@redhat.com>, Marcelo Tosatti <mtosatti@redhat.com>
accel/tcg/tcg-accel-ops-rr.c |  1 +
docs/system/devices/cxl.rst  |  6 +++---
docs/system/devices/usb.rst  |  2 +-
hmp-commands-info.hx         |  2 +-
hw/arm/bcm2836.c             | 12 ------------
hw/core/cpu-common.c         |  3 +++
hw/core/loader.c             |  1 +
include/hw/loader.h          |  1 -
include/monitor/hmp.h        |  3 ---
linux-user/cris/signal.c     |  8 --------
linux-user/sparc/signal.c    |  5 -----
net/can/can_host.c           |  6 ------
os-posix.c                   |  4 ++++
system/vl.c                  | 21 ++++++++++-----------
target/i386/host-cpu.c       | 12 ------------
target/i386/kvm/kvm-cpu.c    | 11 +++++++++--
16 files changed, 33 insertions(+), 65 deletions(-)
[PULL 00/16] Trivial patches for 2024-06-30
Posted by Michael Tokarev 2 months, 1 week ago
The following changes since commit 3665dd6bb9043bef181c91e2dce9e1efff47ed51:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2024-06-28 16:09:38 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f22855dffdbc2906f744b5bcfea869cbb66b8fb2:

  hw/core/loader: gunzip(): fix memory leak on error path (2024-06-30 19:51:44 +0300)

----------------------------------------------------------------
trivial patches for 2024-06-30

It's been some time since the previous trivial-patches pullreq,
and the queue grew a bit

----------------------------------------------------------------
Dr. David Alan Gilbert (4):
      linux-user: cris: Remove unused struct 'rt_signal_frame'
      linux-user: sparc: Remove unused struct 'target_mc_fq'
      hw/arm/bcm2836: Remove unusued struct 'BCM283XClass'
      net/can: Remove unused struct 'CanBusState'

Hyeongtak Ji (1):
      docs/cxl: fix some typos

Martin Joerg (1):
      hmp-commands-info.hx: Add missing info command for stats subcommand

Matheus Tavares Bernardino (1):
      cpu: fix memleak of 'halt_cond' and 'thread'

Philippe Mathieu-Daudé (1):
      monitor: Remove obsolete stubs

Thomas Huth (1):
      docs/system/devices/usb: Replace the non-existing "qemu" binary

Trent Huber (1):
      os-posix: Expand setrlimit() syscall compatibility

Vladimir Sementsov-Ogievskiy (4):
      vl.c: select_machine(): use ERRP_GUARD instead of error propagation
      vl.c: select_machine(): use g_autoptr
      vl.c: select_machine(): add selected machine type to error message
      hw/core/loader: gunzip(): fix memory leak on error path

Zide Chen (2):
      vl: Allow multiple -overcommit commands
      target/i386: Advertise MWAIT iff host supports

 accel/tcg/tcg-accel-ops-rr.c |  1 +
 docs/system/devices/cxl.rst  |  6 +++---
 docs/system/devices/usb.rst  |  2 +-
 hmp-commands-info.hx         |  2 +-
 hw/arm/bcm2836.c             | 12 ------------
 hw/core/cpu-common.c         |  3 +++
 hw/core/loader.c             |  1 +
 include/hw/loader.h          |  1 -
 include/monitor/hmp.h        |  3 ---
 linux-user/cris/signal.c     |  8 --------
 linux-user/sparc/signal.c    |  5 -----
 net/can/can_host.c           |  6 ------
 os-posix.c                   |  4 ++++
 system/vl.c                  | 21 ++++++++++-----------
 target/i386/host-cpu.c       | 12 ------------
 target/i386/kvm/kvm-cpu.c    | 11 +++++++++--
 16 files changed, 33 insertions(+), 65 deletions(-)

Re: [PULL 00/16] Trivial patches for 2024-06-30
Posted by Richard Henderson 2 months, 1 week ago
On 6/30/24 09:53, Michael Tokarev wrote:
> The following changes since commit 3665dd6bb9043bef181c91e2dce9e1efff47ed51:
> 
>    Merge tag 'for-upstream' ofhttps://gitlab.com/bonzini/qemu  into staging (2024-06-28 16:09:38 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/mjt0k/qemu.git  tags/pull-trivial-patches
> 
> for you to fetch changes up to f22855dffdbc2906f744b5bcfea869cbb66b8fb2:
> 
>    hw/core/loader: gunzip(): fix memory leak on error path (2024-06-30 19:51:44 +0300)
> 
> ----------------------------------------------------------------
> trivial patches for 2024-06-30

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/9.1 as appropriate.


r~