Re: [PATCH 2/4] virDomainBackupDiskDefFormat: Format internal disk state only when valid

2020-07-07 Thread Eric Blake
On 7/7/20 10:23 AM, Peter Krempa wrote: Format the disk state only when it isn't _NONE. Signed-off-by: Peter Krempa --- src/conf/backup_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Eric Blake diff --git a/src/conf/backup_conf.c b/src/conf/backup_conf.c

[PATCH 2/4] virDomainBackupDiskDefFormat: Format internal disk state only when valid

2020-07-07 Thread Peter Krempa
Format the disk state only when it isn't _NONE. Signed-off-by: Peter Krempa --- src/conf/backup_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf/backup_conf.c b/src/conf/backup_conf.c index 781dd53f6b..5e4144d371 100644 --- a/src/conf/backup_conf.c +++