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

2016-07-01 Thread Corneliu ZUZU
On 7/1/2016 10:31 AM, Jan Beulich wrote: On 01.07.16 at 09:02, wrote: On 7/1/2016 9:56 AM, Razvan Cojocaru wrote: On 06/30/16 21:47, Corneliu ZUZU wrote: --- a/xen/arch/x86/hvm/monitor.c +++ b/xen/arch/x86/hvm/monitor.c @@ -26,6 +26,7 @@ #include #include #include +#include #i

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

2016-07-01 Thread Jan Beulich
>>> On 01.07.16 at 09:02, wrote: > On 7/1/2016 9:56 AM, Razvan Cojocaru wrote: >> On 06/30/16 21:47, Corneliu ZUZU wrote: >>> --- a/xen/arch/x86/hvm/monitor.c >>> +++ b/xen/arch/x86/hvm/monitor.c >>> @@ -26,6 +26,7 @@ >>> #include >>> #include >>> #include >>> +#include >>> #include >

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

2016-07-01 Thread Corneliu ZUZU
On 7/1/2016 9:56 AM, Razvan Cojocaru wrote: On 06/30/16 21:47, 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 --- xen/arch/x86/h

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

2016-06-30 Thread Razvan Cojocaru
On 06/30/16 21:47, 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 > --- > xen/arch/x86/hvm/monitor.c| 1 + > x

[Xen-devel] [PATCH 8/8] minor #include change

2016-06-30 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 --- xen/arch/x86/hvm/monitor.c| 1 + xen/include/asm-x86/hvm/monitor.h | 1 - 2 files changed, 1 i