From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60811) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnN5X-0002MG-65 for qemu-devel@nongnu.org; Thu, 22 May 2014 03:07:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WnN5O-0008DY-5W for qemu-devel@nongnu.org; Thu, 22 May 2014 03:06:51 -0400 Received: from mail-ee0-x236.google.com ([2a00:1450:4013:c00::236]:59710) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnN5N-0008DR-W8 for qemu-devel@nongnu.org; Thu, 22 May 2014 03:06:42 -0400 Received: by mail-ee0-f54.google.com with SMTP id b57so2297963eek.27 for ; Thu, 22 May 2014 00:06:41 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <537DA1FB.5050502@redhat.com> Date: Thu, 22 May 2014 09:06:35 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1400740589-3655-1-git-send-email-famz@redhat.com> In-Reply-To: <1400740589-3655-1-git-send-email-famz@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] dataplane: Enable "scsi=on" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng , qemu-devel@nongnu.org Cc: Stefan Hajnoczi Il 22/05/2014 08:36, Fam Zheng ha scritto: > This makes the SG_IO code of non-dataplane available to dataplane, so that > dataplane can use to allow scsi=on. I like the idea of using more hw/block/virtio-blk.c code in the dataplane thread. We should turn this into an actual plan to remove more and more hw/block/dataplane/ code. It will help for rerror=/werror= too. Paolo