From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brn2k-00072T-UZ for qemu-devel@nongnu.org; Wed, 05 Oct 2016 10:19:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1brn2f-0006nL-7T for qemu-devel@nongnu.org; Wed, 05 Oct 2016 10:19:34 -0400 Date: Wed, 5 Oct 2016 15:42:51 +0200 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Message-ID: <20161005134251.GA3256@potion> References: <20161005133530.5702-1-rkrcmar@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20161005133530.5702-1-rkrcmar@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/2] qom+coccinelle: add and use object_new_with_class() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Eduardo Habkost , Rob Herring , Igor Mitsyanko , Alexander Graf , Alistair Francis , Max Filippov , qemu-arm@nongnu.org, Paolo Bonzini , "Edgar E. Iglesias" , Andreas =?utf-8?Q?F=C3=A4rber?= , Richard Henderson 2016-10-05 15:35+0200, Radim Kr=C4=8Dm=C3=A1=C5=99: > This series performs a simple replacement of > object_new(object_class_get_name(class)) by object_new_with_class(class= ) > in the spirit of existing object_new_with_type(). This series applies after recently posted [PATCH v4 1/8] apic: add global apic_get_class() which adds one more user of object_new(object_class_get_name(class)). I forgot to include the patch in this series, sorry.