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: NMichal Privoznik <mprivozn@redhat.com> Reviewed-by: NDaniel P. Berrangé <berrange@redhat.com>
Showing
src/qemu/qemu_firmware.c
0 → 100644
此差异已折叠。
src/qemu/qemu_firmware.h
0 → 100644
想要评论请 注册 或 登录