Paolo Bonzini b209091957 Revert "iscsi: Fix NULL dereferences / races between task completion and abort"
This reverts commit 64e69e80920d82df3fa679bc41b13770d2f99360.  The commit
returned immediately from iscsi_aio_cancel, risking corruption in case the
following happens:

    guest                  qemu                 target
  =========================================================================
    send write 1 -------->
                           send write 1 -------->
    cancel write 1 ------>
                           cancel write 1 ------>
       <------------------ cancellation processed
    send write 2 -------->
                           send write 2 -------->
                               <---------------- completed write 2
       <------------------ completed write 2
                               <---------------- completed write 1
                               <---------------- cancellation not done

Here, the guest would see write 2 superseding write 1, when in fact the
outcome could have been the opposite.  The right behavior is to return
only after the target says whether the cancellation was done or not, and
it will be implemented by the next three patches.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2012-08-20 15:50:45 +02:00
2012-08-09 18:34:57 +00:00
2012-08-13 16:10:18 -03:00
2012-08-13 11:20:41 +02:00
2012-08-15 19:43:16 +02:00
2012-08-06 19:31:55 -05:00
2012-08-04 15:51:23 +00:00
2012-08-13 13:20:50 -03:00
2012-08-14 19:01:26 +00:00
2012-08-02 18:12:17 +02:00
2012-08-15 15:18:54 +01:00
2012-08-16 13:41:16 -05:00
2012-07-28 09:23:11 +00:00
2012-08-13 14:17:53 -03:00
2012-07-27 21:13:04 +00:00
2012-08-08 13:51:12 +02:00
2012-08-08 13:51:12 +02:00
2012-08-03 18:28:37 -05:00
2012-08-08 13:51:12 +02:00
2012-08-16 13:41:16 -05:00
2012-08-16 13:41:16 -05:00
2012-08-13 14:17:53 -03:00
2012-08-13 14:17:53 -03:00
2012-08-16 13:41:15 -05:00
2012-08-16 13:41:15 -05:00
2012-08-09 18:34:57 +00:00
2012-08-16 13:56:34 -05:00

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

- QEMU team
Description
Original Xbox Emulator for Windows, macOS, and Linux (Active Development)
Readme 531 MiB
Languages
C 82.5%
C++ 7%
Python 3.3%
Dylan 2.8%
Shell 1.5%
Other 2.6%