Re: [PATCH] WHPX: Add support for device backed memory regions

2024-04-30 Thread Philippe Mathieu-Daudé
(old patch) Cc'ing Paolo, Gerd (and Laszlo for https://edk2.groups.io/g/discuss/topic/83941304) On 30/7/22 10:39, Helge Konetzka wrote: Am 27.07.22 um 20:00 schrieb Aidan Khoury: Due to skipping the mapping of read only device memory, Windows Hypervisor Platform would fail to emulate such memo

Re: [PATCH] WHPX: Add support for device backed memory regions

2022-07-30 Thread Helge Konetzka
Am 27.07.22 um 20:00 schrieb Aidan Khoury: Due to skipping the mapping of read only device memory, Windows Hypervisor Platform would fail to emulate such memory accesses when booting OVMF EDK2 firmware. This patch adds ROM device memory region support for WHPX since the Windows Hypervisor Platfor

[PATCH] WHPX: Add support for device backed memory regions

2022-07-27 Thread Aidan Khoury
Due to skipping the mapping of read only device memory, Windows Hypervisor Platform would fail to emulate such memory accesses when booting OVMF EDK2 firmware. This patch adds ROM device memory region support for WHPX since the Windows Hypervisor Platform supports mapping read-only device memory, w