mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-04 21:47:16 +03:00
rename qemuBuildControllerDevCommandLine
Use qemuBuildControllersCommandLine since it builds the command line for (nearly) all controllers, not just one. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
fc1c16bccd
commit
a6d3357c8b
@ -3204,9 +3204,9 @@ qemuBuildControllersByTypeCommandLine(virCommandPtr cmd,
|
||||
|
||||
|
||||
static int
|
||||
qemuBuildControllerDevCommandLine(virCommandPtr cmd,
|
||||
const virDomainDef *def,
|
||||
virQEMUCapsPtr qemuCaps)
|
||||
qemuBuildControllersCommandLine(virCommandPtr cmd,
|
||||
const virDomainDef *def,
|
||||
virQEMUCapsPtr qemuCaps)
|
||||
{
|
||||
size_t j;
|
||||
int contOrder[] = {
|
||||
@ -10624,7 +10624,7 @@ qemuBuildCommandLine(virQEMUDriverPtr driver,
|
||||
if (qemuBuildGlobalControllerCommandLine(cmd, def, qemuCaps) < 0)
|
||||
goto error;
|
||||
|
||||
if (qemuBuildControllerDevCommandLine(cmd, def, qemuCaps) < 0)
|
||||
if (qemuBuildControllersCommandLine(cmd, def, qemuCaps) < 0)
|
||||
goto error;
|
||||
|
||||
if (qemuBuildHubCommandLine(cmd, def, qemuCaps) < 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user