提交 3c9c46c6 编写于 作者: A Andrea Bolognani

qemu: Fix indentation in qemuDomainDeviceDefValidateControllerPCI()

Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
上级 e5a1f190
......@@ -4458,10 +4458,10 @@ qemuDomainDeviceDefValidateControllerPCI(const virDomainControllerDef *controlle
if (pciopts->numaNode != -1 &&
!virQEMUCapsGet(qemuCaps, QEMU_CAPS_SPAPR_PCI_HOST_BRIDGE_NUMA_NODE)) {
virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
_("the spapr-pci-host-bridge controller doesn't "
"support numa_node in this QEMU binary"));
return -1;
virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
_("the spapr-pci-host-bridge controller doesn't "
"support numa_node in this QEMU binary"));
return -1;
}
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册