mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-08 22:15:21 +00:00
qemuValidateDomainDeviceDefFS: Fix block indentation
Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
223aa9357c
commit
19af0b6e93
@ -3997,8 +3997,7 @@ qemuValidateDomainDeviceDefFS(virDomainFSDefPtr fs,
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
if (fs->multidevs != VIR_DOMAIN_FS_MODEL_DEFAULT &&
|
if (fs->multidevs != VIR_DOMAIN_FS_MODEL_DEFAULT &&
|
||||||
!virQEMUCapsGet(qemuCaps, QEMU_CAPS_FSDEV_MULTIDEVS))
|
!virQEMUCapsGet(qemuCaps, QEMU_CAPS_FSDEV_MULTIDEVS)) {
|
||||||
{
|
|
||||||
virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
|
virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
|
||||||
_("multidevs is not supported with this QEMU binary"));
|
_("multidevs is not supported with this QEMU binary"));
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user