[PATCH v2] s390x/gdb: Split s390-virt.xml

2023-03-14 Thread Ilya Leoshkevich
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-o

Re: [PATCH v2] s390x/gdb: Split s390-virt.xml

2023-04-20 Thread Thomas Huth
On 14/03/2023 11.18, Ilya Leoshkevich wrote: 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 availabl

Re: [PATCH v2] s390x/gdb: Split s390-virt.xml

2023-04-20 Thread David Hildenbrand
On 20.04.23 17:41, Thomas Huth wrote: On 14/03/2023 11.18, Ilya Leoshkevich wrote: 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