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
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
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
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