]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Introduce qemuFirmwareEnsureNVRAM()
authorAndrea Bolognani <abologna@redhat.com>
Fri, 3 Feb 2023 18:21:03 +0000 (19:21 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 3 Mar 2023 12:49:56 +0000 (13:49 +0100)
commite057a29b7615c8b79d5c6ce6da6a79c7c3ef55d4
tree33e7223df131b42527edcd5e0dfa5c87d77c17c9
parentd4383682c4928ce612d2e092c12fa083579005b9
qemu: Introduce qemuFirmwareEnsureNVRAM()

This helper replaces qemuDomainNVRAMPathFormat() and also
incorporates some common operations that all callers of that
helper needed.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_firmware.c