On 15/02/2019 15:18, Roger Pau Monne wrote: > The p2m and iommu mapping code always had the requirement that > addresses and orders must be aligned when populating the p2m or the > iommu page tables. > > PVH dom0 builder didn't take this requirement into account, and can > call into the p2m/iommu mapping helpers with addresses and orders that > are not aligned. > > Fix this by making sure the orders passed to the physmap population > helpers are always aligned to the guest address to be populated. > > Signed-off-by: Roger Pau Monné <[email protected]> > Reviewed-by: Wei Liu <[email protected]> > Reviewed-by: Jan Beulich <[email protected]>
Release-acked-by: Juergen Gross <[email protected]> Juergen _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
