From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49211) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnQyY-0007gC-M1 for qemu-devel@nongnu.org; Thu, 22 May 2014 07:16:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WnQyP-00045A-My for qemu-devel@nongnu.org; Thu, 22 May 2014 07:15:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24807) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnQyP-000452-5o for qemu-devel@nongnu.org; Thu, 22 May 2014 07:15:45 -0400 Message-ID: <537DDC4A.3070000@redhat.com> Date: Thu, 22 May 2014 13:15:22 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1400703772-3324-1-git-send-email-stefanha@redhat.com> <1400703772-3324-5-git-send-email-stefanha@redhat.com> <537D22EC.1090409@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 4/7] virtio-blk: use aliases instead of duplicate qdev properties List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Peter Crosthwaite , Frederic Konrad , qemu-devel , Stefan Hajnoczi , Andreas Faerber Il 22/05/2014 12:17, Stefan Hajnoczi ha scritto: > I took a quick look at net, rng, and serial. This approach should > work because the VirtIODevice qdev properties need to be exposed > wholesale on the transport device. > > If that's what you're hinting at, I'll try it in v2. Yes, exactly. scsi too. Paolo