mbox series

[v2,0/2] xen: make more debugger support code conditional

Message ID 20191114082739.7928-1-jgross@suse.com (mailing list archive)
Headers show
Series xen: make more debugger support code conditional | expand

Message

Jürgen Groß Nov. 14, 2019, 8:27 a.m. UTC
Support for debugging the hypervisor of guests via gdb/gdbsx should be
configurable.

Changes in V2:
- split support for gdbstub and gdbsx (Andrew Cooper)

Juergen Gross (2):
  xen: put more code under CONFIG_CRASH_DEBUG
  xen: make gdbsx support configurable

 xen/Kconfig.debug              |  7 ++++++
 xen/arch/x86/Kconfig           |  1 -
 xen/arch/x86/Makefile          |  2 +-
 xen/arch/x86/debug.c           | 52 +-----------------------------------------
 xen/arch/x86/domctl.c          |  4 ++++
 xen/common/Kconfig             |  3 ---
 xen/common/domain.c            |  2 +-
 xen/include/asm-x86/debugger.h | 32 ++++++++++++++++----------
 xen/include/xen/sched.h        |  4 ++++
 9 files changed, 38 insertions(+), 69 deletions(-)