Re: [Xen-devel] [PATCH] domctl: don't truncate XEN_DOMCTL_max_mem requests

2015-04-22 Thread Jan Beulich
>>> On 22.04.15 at 14:03, wrote: > On 22/04/15 12:56, Jan Beulich wrote: >> Instead saturate the value if the input can't be represented in the >> respective struct domain field. >> >> Signed-off-by: Jan Beulich > > Reviewed-by: Andrew Cooper > > Do I take it you have a 16TB guest to hand? No

Re: [Xen-devel] [PATCH] domctl: don't truncate XEN_DOMCTL_max_mem requests

2015-04-22 Thread Andrew Cooper
On 22/04/15 12:56, Jan Beulich wrote: > Instead saturate the value if the input can't be represented in the > respective struct domain field. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper Do I take it you have a 16TB guest to hand? > > --- a/xen/common/domctl.c > +++ b/xen/common/d