Re: [PATCH 0/3] scripts/qemu-gdb: Make coroutine dumps to work with coredumps

2024-12-12 Thread Peter Xu
On Thu, Dec 12, 2024 at 11:28:52AM +0100, Kevin Wolf wrote: > Am 11.12.2024 um 22:39 hat Peter Xu geschrieben: > > On Wed, Dec 11, 2024 at 05:25:10PM -0300, Fabiano Rosas wrote: > > > Peter Xu writes: > > > > > > > Coroutines are used in many cases in block layers. It's also used in > > > > live

Re: [PATCH 0/3] scripts/qemu-gdb: Make coroutine dumps to work with coredumps

2024-12-12 Thread Kevin Wolf
Am 11.12.2024 um 22:39 hat Peter Xu geschrieben: > On Wed, Dec 11, 2024 at 05:25:10PM -0300, Fabiano Rosas wrote: > > Peter Xu writes: > > > > > Coroutines are used in many cases in block layers. It's also used in live > > > migration when on destination side, and it'll be handy to diagnose crash

Re: [PATCH 0/3] scripts/qemu-gdb: Make coroutine dumps to work with coredumps

2024-12-11 Thread Peter Xu
On Wed, Dec 11, 2024 at 05:25:10PM -0300, Fabiano Rosas wrote: > Peter Xu writes: > > > Coroutines are used in many cases in block layers. It's also used in live > > migration when on destination side, and it'll be handy to diagnose crashes > > within a coroutine when we want to also know what ot

Re: [PATCH 0/3] scripts/qemu-gdb: Make coroutine dumps to work with coredumps

2024-12-11 Thread Fabiano Rosas
Peter Xu writes: > Coroutines are used in many cases in block layers. It's also used in live > migration when on destination side, and it'll be handy to diagnose crashes > within a coroutine when we want to also know what other coroutines are > doing. Not sure if you've seen this message on the

[PATCH 0/3] scripts/qemu-gdb: Make coroutine dumps to work with coredumps

2024-12-11 Thread Peter Xu
Coroutines are used in many cases in block layers. It's also used in live migration when on destination side, and it'll be handy to diagnose crashes within a coroutine when we want to also know what other coroutines are doing. This series adds initial support for that, not pretty but it should sta