提交 d4afd341 编写于 作者: L Laine Stump

qemu: remove superfluous setting of addrs->nbuses

This is already set by virDomainPCIAddressSetAlloc().
上级 9b4122bf
......@@ -558,7 +558,6 @@ qemuDomainPCIAddressSetCreate(virDomainDefPtr def,
if ((addrs = virDomainPCIAddressSetAlloc(nbuses)) == NULL)
return NULL;
addrs->nbuses = nbuses;
addrs->dryRun = dryRun;
/* As a safety measure, set default model='pci-root' for first pci
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册