On 6/16/21 10:43 PM, Philippe Mathieu-Daudé wrote: > 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é <phi...@redhat.com>
Thanks, queued to fw-edk2 tree.