[PULL 0/8] Misc fixes

Thomas Huth posted 8 patches 1 year, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221111103048.202519-1-thuth@redhat.com
Maintainers: Ani Sinha <ani@anisinha.ca>, Pavel Pisa <pisa@cmp.felk.cvut.cz>, Vikram Garhwal <fnu.vikram@xilinx.com>, Jason Wang <jasowang@redhat.com>, Thomas Huth <huth@tuxfamily.org>, Sven Schnelle <svens@stackframe.org>, Paolo Bonzini <pbonzini@redhat.com>, Fam Zheng <fam@euphon.net>, Gerd Hoffmann <kraxel@redhat.com>, Peter Xu <peterx@redhat.com>, David Hildenbrand <david@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Markus Armbruster <armbru@redhat.com>, Michael Roth <michael.roth@amd.com>, Eric Blake <eblake@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Laurent Vivier <lvivier@redhat.com>
docs/devel/acpi-bits.rst       |    2 +-
docs/system/devices/can.rst    |    5 +-
qapi/virtio.json               |    4 +-
hw/net/can/ctu_can_fd_frame.h  |  180 +++---
hw/net/can/ctu_can_fd_regs.h   | 1260 ++++++++++++++++++++--------------------
hw/net/e1000_regs.h            |   30 +-
hw/net/pcnet.h                 |    4 +-
include/exec/memory.h          |    6 +-
net/tap-linux.h                |   10 +-
tests/qtest/libqos/qgraph.h    |    2 +-
hw/net/mcf_fec.c               |    8 +-
hw/net/ne2000.c                |  138 ++---
hw/net/pcnet.c                 |  136 ++---
hw/net/rtl8139.c               |    2 -
hw/net/tulip.c                 |    4 +-
hw/scsi/esp.c                  |    6 +-
hw/usb/host-libusb.c           |   15 -
libdecnumber/dpd/decimal64.c   |    3 +-
qemu-img.c                     |    4 +-
tests/qtest/libqos/virtio-9p.c |    2 +-
qapi/meson.build               |    2 +-
qemu-options.hx                |    6 +-
stubs/meson.build              |    2 +-
util/meson.build               |   20 +-
24 files changed, 918 insertions(+), 933 deletions(-)
[PULL 0/8] Misc fixes
Posted by Thomas Huth 1 year, 5 months ago
 Hi Stefan!

The following changes since commit 2ccad61746ca7de5dd3e25146062264387e43bd4:

  Merge tag 'pull-tcg-20221109' of https://gitlab.com/rth7680/qemu into staging (2022-11-09 13:26:45 -0500)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2022-11-11

for you to fetch changes up to 2cb40d446fac6a2aeccba7687448a9f48ec6b6c6:

  Fix several typos in documentation (found by codespell) (2022-11-11 09:39:25 +0100)

----------------------------------------------------------------
* Fix "unused variable" warnings from Clang 15
* Allow building of guest-agent without emulators or tools
* White space clean-ups
* Fixes for typos in the documentation

----------------------------------------------------------------
Ahmed Abouzied (1):
      net: Replace TAB indentations with spaces

Miroslav Rezanina (4):
      rtl8139: Remove unused variable
      tulip: Remove unused variable
      qemu-img: remove unused variable
      host-libusb: Remove unused variable

Stefan Weil (1):
      Fix several typos in documentation (found by codespell)

Thomas Huth (2):
      libdecnumber/dpd/decimal64: Fix compiler warning from Clang 15
      qga: Allow building of the guest agent without system emulators or tools

 docs/devel/acpi-bits.rst       |    2 +-
 docs/system/devices/can.rst    |    5 +-
 qapi/virtio.json               |    4 +-
 hw/net/can/ctu_can_fd_frame.h  |  180 +++---
 hw/net/can/ctu_can_fd_regs.h   | 1260 ++++++++++++++++++++--------------------
 hw/net/e1000_regs.h            |   30 +-
 hw/net/pcnet.h                 |    4 +-
 include/exec/memory.h          |    6 +-
 net/tap-linux.h                |   10 +-
 tests/qtest/libqos/qgraph.h    |    2 +-
 hw/net/mcf_fec.c               |    8 +-
 hw/net/ne2000.c                |  138 ++---
 hw/net/pcnet.c                 |  136 ++---
 hw/net/rtl8139.c               |    2 -
 hw/net/tulip.c                 |    4 +-
 hw/scsi/esp.c                  |    6 +-
 hw/usb/host-libusb.c           |   15 -
 libdecnumber/dpd/decimal64.c   |    3 +-
 qemu-img.c                     |    4 +-
 tests/qtest/libqos/virtio-9p.c |    2 +-
 qapi/meson.build               |    2 +-
 qemu-options.hx                |    6 +-
 stubs/meson.build              |    2 +-
 util/meson.build               |   20 +-
 24 files changed, 918 insertions(+), 933 deletions(-)
Re: [PULL 0/8] Misc fixes
Posted by Stefan Hajnoczi 1 year, 5 months ago
Applied, thanks.

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