mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-24 14:45:24 +00:00
qemu: command: Rename qemuBuildDiskDriveCommandLine
It prepares all disk so use the plural form. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
99239432d3
commit
fa028bd857
@ -2236,9 +2236,9 @@ qemuBuildDiskUnmanagedPRCommandLine(virCommandPtr cmd,
|
|||||||
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
qemuBuildDiskDriveCommandLine(virCommandPtr cmd,
|
qemuBuildDisksCommandLine(virCommandPtr cmd,
|
||||||
const virDomainDef *def,
|
const virDomainDef *def,
|
||||||
virQEMUCapsPtr qemuCaps)
|
virQEMUCapsPtr qemuCaps)
|
||||||
{
|
{
|
||||||
size_t i;
|
size_t i;
|
||||||
unsigned int bootCD = 0;
|
unsigned int bootCD = 0;
|
||||||
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user