All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] virtio-scsi-dataplane: graceful fail
@ 2014-10-15 13:15 Cornelia Huck
  2014-10-15 13:15 ` [Qemu-devel] [PATCH 1/3] virtio-scsi: dataplane: print why starting failed Cornelia Huck
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Cornelia Huck @ 2014-10-15 13:15 UTC (permalink / raw)
  To: pbonzini, famz; +Cc: Cornelia Huck, qemu-devel

Hi,

these patches are practically a duplicate of the patches I did for
virtio-blk dataplane -- they don't convert to the error report
infrastructure, for example. The aim was to do the same changes
as for virtio-blk in order to avoid killing the whole guest if we
run e.g. out of file handles for the notifiers.

Untested (better get your kittens to a safe place before trying out),
but a git branch is available at

git://github.com/cohuck/qemu graceful-scsi-dataplane

Cornelia Huck (3):
  virtio-scsi: dataplane: print why starting failed
  virtio-scsi: dataplane: fail setup gracefully
  virtio-scsi: dataplane: stop trying on notifier error

 hw/scsi/virtio-scsi-dataplane.c | 92 +++++++++++++++++++++++++++++++++++------
 include/hw/virtio/virtio-scsi.h |  1 +
 2 files changed, 80 insertions(+), 13 deletions(-)

-- 
1.8.5.5

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-10-21 12:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-15 13:15 [Qemu-devel] [PATCH 0/3] virtio-scsi-dataplane: graceful fail Cornelia Huck
2014-10-15 13:15 ` [Qemu-devel] [PATCH 1/3] virtio-scsi: dataplane: print why starting failed Cornelia Huck
2014-10-15 13:15 ` [Qemu-devel] [PATCH 2/3] virtio-scsi: dataplane: fail setup gracefully Cornelia Huck
2014-10-15 13:15 ` [Qemu-devel] [PATCH 3/3] virtio-scsi: dataplane: stop trying on notifier error Cornelia Huck
2014-10-21 12:51 ` [Qemu-devel] [PATCH 0/3] virtio-scsi-dataplane: graceful fail Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.