]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Introduce basic skeleton for parsing firmware description
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 19 Feb 2019 10:07:46 +0000 (11:07 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 12 Mar 2019 14:29:44 +0000 (15:29 +0100)
commit8b5b80f4c5f7342eedce0747469223387ab709ef
treeec2cefb48f4fe709ac1a48cb14424e7fab473a57
parentd947fa8a0838cbb8d9d5a88747146adeda2944b7
qemu: Introduce basic skeleton for parsing firmware description

The firmware description is a JSON file which follows
specification from qemu.git/docs/interop/firmware.json. The
description file basically says: Firmware file X is {bios|uefi},
supports these targets and machine types, requires these features
to be enabled on qemu cmd line and this is how you put it onto
qemu cmd line.

The firmware.json specification covers more (i.e. how to select
the right firmware) but that will be covered and implemented in
next commits.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/qemu/Makefile.inc.am
src/qemu/qemu_firmware.c [new file with mode: 0644]
src/qemu/qemu_firmware.h [new file with mode: 0644]