[Xen-devel] [PATCH v2 0/2] xen: make more debugger support code conditional

Juergen Gross posted 2 patches 4 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20191114082739.7928-1-jgross@suse.com
There is a newer version of this series
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(-)
[Xen-devel] [PATCH v2 0/2] xen: make more debugger support code conditional
Posted by Juergen Gross 4 years, 4 months ago
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(-)

-- 
2.16.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel