Re: [Qemu-devel] [PATCH v3 0/3] ppc/gdbstub: Expose SPRs to GDB

2019-01-20 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190115193750.17234-1-faro...@linux.ibm.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN =

[Qemu-devel] [PATCH v3 0/3] ppc/gdbstub: Expose SPRs to GDB

2019-01-15 Thread Fabiano Rosas
This series implements the reading and writing of Special Purpose Registers in PPC's gdbstub. How it works generally [1]: GDB asks for the target.xml file which contains the target description along with the list of available feature XMLs. GDB then asks for each of the XML files in sequence. The