From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5Haf-0005S1-74 for qemu-devel@nongnu.org; Wed, 07 Mar 2012 09:12:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5HaU-0006OQ-75 for qemu-devel@nongnu.org; Wed, 07 Mar 2012 09:11:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:24284) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5HaT-0006O1-VH for qemu-devel@nongnu.org; Wed, 07 Mar 2012 09:11:30 -0500 Date: Wed, 7 Mar 2012 11:11:29 -0300 From: Luiz Capitulino Message-ID: <20120307111129.57bb2688@doriath.home> In-Reply-To: <1330893156-26569-4-git-send-email-afaerber@suse.de> References: <1330893156-26569-1-git-send-email-afaerber@suse.de> <1330893156-26569-4-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 v4 3/3] qom: Add QOM support to user emulators List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?ISO-8859-1?B?RuRyYmVy?= Cc: qemu-devel@nongnu.org, anthony@codemonkey.ws On Sun, 4 Mar 2012 21:32:36 +0100 Andreas F=E4rber wrote: > Link the Object base class and the module infrastructure for class > registration. Introduce $(universal-obj-y) for objects that are more > common than $(common-obj-y), so that those only get built once. >=20 > Call QOM module init for type registration. >=20 > Signed-off-by: Andreas F=E4rber > Cc: Anthony Liguori Never looked how user emulators work in detail, but looks good to me.