On Tue, 5 Sept 2023 at 16:57, Stefan Hajnoczi <stefa...@redhat.com> wrote: > > On Tue, Sep 05, 2023 at 03:03:59PM -0300, Fabiano Rosas wrote: > > Having a name in the source helps with debugging core dumps when one > > might not have access to TLS data to cross-reference AioContexts with > > their addresses. > > > > Signed-off-by: Fabiano Rosas <faro...@suse.de> > > --- > > v3: > > used const > > v2: > > used g_autofree where appropriate > > --- > > iothread.c | 14 ++++++++------ > > 1 file changed, 8 insertions(+), 6 deletions(-) > > Thanks, applied to my monitor-drain_call_rcu tree: > https://gitlab.com/stefanha/qemu/commits/monitor-drain_call_rcu
That should have been https://gitlab.com/stefanha/qemu/-/commits/block. :) Stefan