Re: [Xen-devel] [PATCH v2 1/2] xen: put more code under CONFIG_CRASH_DEBUG

2019-11-29 Thread Andrew Cooper
On 14/11/2019 08:27, Juergen Gross wrote: > diff --git a/xen/include/xen/sched.h b/xen/include/xen/sched.h > index 9f7bc69293..d2d30ece7d 100644 > --- a/xen/include/xen/sched.h > +++ b/xen/include/xen/sched.h > @@ -652,7 +652,11 @@ void domain_destroy(struct domain *d); > int domain_kill(struct

[Xen-devel] [PATCH v2 1/2] xen: put more code under CONFIG_CRASH_DEBUG

2019-11-14 Thread Juergen Gross
Some code is not needed with CONFIG_CRASH_DEBUG, so only include it if CONFIG_CRASH_DEBUG is defined. While at it remove CONFIG_HAS_GDBSX as it can easily be replaced by CONFIG_CRASH_DEBUG. Signed-off-by: Juergen Gross --- xen/arch/x86/Kconfig | 1 - xen/common/Kconfig |