Re: [PATCH v3 6/6] x86: change asm/debugger.h to xen/debugger.h

2021-08-24 Thread Julien Grall
Hi, On 18/08/2021 21:29, Bobby Eshleman wrote: This commit allows non-x86 architecture to omit the file asm/debugger.h if they do not require it. It changes debugger.h to be a general xen/debugger.h which, if CONFIG_CRASH_DEBUG, resolves to include asm/debugger.h. It also changes all asm/debug

Re: [PATCH v3 6/6] x86: change asm/debugger.h to xen/debugger.h

2021-08-24 Thread Andrew Cooper
On 18/08/2021 21:29, Bobby Eshleman wrote: > diff --git a/xen/include/xen/debugger.h b/xen/include/xen/debugger.h > new file mode 100644 > index 00..166fad9d2e > --- /dev/null > +++ b/xen/include/xen/debugger.h > @@ -0,0 +1,51 @@ > +/*

[PATCH v3 6/6] x86: change asm/debugger.h to xen/debugger.h

2021-08-18 Thread Bobby Eshleman
This commit allows non-x86 architecture to omit the file asm/debugger.h if they do not require it. It changes debugger.h to be a general xen/debugger.h which, if CONFIG_CRASH_DEBUG, resolves to include asm/debugger.h. It also changes all asm/debugger.h includes to xen/debugger.h. Because it is n