diff options
author | Philippe Mathieu-Daudé | 2021-05-21 15:34:07 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé | 2021-07-14 22:28:58 +0200 |
commit | b5b318608e20464c7136eb5a5f5f3307e9f90510 (patch) | |
tree | a5a5912a1704d2d821cf67bce031b88aa015b597 /MAINTAINERS | |
parent | hw/i386/pc: Document pc_system_ovmf_table_find (diff) | |
download | qemu-b5b318608e20464c7136eb5a5f5f3307e9f90510.tar.gz qemu-b5b318608e20464c7136eb5a5f5f3307e9f90510.tar.xz qemu-b5b318608e20464c7136eb5a5f5f3307e9f90510.zip |
hw/i386: Introduce X86_FW_OVMF Kconfig symbol
Introduce the X86_FW_OVMF Kconfig symbol for OVMF-specific code.
Move the OVMF-specific code from pc_sysfw.c to pc_sysfw_ovmf.c,
adding a pair of stubs.
Update MAINTAINERS to reach OVMF maintainers when these new
files are modified.
This fixes when building the microvm machine standalone:
/usr/bin/ld: libqemu-i386-softmmu.fa.p/target_i386_monitor.c.o: in
function `qmp_sev_inject_launch_secret':
target/i386/monitor.c:749: undefined reference to `pc_system_ovmf_table_find'
Fixes: f522cef9b35 ("sev: update sev-inject-launch-secret to make gpa optional")
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20210616204328.2611406-22-philmd@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 148153d74f..2250cd1b36 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2945,6 +2945,7 @@ EDK2 Firmware M: Laszlo Ersek <lersek@redhat.com> M: Philippe Mathieu-Daudé <philmd@redhat.com> S: Supported +F: hw/i386/*ovmf* F: pc-bios/descriptors/??-edk2-*.json F: pc-bios/edk2-* F: roms/Makefile.edk2 |