All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] vfio-user: trivial VFIOProxy flags fix
@ 2026-01-21 10:59 Mark Cave-Ayland
  2026-01-21 10:59 ` [PATCH 1/2] vfio-user: fix VFIO_PROXY_USE_MULTI constant value Mark Cave-Ayland
  2026-01-21 10:59 ` [PATCH 2/2] vfio-user: update VFIOProxy flag constants to use the BIT() macro Mark Cave-Ayland
  0 siblings, 2 replies; 8+ messages in thread
From: Mark Cave-Ayland @ 2026-01-21 10:59 UTC (permalink / raw)
  To: clg, john.levon, thanos.makatos, qemu-devel

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



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

end of thread, other threads:[~2026-01-21 12:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-21 10:59 [PATCH 0/2] vfio-user: trivial VFIOProxy flags fix Mark Cave-Ayland
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

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.