All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org, Richard Henderson <richard.henderson@linaro.org>
Subject: [PULL 0/6] Functional test framework improvements & bug fixes
Date: Fri, 14 Aug 2026 12:09:11 +0200	[thread overview]
Message-ID: <20260814100917.163448-1-thuth@redhat.com> (raw)

 Hi Richard!

The following changes since commit 539bc315538afe036a4b99088659aa82e3b489f2:

  Merge tag 'pull-loongarch-20260813' of https://github.com/bibo-mao/qemu into staging (2026-08-13 07:16:25 -0700)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2026-08-14

for you to fetch changes up to 4adfb431c0c3abd84909d1228b4954bfd68a1dbc:

  hw/i386/amd_iommu: Avoid undefined behavior in amdvi_setevent_bits() (2026-08-14 09:14:58 +0200)

----------------------------------------------------------------
* Some minor updates to the functional testing framework
* Fix a guest-triggerable abort() in the usb uas code
* Fix a guest-triggerable abort() in the vmxnet3 code
* Fix a undefined behavior problem in the amd_iommu code

----------------------------------------------------------------
Thomas Huth (3):
      hw/usb/dev-uas: Don't abort if guest provided an undersized buffer for status
      hw/net/vmxnet3: Do not abort if guest provides bad interrupt numbers
      hw/i386/amd_iommu: Avoid undefined behavior in amdvi_setevent_bits()

Vladimir Sementsov-Ogievskiy (3):
      tests/functional: add skipWithoutSudo() decorator
      tests/functional/qemu_test: drop *args argument from .get_vm()
      tests/testcase.py: passthrough monitor_address

 hw/i386/amd_iommu.c                      |  2 +-
 hw/net/vmxnet3.c                         | 34 ++++++++++++++++++++++++--------
 hw/usb/dev-uas.c                         | 19 ++++++++++++++++--
 tests/functional/migration.py            |  3 ++-
 tests/functional/qemu_test/decorators.py | 16 +++++++++++++++
 tests/functional/qemu_test/testcase.py   | 12 +++++------
 6 files changed, 67 insertions(+), 19 deletions(-)



             reply	other threads:[~2026-08-14 10:10 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-14 10:09 Thomas Huth [this message]
2026-08-14 10:09 ` [PULL 1/6] tests/functional: add skipWithoutSudo() decorator Thomas Huth
2026-08-14 10:09 ` [PULL 2/6] tests/functional/qemu_test: drop *args argument from .get_vm() Thomas Huth
2026-08-14 10:09 ` [PULL 3/6] tests/testcase.py: passthrough monitor_address Thomas Huth
2026-08-14 10:09 ` [PULL 4/6] hw/usb/dev-uas: Don't abort if guest provided an undersized buffer for status Thomas Huth
2026-08-14 10:09 ` [PULL 5/6] hw/net/vmxnet3: Do not abort if guest provides bad interrupt numbers Thomas Huth
2026-08-14 10:09 ` [PULL 6/6] hw/i386/amd_iommu: Avoid undefined behavior in amdvi_setevent_bits() Thomas Huth

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=20260814100917.163448-1-thuth@redhat.com \
    --to=thuth@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    /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.