Re: [Xen-devel] [PATCH v7 09/16] libxl: add max possible mfn to libxl_physinfo

2017-09-19 Thread Ian Jackson
Juergen Gross writes ("[PATCH v7 09/16] libxl: add max possible mfn to libxl_physinfo"): > Add the maximum possible mfn of the host to the libxl_physinfo > data structure. Acked-by: Ian Jackson ___ Xen-devel mailing list Xen-devel@lists.xen.org https:

[Xen-devel] [PATCH v7 09/16] libxl: add max possible mfn to libxl_physinfo

2017-09-19 Thread Juergen Gross
Add the maximum possible mfn of the host to the libxl_physinfo data structure. Signed-off-by: Juergen Gross --- tools/libxl/libxl.c | 1 + tools/libxl/libxl.h | 9 + tools/libxl/libxl_types.idl | 1 + 3 files changed, 11 insertions(+) diff --git a/tools/libxl/libxl.c b/t