]> git.ipfire.org Git - thirdparty/libvirt.git/commit
remove a now redundant call to virDiskNameToIndex() v5.8.0-rc2
authorPavel Mores <pmores@redhat.com>
Mon, 30 Sep 2019 13:41:01 +0000 (15:41 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 2 Oct 2019 11:59:01 +0000 (13:59 +0200)
commit2346b2f6564ae9f7ba35bc863cb0fab39cadeb12
tree1f64e4383afe6d32791ecfca06de76e5d702da93
parentca437d0603947a814a667c59928e8cf9c0756933
remove a now redundant call to virDiskNameToIndex()

Parseability of disk name is now checked in qemuDomainDeviceDefValidateDisk().

Signed-off-by: Pavel Mores <pmores@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_command.c