qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PULL 0/8] Misc fixes


From: Thomas Huth
Subject: [PULL 0/8] Misc fixes
Date: Fri, 11 Nov 2022 11:30:40 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]