mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-23 21:15:20 +00:00
qemu: command: Fix the qemuBuldDomainLoaderPflashCommandLine name typo
The function should be called qemuBuildDomainLoaderPflashCommandLine. Signed-off-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
parent
61ad700129
commit
b42e088019
@ -9614,7 +9614,7 @@ qemuBuildRedirdevCommandLine(virCommand *cmd,
|
||||
|
||||
|
||||
static void
|
||||
qemuBuldDomainLoaderPflashCommandLine(virCommand *cmd,
|
||||
qemuBuildDomainLoaderPflashCommandLine(virCommand *cmd,
|
||||
virDomainLoaderDef *loader,
|
||||
virQEMUCaps *qemuCaps)
|
||||
{
|
||||
@ -9673,7 +9673,7 @@ qemuBuildDomainLoaderCommandLine(virCommand *cmd,
|
||||
break;
|
||||
|
||||
case VIR_DOMAIN_LOADER_TYPE_PFLASH:
|
||||
qemuBuldDomainLoaderPflashCommandLine(cmd, loader, qemuCaps);
|
||||
qemuBuildDomainLoaderPflashCommandLine(cmd, loader, qemuCaps);
|
||||
break;
|
||||
|
||||
case VIR_DOMAIN_LOADER_TYPE_NONE:
|
||||
|
Loading…
x
Reference in New Issue
Block a user