On Wed, Mar 14, 2018 at 06:20:03PM +0000, [email protected] wrote: > From: Julien Grall <[email protected]> > > The current prototype is slightly confusing because it takes a virtual > address and a physical frame (not address!). Switching to MFN will improve > safety and reduce the chance to mistakenly invert the 2 parameters. > > Also, take the opportunity to switch (a - b) >> PAGE_SHIFT to > PFN_DOWN(a - b) in the code modified. > > Signed-off-by: Julien Grall <[email protected]>
Reviewed-by: Wei Liu <[email protected]> _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
