From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39913) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTSoC-0001Tq-N2 for qemu-devel@nongnu.org; Tue, 08 Oct 2013 04:38:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VTSo8-0000fF-0O for qemu-devel@nongnu.org; Tue, 08 Oct 2013 04:38:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62708) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTSo7-0000ez-Oy for qemu-devel@nongnu.org; Tue, 08 Oct 2013 04:38:19 -0400 Date: Tue, 8 Oct 2013 10:37:35 +0200 From: Igor Mammedov Message-ID: <20131008103735.6d842753@nial.usersys.redhat.com> In-Reply-To: <1381164241-6566-1-git-send-email-afaerber@suse.de> References: <1381164241-6566-1-git-send-email-afaerber@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH qom-next 0/2] qdev-monitor: Reference counting follow-ups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?ISO-8859-1?B?RuRyYmVy?= Cc: Paolo Bonzini , Stefan Hajnoczi , qemu-devel@nongnu.org, Anthony Liguori On Mon, 7 Oct 2013 18:43:59 +0200 Andreas F=E4rber wrote: > Hello, >=20 > I have queued bug fixes by Igor and Stefan for device_add on qom-next and > am rearranging the following changes of mine on top. >=20 > 1) Further naming cleanups, now rebased on the bugfixes for easier backpo= rting. > 2) Inlining of qdev_init(), so that we always have unparent+unref pairs. >=20 > If there's no objections, planning to include this in a pull tonight or t= omorrow. >=20 > Regards, > Andreas >=20 > Cc: Igor Mammedov > Cc: Stefan Hajnoczi > Cc: Paolo Bonzini > Cc: Anthony Liguori >=20 > Andreas F=E4rber (2): > qdev-monitor: Avoid qdev as variable name > qdev-monitor: Inline qdev_init() for device_add >=20 > qdev-monitor.c | 37 +++++++++++++++++++++---------------- > 1 file changed, 21 insertions(+), 16 deletions(-) >=20 Reviewed-By: Igor Mammedov