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
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
___
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/