提交 fa028bd8 编写于 作者: P Peter Krempa

qemu: command: Rename qemuBuildDiskDriveCommandLine

It prepares all disk so use the plural form.
Signed-off-by: NPeter Krempa <pkrempa@redhat.com>
Reviewed-by: NJán Tomko <jtomko@redhat.com>
上级 99239432
...@@ -2236,7 +2236,7 @@ qemuBuildDiskUnmanagedPRCommandLine(virCommandPtr cmd, ...@@ -2236,7 +2236,7 @@ qemuBuildDiskUnmanagedPRCommandLine(virCommandPtr cmd,
static int static int
qemuBuildDiskDriveCommandLine(virCommandPtr cmd, qemuBuildDisksCommandLine(virCommandPtr cmd,
const virDomainDef *def, const virDomainDef *def,
virQEMUCapsPtr qemuCaps) virQEMUCapsPtr qemuCaps)
{ {
...@@ -10118,7 +10118,7 @@ qemuBuildCommandLine(virQEMUDriverPtr driver, ...@@ -10118,7 +10118,7 @@ qemuBuildCommandLine(virQEMUDriverPtr driver,
if (qemuBuildHubCommandLine(cmd, def, qemuCaps) < 0) if (qemuBuildHubCommandLine(cmd, def, qemuCaps) < 0)
goto error; goto error;
if (qemuBuildDiskDriveCommandLine(cmd, def, qemuCaps) < 0) if (qemuBuildDisksCommandLine(cmd, def, qemuCaps) < 0)
goto error; goto error;
if (qemuBuildFSDevCommandLine(cmd, def, qemuCaps) < 0) if (qemuBuildFSDevCommandLine(cmd, def, qemuCaps) < 0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册