提交 b85a8f22 编写于 作者: D Daniel P. Berrangé

bhyve: add missing param to virDomainPCIAddressBusSetModel

Fixes build error introduced in

  commit aa15e925
  Author: Laine Stump <laine@redhat.com>
  Date:   Sun Apr 5 22:40:37 2020 -0400

    qemu/conf: set HOTPLUGGABLE connect flag during PCI address set init
Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
上级 5ccd6ae5
......@@ -71,7 +71,8 @@ bhyveDomainPCIAddressSetCreate(virDomainDefPtr def, unsigned int nbuses)
return NULL;
if (virDomainPCIAddressBusSetModel(&addrs->buses[0],
VIR_DOMAIN_CONTROLLER_MODEL_PCI_ROOT) < 0)
VIR_DOMAIN_CONTROLLER_MODEL_PCI_ROOT,
true) < 0)
goto error;
if (virDomainDeviceInfoIterate(def, bhyveCollectPCIAddress, addrs) < 0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册