From b42e088019d090c5f9e92b16b77e872abd967b2f Mon Sep 17 00:00:00 2001 From: Erik Skultety Date: Fri, 21 Jan 2022 15:20:22 +0100 Subject: [PATCH] qemu: command: Fix the qemuBuldDomainLoaderPflashCommandLine name typo The function should be called qemuBuildDomainLoaderPflashCommandLine. Signed-off-by: Erik Skultety --- src/qemu/qemu_command.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: