From: Erik Skultety Date: Fri, 21 Jan 2022 14:20:22 +0000 (+0100) Subject: qemu: command: Fix the qemuBuldDomainLoaderPflashCommandLine name typo X-Git-Tag: v8.1.0-rc1~338 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b42e088019d090c5f9e92b16b77e872abd967b2f;p=thirdparty%2Flibvirt.git qemu: command: Fix the qemuBuldDomainLoaderPflashCommandLine name typo The function should be called qemuBuildDomainLoaderPflashCommandLine. Signed-off-by: Erik Skultety --- diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index 60b4f96e06..733cd47046 100644 --- a/src/qemu/qemu_command.c +++ b/src/qemu/qemu_command.c @@ -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: