mbox

[PULL,0/5] -Wshadow=local patches for 2023-10-12

Message ID 20231012145721.77039-1-armbru@redhat.com
State New
Headers show

Pull-request

https://repo.or.cz/qemu/armbru.git tags/pull-shadow-2023-10-12

Message

Markus Armbruster Oct. 12, 2023, 2:57 p.m. UTC
The following changes since commit a51e5124a655b3dad80b36b18547cb1eca2c5eb2:

  Merge tag 'pull-omnibus-111023-1' of https://gitlab.com/stsquad/qemu into staging (2023-10-11 09:43:10 -0400)

are available in the Git repository at:

  https://repo.or.cz/qemu/armbru.git tags/pull-shadow-2023-10-12

for you to fetch changes up to c35b2fb1fdc7f6926653cc6df289e5bd77ecbad3:

  target/i386: fix shadowed variable pasto (2023-10-12 16:37:31 +0200)

----------------------------------------------------------------
-Wshadow=local patches for 2023-10-12

----------------------------------------------------------------
Paolo Bonzini (1):
      target/i386: fix shadowed variable pasto

Thomas Huth (4):
      libvduse: Fix compiler warning with -Wshadow=local
      libvhost-user: Fix compiler warning with -Wshadow=local
      hw/virtio/virtio-gpu: Fix compiler warning when compiling with -Wshadow
      contrib/vhost-user-gpu: Fix compiler warning when compiling with -Wshadow

 contrib/vhost-user-gpu/vugpu.h            |  8 ++++----
 include/hw/virtio/virtio-gpu.h            |  8 ++++----
 contrib/vhost-user-gpu/vhost-user-gpu.c   |  6 +++---
 subprojects/libvduse/libvduse.c           |  2 +-
 subprojects/libvhost-user/libvhost-user.c | 12 ++++++------
 target/i386/tcg/seg_helper.c              |  2 +-
 6 files changed, 19 insertions(+), 19 deletions(-)

Comments

Stefan Hajnoczi Oct. 16, 2023, 7:20 p.m. UTC | #1
Applied, thanks.

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