Re: [PATCH v2 4/9] qemu: Rework starting NBD server for migration

2020-09-01 Thread Jiri Denemark
On Tue, Sep 01, 2020 at 16:36:55 +0200, Martin Kletzander wrote: > Clean up the semantics by using one extra self-describing variable. > This also fixes the port allocation when the port is specified. > > Signed-off-by: Martin Kletzander > --- > src/qemu/qemu_migration.c | 37 +++

[PATCH v2 4/9] qemu: Rework starting NBD server for migration

2020-09-01 Thread Martin Kletzander
Clean up the semantics by using one extra self-describing variable. This also fixes the port allocation when the port is specified. Signed-off-by: Martin Kletzander --- src/qemu/qemu_migration.c | 37 +++-- 1 file changed, 23 insertions(+), 14 deletions(-) diff -