Re: [edk2-devel] [PATCH 42/43] OvmfPkg/SmbiosPlatformDxe: split Xen entry point from QEMU entry point

2021-05-31 Thread Philippe Mathieu-Daudé
On 5/26/21 10:14 PM, Laszlo Ersek wrote: > Remove the SmbiosTablePublishEntry() function from "SmbiosPlatformDxe.c". > "SmbiosPlatformDxe.c" becomes hypervisor-agnostic. > > Add SmbiosTablePublishEntry() back, simplified for QEMU, to the existent > file "Qemu.c". The GetQemuSmbiosTables()

[edk2-devel] [PATCH 42/43] OvmfPkg/SmbiosPlatformDxe: split Xen entry point from QEMU entry point

2021-05-26 Thread Laszlo Ersek
Remove the SmbiosTablePublishEntry() function from "SmbiosPlatformDxe.c". "SmbiosPlatformDxe.c" becomes hypervisor-agnostic. Add SmbiosTablePublishEntry() back, simplified for QEMU, to the existent file "Qemu.c". The GetQemuSmbiosTables() function no longer needs to be declared in