mbox series

[v3,0/3] xen: fix and cleanup domctl handling

Message ID 20220419135254.21729-1-jgross@suse.com (mailing list archive)
Headers show
Series xen: fix and cleanup domctl handling | expand

Message

Juergen Gross April 19, 2022, 1:52 p.m. UTC
A fix of a hypervisor crash in domctl handling and some related cleanup.

Juergen Gross (3):
  xen: fix XEN_DOMCTL_gdbsx_guestmemio crash
  xen: cleanup gdbsx_guest_mem_io() call
  xen/iommu: cleanup iommu related domctl handling

 xen/arch/arm/domctl.c               | 11 +----------
 xen/arch/x86/debug.c                | 12 +++---------
 xen/arch/x86/domctl.c               |  8 ++++----
 xen/arch/x86/include/asm/debugger.h |  2 +-
 xen/common/domctl.c                 |  8 +++++++-
 5 files changed, 16 insertions(+), 25 deletions(-)