Re: [PATCH] arm/vpci: make prefetchable mem 64 bit

2024-04-25 Thread Rahul Singh
Hi Stewart, > On 24 Apr 2024, at 5:27 PM, Stewart Hildebrand > wrote: > > The vPCI prefetchable memory range is >= 4GB, so the memory space flags > should be set to 64-bit. See IEEE Std 1275-1994 [1] for a definition of > the field. > > [1]

Re: [PATCH] arm/vpci: make prefetchable mem 64 bit

2024-04-25 Thread Michal Orzel
Hi Stewart, On 24/04/2024 18:27, Stewart Hildebrand wrote: > The vPCI prefetchable memory range is >= 4GB, so the memory space flags > should be set to 64-bit. See IEEE Std 1275-1994 [1] for a definition of NIT: would be beneficial to provide chapter (in this case 2.2.1.1) > the field. > > [1]

[PATCH] arm/vpci: make prefetchable mem 64 bit

2024-04-24 Thread Stewart Hildebrand
The vPCI prefetchable memory range is >= 4GB, so the memory space flags should be set to 64-bit. See IEEE Std 1275-1994 [1] for a definition of the field. [1] https://www.devicetree.org/open-firmware/bindings/pci/pci2_1.pdf Signed-off-by: Stewart Hildebrand --- xen/include/public/arch-arm.h |