Re: [edk2-devel] [PATCH v6 0/6] OvmfPkg/Microvm/pcie: add pcie support

2022-04-25 Thread Ard Biesheuvel
On Mon, 25 Apr 2022 at 12:34, Gerd Hoffmann wrote: > > Needs two little tweaks in PCI code because microvm supports mmio only. > Other than that just wire up the existing code (the PCIe host adapter > used by microvm is the same (virtual) hardware used by the arm/aarch64 > virtual machines). > > v

[edk2-devel] [PATCH v6 0/6] OvmfPkg/Microvm/pcie: add pcie support

2022-04-25 Thread Gerd Hoffmann
Needs two little tweaks in PCI code because microvm supports mmio only. Other than that just wire up the existing code (the PCIe host adapter used by microvm is the same (virtual) hardware used by the arm/aarch64 virtual machines). v6: - codestyle fix (Abner Chang). v5: - codestyle (uncrustify)