Re: [Qemu-devel] [PATCH v8 05/16] gdbstub: add multiprocess support to vCont packets

2019-03-22 Thread Lucien Anti-Spam via Qemu-devel
> On Friday, March 22, 2019, 11:01:34 PM GMT+9, Luc Michel wrote: > Lucien: do you plan to send a re-roll? Otherwise I'll do it on next > Monday (25/03) because I would like this bug to be fixed before it hits 4.0. I am on assignment in China which is why I havent gotten to it, I will

Re: [Qemu-devel] [PATCH v8 05/16] gdbstub: add multiprocess support to vCont packets

2019-03-22 Thread Luc Michel
On 3/22/19 2:29 PM, Jan Kiszka wrote: > On 07.12.18 10:01, Luc Michel wrote: >> Add the gdb_first_attached_cpu() and gdb_next_attached_cpu() to iterate >> over all the CPUs in currently attached processes. >> >> Add the gdb_first_cpu_in_process() and gdb_next_cpu_in_process() to >> iterate over

Re: [Qemu-devel] [PATCH v8 05/16] gdbstub: add multiprocess support to vCont packets

2019-03-22 Thread Jan Kiszka
On 22.03.19 15:01, Luc Michel wrote: On 3/22/19 2:29 PM, Jan Kiszka wrote: On 07.12.18 10:01, Luc Michel wrote: Add the gdb_first_attached_cpu() and gdb_next_attached_cpu() to iterate over all the CPUs in currently attached processes. Add the gdb_first_cpu_in_process() and

Re: [Qemu-devel] [PATCH v8 05/16] gdbstub: add multiprocess support to vCont packets

2019-03-22 Thread Jan Kiszka
On 07.12.18 10:01, Luc Michel wrote: > Add the gdb_first_attached_cpu() and gdb_next_attached_cpu() to iterate > over all the CPUs in currently attached processes. > > Add the gdb_first_cpu_in_process() and gdb_next_cpu_in_process() to > iterate over CPUs of a given process. > > Use them to add

[Qemu-devel] [PATCH v8 05/16] gdbstub: add multiprocess support to vCont packets

2018-12-07 Thread Luc Michel
Add the gdb_first_attached_cpu() and gdb_next_attached_cpu() to iterate over all the CPUs in currently attached processes. Add the gdb_first_cpu_in_process() and gdb_next_cpu_in_process() to iterate over CPUs of a given process. Use them to add multiprocess extension support to vCont packets.