]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Enable firmware autoselection
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 25 Feb 2019 13:15:28 +0000 (14:15 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 12 Mar 2019 15:09:55 +0000 (16:09 +0100)
commit68ade25372bfe758d144e2e3d680fabc7f8a84f1
tree40b2d127bedd02f4d7347116b6e785308ea24edc
parentd433f3cdd8abe21fc47311c1a4cb96348508be62
qemu: Enable firmware autoselection

https://bugzilla.redhat.com/show_bug.cgi?id=1564270

Now that everything is prepared for qemu driver we can enable
parser feature to allow users define such domains.

At the same time, introduce bunch of tests to test the feature.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
16 files changed:
src/qemu/qemu_domain.c
tests/Makefile.am
tests/qemuxml2argvdata/aarch64-os-firmware-efi.aarch64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/aarch64-os-firmware-efi.xml [new file with mode: 0644]
tests/qemuxml2argvdata/os-firmware-bios.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/os-firmware-bios.xml [new file with mode: 0644]
tests/qemuxml2argvdata/os-firmware-efi-secboot.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/os-firmware-efi-secboot.xml [new file with mode: 0644]
tests/qemuxml2argvdata/os-firmware-efi.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/os-firmware-efi.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/qemuxml2xmloutdata/aarch64-os-firmware-efi.xml [new symlink]
tests/qemuxml2xmloutdata/os-firmware-bios.xml [new symlink]
tests/qemuxml2xmloutdata/os-firmware-efi-secboot.xml [new symlink]
tests/qemuxml2xmloutdata/os-firmware-efi.xml [new symlink]
tests/qemuxml2xmltest.c