qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 08/25] posix-aio-compat: Fix async_conmtext for ioct


From: Kevin Wolf
Subject: [Qemu-devel] [PATCH 08/25] posix-aio-compat: Fix async_conmtext for ioctl
Date: Wed, 8 Sep 2010 15:29:25 +0200

From: Andrew de Quincey <address@hidden>

Set the async_context_id field when queuing an async ioctl call

Signed-off-by: Andrew de Quincey <address@hidden>
Signed-off-by: Kevin Wolf <address@hidden>
---
 posix-aio-compat.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/posix-aio-compat.c b/posix-aio-compat.c
index a67ffe3..efc5968 100644
--- a/posix-aio-compat.c
+++ b/posix-aio-compat.c
@@ -599,6 +599,7 @@ BlockDriverAIOCB *paio_ioctl(BlockDriverState *bs, int fd,
     acb->aio_type = QEMU_AIO_IOCTL;
     acb->aio_fildes = fd;
     acb->ev_signo = SIGUSR2;
+    acb->async_context_id = get_async_context_id();
     acb->aio_offset = 0;
     acb->aio_ioctl_buf = buf;
     acb->aio_ioctl_cmd = req;
-- 
1.7.2.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]