提交 a6d3357c 编写于 作者: J Ján Tomko

rename qemuBuildControllerDevCommandLine

Use qemuBuildControllersCommandLine since it builds the command line
for (nearly) all controllers, not just one.
Signed-off-by: NJán Tomko <jtomko@redhat.com>
Reviewed-by: NCole Robinson <crobinso@redhat.com>
上级 fc1c16bc
...@@ -3204,7 +3204,7 @@ qemuBuildControllersByTypeCommandLine(virCommandPtr cmd, ...@@ -3204,7 +3204,7 @@ qemuBuildControllersByTypeCommandLine(virCommandPtr cmd,
static int static int
qemuBuildControllerDevCommandLine(virCommandPtr cmd, qemuBuildControllersCommandLine(virCommandPtr cmd,
const virDomainDef *def, const virDomainDef *def,
virQEMUCapsPtr qemuCaps) virQEMUCapsPtr qemuCaps)
{ {
...@@ -10624,7 +10624,7 @@ qemuBuildCommandLine(virQEMUDriverPtr driver, ...@@ -10624,7 +10624,7 @@ qemuBuildCommandLine(virQEMUDriverPtr driver,
if (qemuBuildGlobalControllerCommandLine(cmd, def, qemuCaps) < 0) if (qemuBuildGlobalControllerCommandLine(cmd, def, qemuCaps) < 0)
goto error; goto error;
if (qemuBuildControllerDevCommandLine(cmd, def, qemuCaps) < 0) if (qemuBuildControllersCommandLine(cmd, def, qemuCaps) < 0)
goto error; goto error;
if (qemuBuildHubCommandLine(cmd, def, qemuCaps) < 0) if (qemuBuildHubCommandLine(cmd, def, qemuCaps) < 0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册