Re: [Qemu-devel] [PATCH v8 00/16] gdbstub: support for the multiprocess extension

2019-01-07 Thread Luc Michel
On 1/4/19 4:12 PM, Peter Maydell wrote: > On Fri, 7 Dec 2018 at 09:01, Luc Michel wrote: >> This series adds support for the multiprocess extension of the GDB >> remote protocol in the QEMU GDB stub. >> >> This extension is useful to split QEMU emulated CPUs in different >> processes from the poin

Re: [Qemu-devel] [PATCH v8 00/16] gdbstub: support for the multiprocess extension

2019-01-04 Thread Peter Maydell
On Fri, 7 Dec 2018 at 09:01, Luc Michel wrote: > This series adds support for the multiprocess extension of the GDB > remote protocol in the QEMU GDB stub. > > This extension is useful to split QEMU emulated CPUs in different > processes from the point of view of the GDB client. It adds the > poss

Re: [Qemu-devel] [PATCH v8 00/16] gdbstub: support for the multiprocess extension

2018-12-17 Thread Peter Maydell
On Mon, 17 Dec 2018 at 08:23, Luc Michel wrote: > > Hi all, > > What do you think of this re-roll? Is it in good shape for upstreaming? It's on my list to look at still, but I'm off work til January now, I'm afraid. thanks -- PMM

Re: [Qemu-devel] [PATCH v8 00/16] gdbstub: support for the multiprocess extension

2018-12-17 Thread Luc Michel
Hi all, What do you think of this re-roll? Is it in good shape for upstreaming? Thanks! -- Luc On 12/7/18 10:01 AM, Luc Michel wrote: > changes since v7: > - patch 1Add documentation about cpu-cluster [Eduardo, Peter] > > - patch 1Remove the cluster-id auto-assign mechanism [Eduar