Re: [libvirt] [PATCH v5 07/16] qemu: Introduce qemuDomainDeviceDefValidateControllerSCSI

2018-01-28 Thread Michal Privoznik
On 01/06/2018 12:47 AM, John Ferlan wrote: > Move SCSI validation from qemu_command into qemu_domain. > > Rename/reorder the args in qemuCheckSCSIControllerIOThreads > to match the caller as well as fixing up the comments to > remove the previously removed qemuCaps arg. > > Signed-off-by: John

[libvirt] [PATCH v5 07/16] qemu: Introduce qemuDomainDeviceDefValidateControllerSCSI

2018-01-05 Thread John Ferlan
Move SCSI validation from qemu_command into qemu_domain. Rename/reorder the args in qemuCheckSCSIControllerIOThreads to match the caller as well as fixing up the comments to remove the previously removed qemuCaps arg. Signed-off-by: John Ferlan --- src/qemu/qemu_command.c |