From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeOQa-0000Xt-R7 for qemu-devel@nongnu.org; Wed, 15 Oct 2014 09:15:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XeOQT-0003du-5k for qemu-devel@nongnu.org; Wed, 15 Oct 2014 09:15:44 -0400 Received: from e06smtp14.uk.ibm.com ([195.75.94.110]:40317) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeOQS-0003ck-PV for qemu-devel@nongnu.org; Wed, 15 Oct 2014 09:15:37 -0400 Received: from /spool/local by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 15 Oct 2014 14:15:34 +0100 Received: from b06cxnps4075.portsmouth.uk.ibm.com (d06relay12.portsmouth.uk.ibm.com [9.149.109.197]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 48EFC17D8047 for ; Wed, 15 Oct 2014 14:17:47 +0100 (BST) Received: from d06av03.portsmouth.uk.ibm.com (d06av03.portsmouth.uk.ibm.com [9.149.37.213]) by b06cxnps4075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id s9FDFUSw56492096 for ; Wed, 15 Oct 2014 13:15:30 GMT Received: from d06av03.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av03.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s9FDFTIn005115 for ; Wed, 15 Oct 2014 07:15:30 -0600 From: Cornelia Huck Date: Wed, 15 Oct 2014 15:15:23 +0200 Message-Id: <1413378926-52442-1-git-send-email-cornelia.huck@de.ibm.com> Subject: [Qemu-devel] [PATCH 0/3] virtio-scsi-dataplane: graceful fail List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: pbonzini@redhat.com, famz@redhat.com Cc: Cornelia Huck , qemu-devel@nongnu.org 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