Re: [PATCH v2 6/9] qemu_migration_cookie: Make cookie parsing robust against missing domain job

2020-11-04 Thread Ján Tomko
On a Wednesday in 2020, Peter Krempa wrote: In testing code we don't properly populate the job sometimes. If it isn't populated we should not touch it though in the migration cookie code. Signed-off-by: Peter Krempa --- src/qemu/qemu_migration_cookie.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH v2 6/9] qemu_migration_cookie: Make cookie parsing robust against missing domain job

2020-11-04 Thread Peter Krempa
In testing code we don't properly populate the job sometimes. If it isn't populated we should not touch it though in the migration cookie code. Signed-off-by: Peter Krempa --- src/qemu/qemu_migration_cookie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git