From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Me9MN-0000CL-UG for qemu-devel@nongnu.org; Thu, 20 Aug 2009 11:15:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Me9MJ-0000Ae-8g for qemu-devel@nongnu.org; Thu, 20 Aug 2009 11:15:27 -0400 Received: from [199.232.76.173] (port=59540 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Me9MJ-0000AO-3l for qemu-devel@nongnu.org; Thu, 20 Aug 2009 11:15:23 -0400 Received: from mail-ew0-f223.google.com ([209.85.219.223]:39556) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Me9MI-0008Vm-Iq for qemu-devel@nongnu.org; Thu, 20 Aug 2009 11:15:22 -0400 Received: by ewy23 with SMTP id 23so5530252ewy.8 for ; Thu, 20 Aug 2009 08:15:21 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4A8D6884.7080004@gnu.org> Date: Thu, 20 Aug 2009 17:15:16 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1250723280-3509-1-git-send-email-lcapitulino@redhat.com> <1250723280-3509-2-git-send-email-lcapitulino@redhat.com> <4A8D0AA6.3010807@gnu.org> <20090820111713.09bcc1c6@doriath> <4A8D5C06.2040802@gnu.org> <20090820121212.56936c79@doriath> In-Reply-To: <20090820121212.56936c79@doriath> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 01/29] Introduce QObject List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org, avi@redhat.com On 08/20/2009 05:12 PM, Luiz Capitulino wrote: > Actually, I'm calling anything with QType_HEAD a QType, this > implies that QINCREF() and QDECREF() expects a QType while > qobject_decref() and qobject_incref() expects a QObject. But you have a struct QType. :-) I don't have a really cool suggestion for a better naming, unfortunately. Maybe QObject=>QObjectBase, QType=>QObject? /me scratches head Paolo