|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH 4/6] mm: Add new map space for add_to_physmap, XE
>>> On 04.11.11 at 11:38, Jean Guyader <jean.guyader@xxxxxxxxxxxxx> wrote:
> XENMAPSPACE_gmfn_range is like XENMAPSPACE_gmfn but with a size which
> is the number of pages on which xen will iterate.
>
> Signed-off-by: Jean Guyader <jean.guyader@xxxxxxxxxxxxx>
> ---
> xen/arch/x86/mm.c | 15 ++++++++++++++-
> xen/include/public/memory.h | 4 ++++
> 2 files changed, 18 insertions(+), 1 deletions(-)
You can't add a member to a structure that's part of the public
interface. You'll need to create a new structure.
Jan
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|