From 8afc43ea631ffe3de889b84028c3ce430047301d Mon Sep 17 00:00:00 2001 From: Ilya Leoshkevich Date: Tue, 14 Mar 2023 11:18:13 +0100 Subject: s390x/gdb: Split s390-virt.xml Both TCG and KVM emulate ckc, cputm, last_break and prefix, and it's quite useful to have them during debugging. Right now they are grouped together with KVM-only pp, pfault_token, pfault_select and pfault_compare in s390-virt.xml, and are not available when debugging TCG-emulated code. Move KVM-only registers into the new s390-virt-kvm.xml file. Advertise s390-virt.xml always, and the new s390-virt-kvm.xml only for KVM. Signed-off-by: Ilya Leoshkevich Message-Id: <20230314101813.174874-1-iii@linux.ibm.com> Acked-by: David Hildenbrand Signed-off-by: Thomas Huth --- gdb-xml/s390-virt-kvm.xml | 14 ++++++++++++++ gdb-xml/s390-virt.xml | 4 ---- 2 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 gdb-xml/s390-virt-kvm.xml (limited to 'gdb-xml') diff --git a/gdb-xml/s390-virt-kvm.xml b/gdb-xml/s390-virt-kvm.xml new file mode 100644 index 0000000..a256edd --- /dev/null +++ b/gdb-xml/s390-virt-kvm.xml @@ -0,0 +1,14 @@ + + + + + + + + + + diff --git a/gdb-xml/s390-virt.xml b/gdb-xml/s390-virt.xml index e2e9a7a..438eb68 100644 --- a/gdb-xml/s390-virt.xml +++ b/gdb-xml/s390-virt.xml @@ -11,8 +11,4 @@ - - - - -- cgit v1.1