]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Allow UEFI paths to be specified at compile time
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 21 Jan 2015 18:38:57 +0000 (19:38 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 29 Jan 2015 14:20:42 +0000 (15:20 +0100)
commitbc03a231490330ed2473626d3d93fa2b0138d4ec
tree6733c7a99201d7fe33f522997b24819b97307f59
parent9783c20cfbae224c77b0662aec4d807cbe728982
qemu: Allow UEFI paths to be specified at compile time

Up until now there are just two ways how to specify UEFI paths to
libvirt. The first one is editing qemu.conf, the other is editing
qemu_conf.c and recompile which is not that fancy. So, new
configure option is introduced: --with-loader-nvram which takes a
list of pairs of UEFI firmware and NVRAM store. This way, the
compiled in defaults can be passed during compile time without
need to change the code itself.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
configure.ac
src/qemu/qemu_conf.c
tests/domaincapstest.c