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:
Erik Skultety 2022-01-21 15:20:22 +01:00
parent 61ad700129
commit b42e088019

View File

@ -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: