Message ID | 1467729091-13912-1-git-send-email-czuzu@bitdefender.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Tue, Jul 5, 2016 at 8:31 AM, Corneliu ZUZU <czuzu@bitdefender.com> 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 <czuzu@bitdefender.com> Acked-by: Tamas K Lengyel <tamas@tklengyel.com>
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 <czuzu@bitdefender.com> > --- > Changed since v1: > * preserve alphabetical ordering > --- > xen/arch/x86/hvm/monitor.c | 1 + > xen/include/asm-x86/hvm/monitor.h | 1 - > 2 files changed, 1 insertion(+), 1 deletion(-) Acked-by: Razvan Cojocaru <rcojocaru@bitdefender.com> Thanks, Razvan
diff --git a/xen/arch/x86/hvm/monitor.c b/xen/arch/x86/hvm/monitor.c index bbe5952..db6db6f 100644 --- a/xen/arch/x86/hvm/monitor.c +++ b/xen/arch/x86/hvm/monitor.c @@ -25,6 +25,7 @@ #include <xen/vm_event.h> #include <asm/hvm/monitor.h> #include <asm/monitor.h> +#include <asm/paging.h> #include <asm/vm_event.h> #include <public/vm_event.h> diff --git a/xen/include/asm-x86/hvm/monitor.h b/xen/include/asm-x86/hvm/monitor.h index 8d4ef19..1c8ec6c 100644 --- a/xen/include/asm-x86/hvm/monitor.h +++ b/xen/include/asm-x86/hvm/monitor.h @@ -19,7 +19,6 @@ #ifndef __ASM_X86_HVM_MONITOR_H__ #define __ASM_X86_HVM_MONITOR_H__ -#include <xen/paging.h> #include <public/vm_event.h> enum hvm_monitor_debug_type
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 <czuzu@bitdefender.com> --- Changed since v1: * preserve alphabetical ordering --- xen/arch/x86/hvm/monitor.c | 1 + xen/include/asm-x86/hvm/monitor.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-)