On 2019-04-10 07:27:15, Laszlo Ersek wrote: > On 04/10/19 11:48, Jordan Justen wrote: > > On 2019-04-09 04:08:15, Anthony PERARD wrote: > >> This is a copy of OvmfX64, removing VirtIO and some SMM. > >> > >> This new platform will be changed to make it works on two types of Xen > >> guest: HVM and PVH. > >> > >> Compare to OvmfX64, this patch: > >> > >> - changed: PLATFORM_GUID, OUTPUT_DIRECTORY, FLASH_DEFINITION > >> - removed: VirtioLib class resolution > >> - removed: all UEFI_DRIVER modules for virtio devices > >> - removed: DXE_SMM_DRIVER and SMM_CORE lib class resolutions > >> - removed: DXE_SMM_DRIVER and SMM_CORE FDF rules > >> - removed: Everything related to SMM_REQUIRE==true > >> - removed: Everything related to SECURE_BOOT_ENABLE==true > >> - removed: Everything related to TPM2_ENABLE==true > >> - changed: PcdPciDisableBusEnumeration dynamic default flipped to TRUE > >> - changed: default FD_SIZE_IN_KB to 2M. > >> > >> Contributed-under: TianoCore Contribution Agreement 1.1 > >> Signed-off-by: Anthony PERARD <anthony.per...@citrix.com> > >> --- > >> OvmfPkg/{OvmfPkgX64.dsc => XenOvmf.dsc} | 202 +------------------- > > > > I guess we all want our name to be first :), but OvmfXen seems more > > like the pattern that edk2 uses when making sub-platforms.
For example: ArmVirtPkg/ArmVirtXen.dsc > > > > Also, in some cases we've used !ifdef type things to keep dsc and fdf > > files common. Would that not be workable here? Maybe it would get too > > ugly. :\ > > I've been happy with a similar Xen<->QEMU split under ArmVirtPkg. > Duplications in updates are usually not a huge burden, and keeping the > files separate has proved very helpful for determining > maintainer/reviewer/tester responsibility. > > > It could help to prevent having to sync dsc changes across, and > > prevent changes from being omitted for Xen on accident. > > True, but in my experience that's been the smaller problem. The larger > problem has been modifying Xen stuff in unintended ways (= regressing > Xen), because we can't test (or don't even notice) the Xen-side > implications of changes made to common source. Does that mean you avoid changing ArmVirtXen.dsc entirely, or you try to update it when it seems likely to not cause trouble? I could see unintended breakage either way. Anyway, it sounds like it's generally working out okay with ArmVirtXen, so it seems okay to follow that under OvmfPkg. -Jordan -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#38833): https://edk2.groups.io/g/devel/message/38833 Mute This Topic: https://groups.io/mt/30997887/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-