From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Slcvw-0003Wy-2s for qemu-devel@nongnu.org; Mon, 02 Jul 2012 05:28:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Slcvp-000369-Ns for qemu-devel@nongnu.org; Mon, 02 Jul 2012 05:28:39 -0400 Received: from mail-wi0-f181.google.com ([209.85.212.181]:34729) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Slcvp-00035r-F1 for qemu-devel@nongnu.org; Mon, 02 Jul 2012 05:28:33 -0400 Received: by wibhm2 with SMTP id hm2so2412932wib.10 for ; Mon, 02 Jul 2012 02:28:31 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Mon, 2 Jul 2012 11:28:24 +0200 Message-Id: <1341221307-24397-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] scsi: Implement hotplug support for virtio-scsi List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: mc@linux.vnet.ibm.com Here are Cong Meng's patches, rebased and including support for missed events. I'm keeping them out of the next pull request, waiting for test results from Cong Meng with any updated kernel patches he might have. Cong, they are on top of the scsi-next branch on github. Cong Meng (2): scsi: introduce hotplug() and hot_unplug() interfaces for SCSI bus virtio-scsi: Implement hotplug support for virtio-scsi Paolo Bonzini (1): virtio-scsi: Report missed events hw/scsi-bus.c | 17 +++++++++- hw/scsi.h | 2 ++ hw/virtio-scsi.c | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 107 insertions(+), 4 deletions(-) -- 1.7.10.2