Re: [libvirt] [PATCH v2 2/2] remove a now redundant call to virDiskNameToIndex()

2019-10-01 Thread Daniel P . Berrangé
On Mon, Sep 30, 2019 at 03:41:01PM +0200, Pavel Mores wrote: > Parseability of disk name is now checked in qemuDomainDeviceDefValidateDisk(). > > Signed-off-by: Pavel Mores > --- > src/qemu/qemu_command.c | 6 -- > 1 file changed, 6 deletions(-) Reviewed-by: Daniel P. Berrangé Regards, D

[libvirt] [PATCH v2 2/2] remove a now redundant call to virDiskNameToIndex()

2019-09-30 Thread Pavel Mores
Parseability of disk name is now checked in qemuDomainDeviceDefValidateDisk(). Signed-off-by: Pavel Mores --- src/qemu/qemu_command.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index 77470a6037..890d89b92c 100644 --- a/src/qemu/qemu