Re: [Xen-devel] [PATCH 3/5] xen: clean up grant_table.h

2017-08-24 Thread Juergen Gross
On 24/08/17 16:17, Jan Beulich wrote: On 21.08.17 at 20:05, wrote: >> @@ -118,6 +154,18 @@ struct grant_mapping { >> uint32_t pad; /* round size to a power of 2 */ >> }; >> >> +/* Number of grant table frames. Caller must hold d's grant table lock. */ >>

Re: [Xen-devel] [PATCH 3/5] xen: clean up grant_table.h

2017-08-24 Thread Jan Beulich
>>> On 21.08.17 at 20:05, wrote: > @@ -118,6 +154,18 @@ struct grant_mapping { > uint32_t pad; /* round size to a power of 2 */ > }; > > +/* Number of grant table frames. Caller must hold d's grant table lock. */ > +static inline unsigned int

[Xen-devel] [PATCH 3/5] xen: clean up grant_table.h

2017-08-21 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 --- xen/common/grant_table.c | 81 +++- xen/include/xen/grant_table.h | 86