Re: [Xen-devel] [PATCH] gnttab: silence table expansion message

2018-06-26 Thread Jan Beulich
>>> On 26.06.18 at 13:14, wrote: > On 26/06/18 08:22, Jan Beulich wrote: >> This currently shows up for basically every domain, when originally it >> was logged only when going beyond the default table size. Restore that >> behavior. >> >> Signed-off-by: Jan Beulich >> >> --- a/xen/common/grant_t

Re: [Xen-devel] [PATCH] gnttab: silence table expansion message

2018-06-26 Thread Paul Durrant
gt; (Xen.org) ; Ian Jackson ; Julien Grall > > Subject: Re: [Xen-devel] [PATCH] gnttab: silence table expansion message > > On 26/06/18 08:22, Jan Beulich wrote: > > This currently shows up for basically every domain, when originally it > > was logged only when going beyon

Re: [Xen-devel] [PATCH] gnttab: silence table expansion message

2018-06-26 Thread Andrew Cooper
On 26/06/18 08:22, Jan Beulich wrote: > This currently shows up for basically every domain, when originally it > was logged only when going beyond the default table size. Restore that > behavior. > > Signed-off-by: Jan Beulich > > --- a/xen/common/grant_table.c > +++ b/xen/common/grant_table.c > @

Re: [Xen-devel] [PATCH] gnttab: silence table expansion message

2018-06-26 Thread Wei Liu
On Tue, Jun 26, 2018 at 01:22:01AM -0600, Jan Beulich wrote: > This currently shows up for basically every domain, when originally it > was logged only when going beyond the default table size. Restore that > behavior. > > Signed-off-by: Jan Beulich Acked-by: Wei Liu __

[Xen-devel] [PATCH] gnttab: silence table expansion message

2018-06-26 Thread Jan Beulich
This currently shows up for basically every domain, when originally it was logged only when going beyond the default table size. Restore that behavior. Signed-off-by: Jan Beulich --- a/xen/common/grant_table.c +++ b/xen/common/grant_table.c @@ -1764,9 +1764,10 @@ gnttab_grow_table(struct domain