Re: [PATCH v2 3/3] hvf: arm: Implement and use hvf_get_physical_address_range

2024-09-06 Thread Peter Maydell
On Wed, 28 Aug 2024 at 12:16, Danny Canter wrote: > > This patch's main focus is to use the previously added > hvf_get_physical_address_range to inform VM creation > about the IPA size we need for the VM, so we can extend > the default 36b IPA size and support VMs with 64+GB of > RAM. This is done

[PATCH v2 3/3] hvf: arm: Implement and use hvf_get_physical_address_range

2024-08-28 Thread Danny Canter
This patch's main focus is to use the previously added hvf_get_physical_address_range to inform VM creation about the IPA size we need for the VM, so we can extend the default 36b IPA size and support VMs with 64+GB of RAM. This is done by freezing the memory map, computing the highest GPA and then