From: Mark Cave-Ayland <mark.caveayland@nutanix.com>
To: clg@redhat.com, john.levon@nutanix.com,
thanos.makatos@nutanix.com, qemu-devel@nongnu.org
Subject: [PATCH 0/2] vfio-user: trivial VFIOProxy flags fix
Date: Wed, 21 Jan 2026 10:59:44 +0000 [thread overview]
Message-ID: <20260121110055.2333711-1-mark.caveayland@nutanix.com> (raw)
This series contains a couple of trivial fixes for the VFIOProxy flags
found whilst rebasing some internal patches.
The first patch in the series fixes the incorrect value of the
VFIO_PROXY_USE_MULTI constant, whilst the second patch updates the
constants to use the BIT() macro (also removing a gap in the bit
numbering) to help prevent similar errors from occurring in future.
Note that the VFIOProxy flags are internal to QEMU and not included in
the migration stream so there are no visible effects from the bit
renumbering.
Signed-off-by: Mark Cave-Ayland <mark.caveayland@nutanix.com>
Mark Cave-Ayland (2):
vfio-user: fix VFIO_PROXY_USE_MULTI constant value
vfio-user: update VFIOProxy flag constants to use the BIT() macro
hw/vfio-user/proxy.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
2.43.0
next reply other threads:[~2026-01-21 11:01 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-21 10:59 Mark Cave-Ayland [this message]
2026-01-21 10:59 ` [PATCH 1/2] vfio-user: fix VFIO_PROXY_USE_MULTI constant value Mark Cave-Ayland
2026-01-21 11:13 ` John Levon
2026-01-21 11:15 ` Cédric Le Goater
2026-01-21 12:06 ` Mark Cave-Ayland
2026-01-21 11:16 ` John Levon
2026-01-21 10:59 ` [PATCH 2/2] vfio-user: update VFIOProxy flag constants to use the BIT() macro Mark Cave-Ayland
2026-01-21 11:15 ` John Levon
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=20260121110055.2333711-1-mark.caveayland@nutanix.com \
--to=mark.caveayland@nutanix.com \
--cc=clg@redhat.com \
--cc=john.levon@nutanix.com \
--cc=qemu-devel@nongnu.org \
--cc=thanos.makatos@nutanix.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.