From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50979) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGqBU-0003y4-Gr for qemu-devel@nongnu.org; Fri, 21 Feb 2014 08:30:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGqBK-0006tL-TT for qemu-devel@nongnu.org; Fri, 21 Feb 2014 08:30:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60139) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGqBK-0006sr-Lj for qemu-devel@nongnu.org; Fri, 21 Feb 2014 08:30:22 -0500 Message-ID: <530754A1.6060701@redhat.com> Date: Fri, 21 Feb 2014 14:29:05 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1392900630-17608-1-git-send-email-stefanha@redhat.com> <1392900630-17608-6-git-send-email-stefanha@redhat.com> <5305FBDE.8030004@redhat.com> <20140221110317.GC17890@stefanha-thinkpad.redhat.com> <53073992.70803@redhat.com> <53074E0F.1040006@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 5/6] iothread: add "iothread" qdev property type List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , Fam Zheng , qemu-devel , Stefan Hajnoczi , Michael Roth Il 21/02/2014 14:25, Stefan Hajnoczi ha scritto: > Hrmm...so the command-line is already populating QOM properties and > not qdev properties. Then adding DEFINE_PROP_LINK() isn't really > necessary. It would only expose it as part of "-device foo,?". But perhaps there are other ways to achieve the same effect. Paolo