Re: [Qemu-devel] [PATCH] qemu-nbd: Initialise main loop earlier

2012-11-12 Thread Paolo Bonzini
Il 12/11/2012 13:23, Kevin Wolf ha scritto: > Since the latest AIO changes qemu-nbd would segfault because > bdrv_init() requires qemu_aio_context to be initialised. Thanks... I had this in my NBD queue, going to send it out later. Paolo > Signed-off-by: Kevin Wolf > --- > qemu-nbd.c |2 +-

[Qemu-devel] [PATCH] qemu-nbd: Initialise main loop earlier

2012-11-12 Thread Kevin Wolf
Since the latest AIO changes qemu-nbd would segfault because bdrv_init() requires qemu_aio_context to be initialised. Signed-off-by: Kevin Wolf --- qemu-nbd.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/qemu-nbd.c b/qemu-nbd.c index 15bcd08..80f08d8 100644 --- a/qem