From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yd9QY-000170-Jy for qemu-devel@nongnu.org; Tue, 31 Mar 2015 23:34:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yd9QR-0004Ju-9X for qemu-devel@nongnu.org; Tue, 31 Mar 2015 23:34:50 -0400 Received: from mailpro.odiso.net ([89.248.209.98]:49683) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yd9QR-0004Jg-4t for qemu-devel@nongnu.org; Tue, 31 Mar 2015 23:34:43 -0400 Received: from localhost (localhost [127.0.0.1]) by mailpro.odiso.net (Postfix) with ESMTP id D768E4051804A for ; Wed, 1 Apr 2015 05:34:40 +0200 (CEST) Received: from mailpro.odiso.net ([127.0.0.1]) by localhost (mailpro.odiso.net [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id X7L-4aG4pa_A for ; Wed, 1 Apr 2015 05:34:40 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mailpro.odiso.net (Postfix) with ESMTP id AF73C40B0E72E for ; Wed, 1 Apr 2015 05:34:40 +0200 (CEST) Received: from mailpro.odiso.net ([127.0.0.1]) by localhost (mailpro.odiso.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id F1biBbqTelxS for ; Wed, 1 Apr 2015 05:34:40 +0200 (CEST) Received: from mailpro.odiso.net (mailpro.odiso.net [10.1.31.112]) by mailpro.odiso.net (Postfix) with ESMTP id 85DCB4051804A for ; Wed, 1 Apr 2015 05:34:40 +0200 (CEST) Date: Wed, 1 Apr 2015 05:34:40 +0200 (CEST) From: Alexandre DERUMIER Message-ID: <173593231.25820090.1427859280478.JavaMail.zimbra@oxygem.tv> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] virtio-scsi + iothread : segfault on drive_del List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Hi, I'm currently testing virtio-scsi and iothread, and I'm seeing qemu segfault when I try to remove an scsi drive on top of an virtio-scsi controller with iothread enabled. virtio-blk + iothread drive_del is supported since this patch http://comments.gmane.org/gmane.comp.emulators.qemu/291562 "block: support drive_del with dataplane This series makes hot unplug work with virtio-blk dataplane devices. It should also work with Fam's virtio-scsi dataplane patches." I don't known about virtio-scsi ? Regards, Alexandre