From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ri0Gj-0008J6-Ri for qemu-devel@nongnu.org; Tue, 03 Jan 2012 04:02:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ri0Gi-00062E-T6 for qemu-devel@nongnu.org; Tue, 03 Jan 2012 04:02:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:64201) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ri0Gi-00062A-Ma for qemu-devel@nongnu.org; Tue, 03 Jan 2012 04:02:52 -0500 Message-ID: <4F02C439.5080103@redhat.com> Date: Tue, 03 Jan 2012 10:02:49 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1325551939-24749-1-git-send-email-aliguori@us.ibm.com> <1325551939-24749-8-git-send-email-aliguori@us.ibm.com> In-Reply-To: <1325551939-24749-8-git-send-email-aliguori@us.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 07/30] qom: add the base Object class (v2) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, =?ISO-8859-1?Q?Andreas_F=E4rber?= , Markus Armbruster On 01/03/2012 01:51 AM, Anthony Liguori wrote: > This class provides the main building block for QEMU Object Model and is > extensively documented in the header file. It is largely inspired by GObject. > > Signed-off-by: Anthony Liguori Very nice. I still have some minor remarks, but nothing that cannot be bik^Wdiscussed later. Paolo