Re: [Xen-devel] [PATCH v2 7/7] minor #include change

2016-07-05 Thread Razvan Cojocaru
On 07/05/16 17:31, Corneliu ZUZU wrote: > Move xen/paging.h #include from hvm/monitor.h to hvm/monitor.c (include > strictly > where needed) and also change to asm/paging.h (include strictly what's > needed). > > Signed-off-by: Corneliu ZUZU > --- > Changed since v1: > * preserve alphabetical

Re: [Xen-devel] [PATCH v2 7/7] minor #include change

2016-07-05 Thread Tamas K Lengyel
On Tue, Jul 5, 2016 at 8:31 AM, Corneliu ZUZU wrote: > Move xen/paging.h #include from hvm/monitor.h to hvm/monitor.c (include > strictly > where needed) and also change to asm/paging.h (include strictly what's > needed). > > Signed-off-by: Corneliu ZUZU Acked-by: Tamas K Lengyel ___

[Xen-devel] [PATCH v2 7/7] minor #include change

2016-07-05 Thread Corneliu ZUZU
Move xen/paging.h #include from hvm/monitor.h to hvm/monitor.c (include strictly where needed) and also change to asm/paging.h (include strictly what's needed). Signed-off-by: Corneliu ZUZU --- Changed since v1: * preserve alphabetical ordering --- xen/arch/x86/hvm/monitor.c| 1 + xen/