[Xen-devel] [PATCH v5 2/8] xen: clean up grant_table.h

2017-09-07 Thread Juergen Gross
Many definitions can be moved from xen/grant_table.h to common/grant_table.c now, as they are no longer used in other sources. Signed-off-by: Juergen Gross Reviewed-by: Paul Durrant Reviewed-by: Wei Liu --- xen/common/grant_table.c | 83 -- xen/incl

Re: [Xen-devel] [PATCH v5 2/8] xen: clean up grant_table.h

2017-09-08 Thread Jan Beulich
>>> On 08.09.17 at 08:56, wrote: > --- a/xen/common/grant_table.c > +++ b/xen/common/grant_table.c > @@ -40,6 +40,44 @@ > #include > #include > > +/* Per-domain grant information. */ > +struct grant_table { > +/* > + * Lock protecting updates to grant table state (version, active > +

Re: [Xen-devel] [PATCH v5 2/8] xen: clean up grant_table.h

2017-09-11 Thread Juergen Gross
On 08/09/17 17:00, Jan Beulich wrote: On 08.09.17 at 08:56, wrote: >> --- a/xen/common/grant_table.c >> +++ b/xen/common/grant_table.c >> @@ -40,6 +40,44 @@ >> #include >> #include >> >> +/* Per-domain grant information. */ >> +struct grant_table { >> +/* >> + * Lock protecting