[PATCH] Coroutine-aware monitor_cur() with coroutine-specific data

2020-08-07 Thread Markus Armbruster
This is just a sketch. It needs comments and a real commit message. As is, it goes on top of Kevin's series. It is meant to be squashed into PATCH 06. Signed-off-by: Markus Armbruster --- include/qemu/coroutine.h | 4 include/qemu/coroutine_int.h | 2 ++ monitor/monitor.c

Re: [PATCH] Coroutine-aware monitor_cur() with coroutine-specific data

2020-08-10 Thread Kevin Wolf
Am 07.08.2020 um 15:29 hat Markus Armbruster geschrieben: > This is just a sketch. It needs comments and a real commit message. > > As is, it goes on top of Kevin's series. It is meant to be squashed > into PATCH 06. > > Signed-off-by: Markus Armbruster > --- > include/qemu/coroutine.h |

Re: [PATCH] Coroutine-aware monitor_cur() with coroutine-specific data

2020-08-26 Thread Markus Armbruster
Kevin Wolf writes: > Am 07.08.2020 um 15:29 hat Markus Armbruster geschrieben: >> This is just a sketch. It needs comments and a real commit message. >> >> As is, it goes on top of Kevin's series. It is meant to be squashed >> into PATCH 06. >> >> Signed-off-by: Markus Armbruster >> --- >>

Re: [PATCH] Coroutine-aware monitor_cur() with coroutine-specific data

2020-08-26 Thread Kevin Wolf
Am 26.08.2020 um 14:40 hat Markus Armbruster geschrieben: > Kevin Wolf writes: > > > Am 07.08.2020 um 15:29 hat Markus Armbruster geschrieben: > >> This is just a sketch. It needs comments and a real commit message. > >> > >> As is, it goes on top of Kevin's series. It is meant to be squashed