x86/gdbsx: Rename debug.c to gdbsx.c
authorBobby Eshleman <bobby.eshleman@gmail.com>
Tue, 28 Sep 2021 20:30:26 +0000 (13:30 -0700)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 22 Apr 2022 19:39:34 +0000 (20:39 +0100)
commit203156ef36df87a9a4161e15889b901df5ef58eb
tree9e9479dbcf033b3916229aad633b019d52611f67
parentaf8b805c15199831aad50bc33066494fb2cab363
x86/gdbsx: Rename debug.c to gdbsx.c

debug.c contains only dbg_rw_mem().  Rename it to gdbsx.c.

Move gdbsx_guest_mem_io(), and the prior setup of iop->remain, from domctl.c
to gdbsx.c, merging it with dbg_rw_mem().

Signed-off-by: Bobby Eshleman <bobby.eshleman@gmail.com>
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/Makefile
xen/arch/x86/debug.c [deleted file]
xen/arch/x86/domctl.c
xen/arch/x86/gdbsx.c [new file with mode: 0644]
xen/arch/x86/include/asm/debugger.h
xen/arch/x86/include/asm/gdbsx.h [new file with mode: 0644]