All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: Stefan Hajnoczi <stefanha@redhat.com>, qemu-devel@nongnu.org
Subject: [PULL 0/8] Misc fixes
Date: Fri, 11 Nov 2022 11:30:40 +0100	[thread overview]
Message-ID: <20221111103048.202519-1-thuth@redhat.com> (raw)

 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	other threads:[~2022-11-11 10:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-11 10:30 Thomas Huth [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221111103048.202519-1-thuth@redhat.com \
    --to=thuth@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.