Re: [libvirt PATCH 3/6] qemu: Rename remoteCaps parameter in qemuMigrationParamsCheck

2024-01-08 Thread Peter Krempa
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

[libvirt PATCH 3/6] qemu: Rename remoteCaps parameter in qemuMigrationParamsCheck

2024-01-08 Thread Jiri Denemark
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 --- src/qemu/qemu_migration_params.c | 6 +++--- src/qemu/q