qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH for-2.5 0/3] scsi: preparations for thread-safe virt


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH for-2.5 0/3] scsi: preparations for thread-safe virtio-scsi dataplane
Date: Thu, 6 Aug 2015 12:01:34 +0200

As a preparation for making virtio-scsi dataplane really thread-safe,
this series fixes a bug in rerror/werror=stop (patch 1) and cleans up
the code so that AIO callbacks are clearly identified.  These will need
to acquire/release the AioContext, so it's important not to miss any
of them.

Paolo

Paolo Bonzini (3):
  scsi: create restart bottom half in the right AioContext
  scsi-disk: identify AIO callbacks more clearly
  scsi-generic: identify AIO callbacks more clearly

 hw/scsi/scsi-bus.c     |  3 +-
 hw/scsi/scsi-disk.c    | 91 +++++++++++++++++++++++++++++++++-----------------
 hw/scsi/scsi-generic.c | 66 ++++++++++++++++++++++--------------
 3 files changed, 104 insertions(+), 56 deletions(-)

-- 
2.4.3




reply via email to

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