From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55670) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPZIk-0005ov-HC for qemu-devel@nongnu.org; Tue, 09 Apr 2013 10:13:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPZIj-0001bf-98 for qemu-devel@nongnu.org; Tue, 09 Apr 2013 10:13:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18372) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPZIj-0001bV-1n for qemu-devel@nongnu.org; Tue, 09 Apr 2013 10:13:33 -0400 Date: Tue, 9 Apr 2013 16:13:28 +0200 From: Igor Mammedov Message-ID: <20130409161328.723d574f@nial.usersys.redhat.com> In-Reply-To: <51641E29.5010100@suse.de> References: <51389E91.1020804@suse.de> <1362672978-19701-1-git-send-email-imammedo@redhat.com> <51641E29.5010100@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 01/10 v2] qdev: add qdev property for bool type List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?ISO-8859-1?B?RuRyYmVy?= Cc: Peter Maydell , qemu-devel@nongnu.org, Eduardo Habkost On Tue, 09 Apr 2013 15:56:57 +0200 Andreas F=E4rber wrote: > Am 07.03.2013 17:16, schrieb Igor Mammedov: > > Signed-off-by: Igor Mammedov > > --- > > v2: > > - fixed indentation > > - replaced error message. Suggested-By: Andreas F=E4rber > > >=20 > Thanks, rebased onto PMM's array properties and applied to qom-cpu: > https://github.com/afaerber/qemu-cpu/commits/qom-cpu >=20 > Andreas >=20 Thanks, one more note could you fixup setter like Peter did in b000dfbd4, or would you like me send a patch?