On Mon, Jan 08, 2024 at 18:06:39 +0100, Jiri Denemark wrote: > The migration cookie contains two bitmaps of migration capabilities: > supported and automatic. qemuMigrationParamsCheck expects the letter so > lets make it more obvious by renaming the parameter as remoteAuto. > > Signed-off-by: Jiri Denemark <jdene...@redhat.com> > --- > src/qemu/qemu_migration_params.c | 6 +++--- > src/qemu/qemu_migration_params.h | 2 +- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/src/qemu/qemu_migration_params.c > b/src/qemu/qemu_migration_params.c > index b02a8af8d5..f441c59d67 100644 > --- a/src/qemu/qemu_migration_params.c > +++ b/src/qemu/qemu_migration_params.c > @@ -1290,7 +1290,7 @@ int > qemuMigrationParamsCheck(virDomainObj *vm, > int asyncJob, > qemuMigrationParams *migParams, > - virBitmap *remoteCaps) > + virBitmap *remoteAuto)
If only there was a possibility to add some text ... COMMENTing ... what the parameters do, right ... /s Reviewed-by: Peter Krempa <pkre...@redhat.com> _______________________________________________ Devel mailing list -- devel@lists.libvirt.org To unsubscribe send an email to devel-le...@lists.libvirt.org