Stefan Hajnoczi d0c8d2c05f aio: extract aio_dispatch() from aio_poll()
We will need to loop over AioHandlers calling ->io_read()/->io_write()
when aio_poll() is converted from select(2) to g_poll(2).

Luckily the code for this already exists, extract it into the new
aio_dispatch() function.

Two small changes:

 * aio_poll() checks !node->deleted to avoid calling handlers that have
   been deleted.

 * Fix typo 'then' -> 'them' in aio_poll() comment.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Message-id: 1361356113-11049-9-git-send-email-stefanha@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2013-02-21 16:17:31 -06:00
2013-01-10 15:11:53 -06:00
2013-01-26 13:15:35 +00:00
2013-02-21 16:17:31 -06:00
2012-12-19 08:29:06 +01:00
2013-01-18 19:06:57 +01:00
2013-02-14 08:58:30 -06:00
2012-10-24 10:26:22 +02:00
2013-02-14 08:58:30 -06:00
2013-02-19 11:53:49 +01:00
2013-02-21 16:17:31 -06:00
2013-02-21 16:17:31 -06:00
2012-09-07 09:02:44 +03:00
2013-02-21 10:38:07 +01:00
2012-11-01 13:10:06 +01:00
2012-05-14 07:27:24 +02:00
2013-02-19 12:30:05 +01:00
2008-10-12 17:54:42 +00:00
2013-02-16 10:45:19 +00:00
2013-02-16 14:50:59 +01:00
2013-02-16 14:50:59 +01:00
2013-02-21 16:17:31 -06:00
2011-12-09 11:25:22 +00:00
2013-01-30 10:42:29 +01:00
2013-02-18 08:39:10 -06:00
2013-02-18 08:39:10 -06:00
2013-02-16 11:12:13 +00:00
2012-12-20 23:09:25 +01:00
2013-02-13 11:57:32 -06:00
2013-02-18 08:39:10 -06:00
2011-12-11 17:50:43 -06:00
2010-03-14 22:04:50 +01:00
2008-12-04 11:29:42 +00:00
2013-02-19 13:17:48 +01:00
2013-02-15 17:40:56 -06:00
2013-02-19 12:30:05 +01:00
2013-01-15 04:09:14 +01:00

Read the documentation in qemu-doc.html or on http://wiki.qemu.org

- QEMU team
Description
No description provided
Readme 431 MiB
Languages
C 82.9%
C++ 6.4%
Python 3.2%
Dylan 2.9%
Shell 1.6%
Other 2.8%