On Mon, Oct 27, 2025 at 10:24:47AM -0300, Fabiano Rosas wrote: > Markus Armbruster <[email protected]> writes: > > > Markus Armbruster (3): > > migration: Use unsigned instead of int for bit set of MigMode > > migration: Use bitset of MigMode instead of variable arguments > > migration: Put Error **errp parameter last > > > > include/migration/blocker.h | 9 ++---- > > include/migration/misc.h | 10 +++---- > > hw/vfio/container-legacy.c | 6 ++-- > > hw/vfio/cpr-iommufd.c | 6 ++-- > > hw/vfio/cpr-legacy.c | 8 +++--- > > hw/vfio/cpr.c | 5 ++-- > > hw/vfio/device.c | 4 +-- > > migration/migration.c | 57 +++++++++---------------------------- > > stubs/migr-blocker.c | 2 +- > > system/physmem.c | 8 +++--- > > 10 files changed, 40 insertions(+), 75 deletions(-) > > Series: > > Reviewed-by: Fabiano Rosas <[email protected]>
I recall I tried to convince Steve to use a bitmask like what patch2 does but failed.. I didn't push that too hard, though. Queued, thanks both! -- Peter Xu
