From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmORU-0003oW-Sz for qemu-devel@nongnu.org; Mon, 19 May 2014 10:21:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WmORP-0003aD-GU for qemu-devel@nongnu.org; Mon, 19 May 2014 10:21:28 -0400 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:55181) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmORP-0003Zv-9L for qemu-devel@nongnu.org; Mon, 19 May 2014 10:21:23 -0400 Received: by mail-wi0-f175.google.com with SMTP id f8so4240122wiw.2 for ; Mon, 19 May 2014 07:21:22 -0700 (PDT) Date: Mon, 19 May 2014 16:21:19 +0200 From: Stefan Hajnoczi Message-ID: <20140519142119.GH31721@stefanha-thinkpad.redhat.com> References: <1395244138-8834-1-git-send-email-stefanha@redhat.com> <53762A08.50106@greensocs.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53762A08.50106@greensocs.com> Subject: Re: [Qemu-devel] [RFC 0/5] virtio: use alias properties in transport devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Frederic Konrad Cc: Peter Maydell , qemu-devel@nongnu.org, Stefan Hajnoczi , Andreas Faerber On Fri, May 16, 2014 at 05:08:56PM +0200, Frederic Konrad wrote: > Is there any repo with those patches I can clone? https://github.com/stefanha/qemu/tree/qdev-qom-alias-property git://github.com/stefanha/qemu.git qdev-qom-alias-property Given the feedback I have received, the alias needs to be reimplemented at the QOM Object property level instead of the qdev property level. I have started working on this. Stefan