Re: [libvirt] [PATCH 4/8] qemu: command: Use more appropriate checking function for block devices

2016-05-09 Thread Peter Krempa
On Fri, May 06, 2016 at 11:09:38 -0400, John Ferlan wrote: > > > On 05/02/2016 10:32 AM, Peter Krempa wrote: > > In qemuCheckDiskConfig would now use virDomainDiskSourceIsBlockType just > > as a glorified version of virStorageSourceIsBlockLocal that reports > > error messages. Replace it with the

Re: [libvirt] [PATCH 4/8] qemu: command: Use more appropriate checking function for block devices

2016-05-06 Thread John Ferlan
On 05/02/2016 10:32 AM, Peter Krempa wrote: > In qemuCheckDiskConfig would now use virDomainDiskSourceIsBlockType just > as a glorified version of virStorageSourceIsBlockLocal that reports > error messages. Replace it with the latter including the message for > clarity. > --- > src/qemu/qemu_com

[libvirt] [PATCH 4/8] qemu: command: Use more appropriate checking function for block devices

2016-05-02 Thread Peter Krempa
In qemuCheckDiskConfig would now use virDomainDiskSourceIsBlockType just as a glorified version of virStorageSourceIsBlockLocal that reports error messages. Replace it with the latter including the message for clarity. --- src/qemu/qemu_command.c | 6 +- 1 file changed, 5 insertions(+), 1 dele