提交 457e0506 编写于 作者: M Mark McLoughlin

Fix thinko in PCI hostdev detach

* src/qemu_driver.c: Add missing break statement in
  qemudDomainDetachHostDevice()
上级 12edef9a
...@@ -5894,6 +5894,7 @@ static int qemudDomainDetachHostDevice(virConnectPtr conn, ...@@ -5894,6 +5894,7 @@ static int qemudDomainDetachHostDevice(virConnectPtr conn,
switch (hostdev->source.subsys.type) { switch (hostdev->source.subsys.type) {
case VIR_DOMAIN_HOSTDEV_SUBSYS_TYPE_PCI: case VIR_DOMAIN_HOSTDEV_SUBSYS_TYPE_PCI:
ret = qemudDomainDetachHostPciDevice(conn, vm, dev); ret = qemudDomainDetachHostPciDevice(conn, vm, dev);
break;
default: default:
qemudReportError(conn, dom, NULL, VIR_ERR_NO_SUPPORT, qemudReportError(conn, dom, NULL, VIR_ERR_NO_SUPPORT,
_("hostdev subsys type '%s' not supported"), _("hostdev subsys type '%s' not supported"),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册