Re: [PATCH 2/2] xen: Remove debugger.h

2024-01-30 Thread Jan Beulich
On 26.01.2024 21:54, Andrew Cooper wrote: > --- a/xen/arch/x86/include/asm/bug.h > +++ b/xen/arch/x86/include/asm/bug.h > @@ -1,28 +1,8 @@ > #ifndef __X86_BUG_H__ > #define __X86_BUG_H__ > > -/* > - * Please do not include in the header any header that might > - * use BUG/ASSERT/etc maros asthe

[PATCH 2/2] xen: Remove debugger.h

2024-01-26 Thread Andrew Cooper
With x86 having dropped gdbstub, Xen's only debugger has gone. Drop xen/debugger.h and remove the hooks spread around the codebase. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger Pau Monné CC: Wei Liu CC: Oleksii Kurochko I debated splitting this up, but decided it wasn't worth