From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTDun-0003UD-78 for qemu-devel@nongnu.org; Mon, 07 Oct 2013 12:44:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VTDuh-00073i-33 for qemu-devel@nongnu.org; Mon, 07 Oct 2013 12:44:13 -0400 Received: from cantor2.suse.de ([195.135.220.15]:53377 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTDug-00073X-Tm for qemu-devel@nongnu.org; Mon, 07 Oct 2013 12:44:07 -0400 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Mon, 7 Oct 2013 18:43:59 +0200 Message-Id: <1381164241-6566-1-git-send-email-afaerber@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [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: qemu-devel@nongnu.org Cc: Anthony Liguori , Igor Mammedov , =?UTF-8?q?Andreas=20F=C3=A4rber?= , Stefan Hajnoczi , Paolo Bonzini Hello, 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. 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. If there's no objections, planning to include this in a pull tonight or t= omorrow. Regards, Andreas Cc: Igor Mammedov Cc: Stefan Hajnoczi Cc: Paolo Bonzini Cc: Anthony Liguori Andreas F=C3=A4rber (2): qdev-monitor: Avoid qdev as variable name qdev-monitor: Inline qdev_init() for device_add qdev-monitor.c | 37 +++++++++++++++++++++---------------- 1 file changed, 21 insertions(+), 16 deletions(-) --=20 1.8.1.4