Re: [PATCH v5 5/6] hw/arm/virt: Disable highmem devices that don't fit in the PA range

2022-01-18 Thread Eric Auger
Hi Marc, On 1/14/22 3:07 PM, Marc Zyngier wrote: > In order to only keep the highmem devices that actually fit in > the PA range, check their location against the range and update > highest_gpa if they fit. If they don't, mark them as disabled. > > Signed-off-by: Marc Zyngier Reviewed-by: Eric Au

[PATCH v5 5/6] hw/arm/virt: Disable highmem devices that don't fit in the PA range

2022-01-14 Thread Marc Zyngier
In order to only keep the highmem devices that actually fit in the PA range, check their location against the range and update highest_gpa if they fit. If they don't, mark them as disabled. Signed-off-by: Marc Zyngier --- hw/arm/virt.c | 34 -- 1 file changed, 28