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