Hi, Function qemu_aio_init() is called from both vl.c and block.c. This means that two threads handling signalfd_compat are created. This patch removes the call from vl.c.