Re: [libvirt] [PATCH 04/17] qemu: Move CCW S390 Address check to controller def validate

2017-12-05 Thread Ján Tomko
On Mon, Dec 04, 2017 at 08:38:54PM -0500, John Ferlan wrote: Move the call to qemuDomainCheckCCWS390AddressSupport from qemuBuildControllerDevStr to qemuDomainDeviceDefValidateController. This means we will get the qemuCaps from the driver opaque variable passed to qemuDomainDeviceDefValidate.

[libvirt] [PATCH 04/17] qemu: Move CCW S390 Address check to controller def validate

2017-12-04 Thread John Ferlan
Move the call to qemuDomainCheckCCWS390AddressSupport from qemuBuildControllerDevStr to qemuDomainDeviceDefValidateController. This means we will get the qemuCaps from the driver opaque variable passed to qemuDomainDeviceDefValidate. Signed-off-by: John Ferlan ---