Kevin Wolf 384acbf46b async: Remove AsyncContext
The purpose of AsyncContexts was to protect qcow and qcow2 against reentrancy
during an emulated bdrv_read/write (which includes a qemu_aio_wait() call and
can run AIO callbacks of different requests if it weren't for AsyncContexts).

Now both qcow and qcow2 are protected by CoMutexes and AsyncContexts can be
removed.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2011-08-02 15:53:41 +02:00
..
2011-08-02 15:53:41 +02:00
2011-08-02 15:53:41 +02:00
2011-08-02 15:53:41 +02:00
2011-08-02 15:53:41 +02:00
2011-08-02 15:53:41 +02:00
2011-08-02 15:53:41 +02:00
2011-06-14 10:01:19 +02:00
2011-07-25 14:38:56 +00:00
2011-06-15 14:35:15 +02:00
2011-08-01 12:10:28 +02:00