[edk2-devel] [PATCH 11/43] OvmfPkg/XenAcpiPlatformDxe: create from AcpiPlatformDxe

Philippe Mathieu-Daudé philmd at redhat.com
Thu May 27 10:16:33 UTC 2021


On 5/26/21 10:14 PM, Laszlo Ersek wrote:
> Create an almost verbatim copy of the
> "OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf" driver for the OvmfXen
> platform. We're going to trim the driver in subsequent patches.
> Ultimately, the XenAcpiPlatformDxe driver will duplicate a negligible
> amount of code that is currently present in the QemuFwCfgAcpiPlatformDxe
> driver.
> 
> List the new driver in "Maintainers.txt", in the "OvmfPkg: Xen-related
> modules" section.
> 
> Switch the OvmfXen platform to the new driver at once.
> 
> This patch should be reviewed with "git show --find-copies-harder".
> 
> Cc: Andrew Fish <afish at apple.com>
> Cc: Anthony Perard <anthony.perard at citrix.com>
> Cc: Ard Biesheuvel <ardb+tianocore at kernel.org>
> Cc: Jordan Justen <jordan.l.justen at intel.com>
> Cc: Julien Grall <julien at xen.org>
> Cc: Leif Lindholm <leif at nuviainc.com>
> Cc: Michael D Kinney <michael.d.kinney at intel.com>
> Cc: Philippe Mathieu-Daudé <philmd at redhat.com>
> Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2122
> Signed-off-by: Laszlo Ersek <lersek at redhat.com>
> ---
>  OvmfPkg/OvmfXen.dsc                                                                        | 2 +-
>  OvmfPkg/OvmfXen.fdf                                                                        | 2 +-
>  OvmfPkg/{AcpiPlatformDxe/AcpiPlatformDxe.inf => XenAcpiPlatformDxe/XenAcpiPlatformDxe.inf} | 7 ++++---
>  Maintainers.txt                                                                            | 1 +
>  OvmfPkg/{AcpiPlatformDxe => XenAcpiPlatformDxe}/AcpiPlatform.h                             | 3 ++-
>  OvmfPkg/{AcpiPlatformDxe => XenAcpiPlatformDxe}/AcpiPlatform.c                             | 3 ++-
>  OvmfPkg/{AcpiPlatformDxe => XenAcpiPlatformDxe}/BootScript.c                               | 2 +-
>  OvmfPkg/{AcpiPlatformDxe => XenAcpiPlatformDxe}/EntryPoint.c                               | 4 ++--
>  OvmfPkg/{AcpiPlatformDxe => XenAcpiPlatformDxe}/PciDecoding.c                              | 2 +-
>  OvmfPkg/{AcpiPlatformDxe => XenAcpiPlatformDxe}/Qemu.c                                     | 3 +--
>  OvmfPkg/{AcpiPlatformDxe => XenAcpiPlatformDxe}/QemuFwCfgAcpi.c                            | 2 +-
>  OvmfPkg/{AcpiPlatformDxe => XenAcpiPlatformDxe}/Xen.c                                      | 1 +
>  12 files changed, 18 insertions(+), 14 deletions(-)

Reviewed-by: Philippe Mathieu-Daude <philmd at redhat.com>



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#75799): https://edk2.groups.io/g/devel/message/75799
Mute This Topic: https://groups.io/mt/83110483/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-





More information about the edk2-devel-archive mailing list