From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52007) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bzPET-0005aW-Gi for qemu-devel@nongnu.org; Wed, 26 Oct 2016 10:31:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bzPEQ-0006rg-9X for qemu-devel@nongnu.org; Wed, 26 Oct 2016 10:31:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35164) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bzPEQ-0006rT-4B for qemu-devel@nongnu.org; Wed, 26 Oct 2016 10:31:06 -0400 Date: Wed, 26 Oct 2016 12:31:03 -0200 From: Eduardo Habkost Message-ID: <20161026143103.GA5057@thinpad.lan.raisama.net> References: <1476985679-4456-1-git-send-email-ehabkost@redhat.com> <1476985679-4456-2-git-send-email-ehabkost@redhat.com> <20161026153429.2559b0d6@nial.brq.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161026153429.2559b0d6@nial.brq.redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 1/6] qdev: device_class_set_props() function List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: qemu-devel@nongnu.org, Markus Armbruster , Andreas =?iso-8859-1?Q?F=E4rber?= On Wed, Oct 26, 2016 at 03:34:29PM +0200, Igor Mammedov wrote: > On Thu, 20 Oct 2016 15:47:54 -0200 > Eduardo Habkost wrote: > > > Replace direct assignment of DeviceClass::props with a > > device_class_set_props() function. The new function will handle > > registration of class properties, later. > > > > Except for manual conversion of target-ppc/translate_init.c, the > > existing code was converted using the following Coccinelle patch: > > Patch doesn't apply to current master anymore with multiple conflicts, > it needs to be regenerated. Thanks for noticing. I will resubmit the series. -- Eduardo