[Xen-devel] [PATCH v8 05/15] xen: add max possible mfn to struct xen_sysctl_physinfo

2017-09-19 Thread Juergen Gross
Add the maximum possible mfn to struct xen_sysctl_physinfo in order to enable Xen tools to size the grant table frame limits for a domU. Signed-off-by: Juergen Gross --- xen/common/sysctl.c | 1 + xen/include/public/sysctl.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/xen/comm

Re: [Xen-devel] [PATCH v8 05/15] xen: add max possible mfn to struct xen_sysctl_physinfo

2017-09-20 Thread Jan Beulich
>>> On 20.09.17 at 08:34, wrote: > Add the maximum possible mfn to struct xen_sysctl_physinfo in order to > enable Xen tools to size the grant table frame limits for a domU. > > Signed-off-by: Juergen Gross > --- > xen/common/sysctl.c | 1 + > xen/include/public/sysctl.h | 2 ++ > 2 fil

Re: [Xen-devel] [PATCH v8 05/15] xen: add max possible mfn to struct xen_sysctl_physinfo

2017-09-20 Thread Juergen Gross
On 20/09/17 10:58, Jan Beulich wrote: On 20.09.17 at 08:34, wrote: >> Add the maximum possible mfn to struct xen_sysctl_physinfo in order to >> enable Xen tools to size the grant table frame limits for a domU. >> >> Signed-off-by: Juergen Gross >> --- >> xen/common/sysctl.c | 1 + >>

Re: [Xen-devel] [PATCH v8 05/15] xen: add max possible mfn to struct xen_sysctl_physinfo

2017-09-20 Thread Julien Grall
Hi Juergen, On 20/09/17 07:34, Juergen Gross wrote: Add the maximum possible mfn to struct xen_sysctl_physinfo in order to enable Xen tools to size the grant table frame limits for a domU Signed-off-by: Juergen Gross --- xen/common/sysctl.c | 1 + xen/include/public/sysctl.h | 2 ++

Re: [Xen-devel] [PATCH v8 05/15] xen: add max possible mfn to struct xen_sysctl_physinfo

2017-09-20 Thread Juergen Gross
On 20/09/17 14:53, Julien Grall wrote: > Hi Juergen, > > On 20/09/17 07:34, Juergen Gross wrote: >> Add the maximum possible mfn to struct xen_sysctl_physinfo in order to >> enable Xen tools to size the grant table frame limits for a domU >> >> Signed-off-by: Juergen Gross >> --- >>   xen/common/