Re: [Xen-devel] [PATCH v2] memaccess: reduce include dependencies

2020-03-10 Thread Tamas K Lengyel
On Tue, Mar 10, 2020 at 8:42 AM Jan Beulich wrote: > > The common header doesn't itself need to include public/vm_event.h nor > public/memory.h. Drop their inclusion. This requires using the non- > typedef names in two prototypes and an inline function; by not changing > the callers and function d

[Xen-devel] [PATCH v2] memaccess: reduce include dependencies

2020-03-10 Thread Jan Beulich
The common header doesn't itself need to include public/vm_event.h nor public/memory.h. Drop their inclusion. This requires using the non- typedef names in two prototypes and an inline function; by not changing the callers and function definitions at the same time it'll remain certain that the buil