From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNMCO-000772-IX for qemu-devel@nongnu.org; Wed, 03 Apr 2013 07:49:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNMCI-00062I-Nr for qemu-devel@nongnu.org; Wed, 03 Apr 2013 07:49:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47269) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNMCI-00062D-Fm for qemu-devel@nongnu.org; Wed, 03 Apr 2013 07:49:46 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r33BnjuU017757 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 3 Apr 2013 07:49:45 -0400 Message-ID: <515C1755.1020507@redhat.com> Date: Wed, 03 Apr 2013 13:49:41 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1364914749-11141-1-git-send-email-pbonzini@redhat.com> <1364914749-11141-6-git-send-email-pbonzini@redhat.com> <20130403104713.GC18803@redhat.com> In-Reply-To: <20130403104713.GC18803@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 05/35] hw: move virtio devices to hw/ subdirectories List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org Il 03/04/2013 12:47, Michael S. Tsirkin ha scritto: > Won't this break if someone wants to write > a scsi dataplane? I think we want to keep the > generic bits in hw/dataplane ... Ok, will do. Paolo