Re: [Xen-devel] [PATCH 8/8] xen/privcmd: Further s/MFN/GFN/ clean-up
From: David Vrabel <hidden>
Date: 2015-07-28 17:19:37
Also in:
linux-arm-kernel, lkml
From: David Vrabel <hidden>
Date: 2015-07-28 17:19:37
Also in:
linux-arm-kernel, lkml
On 28/07/15 16:02, Julien Grall wrote:
The privcmd code is mixing the usage of GFN and MFN within the same functions which make the code difficult to understand when you only work with auto-translated guests. The privcmd driver is only dealing with GFN so replace all the mention of MFN into GFN. The ioctl structure used to map foreign change has been left unchanged given that the userspace is using it. Nonetheless, add a comment to explain the expected value within the "mfn" field.
Reviewed-by: David Vrabel <redacted> David