qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/8] Misc fixes
@ 2022-11-11 10:30 Thomas Huth
  2022-11-11 10:30 ` [PULL 1/8] rtl8139: Remove unused variable Thomas Huth
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Thomas Huth @ 2022-11-11 10:30 UTC (permalink / raw)
  To: Stefan Hajnoczi, qemu-devel

 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(-)



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-11-12 14:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-11 10:30 [PULL 0/8] Misc fixes Thomas Huth
2022-11-11 10:30 ` [PULL 1/8] rtl8139: Remove unused variable Thomas Huth
2022-11-11 10:30 ` [PULL 2/8] tulip: " Thomas Huth
2022-11-11 10:30 ` [PULL 3/8] qemu-img: remove " Thomas Huth
2022-11-11 10:30 ` [PULL 4/8] host-libusb: Remove " Thomas Huth
2022-11-11 10:30 ` [PULL 5/8] libdecnumber/dpd/decimal64: Fix compiler warning from Clang 15 Thomas Huth
2022-11-11 10:30 ` [PULL 6/8] qga: Allow building of the guest agent without system emulators or tools Thomas Huth
2022-11-11 10:30 ` [PULL 7/8] net: Replace TAB indentations with spaces Thomas Huth
2022-11-11 10:30 ` [PULL 8/8] Fix several typos in documentation (found by codespell) Thomas Huth
2022-11-12  2:32 ` [PULL 0/8] Misc fixes Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).