From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Me36l-0007oc-4n for qemu-devel@nongnu.org; Thu, 20 Aug 2009 04:34:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Me36g-0007o5-Rv for qemu-devel@nongnu.org; Thu, 20 Aug 2009 04:34:54 -0400 Received: from [199.232.76.173] (port=36227 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Me36g-0007o2-PO for qemu-devel@nongnu.org; Thu, 20 Aug 2009 04:34:50 -0400 Received: from mail-ew0-f223.google.com ([209.85.219.223]:46684) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Me36g-0001EM-Ic for qemu-devel@nongnu.org; Thu, 20 Aug 2009 04:34:50 -0400 Received: by ewy23 with SMTP id 23so5218706ewy.8 for ; Thu, 20 Aug 2009 01:34:49 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4A8D0AA6.3010807@gnu.org> Date: Thu, 20 Aug 2009 10:34:46 +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> In-Reply-To: <1250723280-3509-2-git-send-email-lcapitulino@redhat.com> 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 > +/* High-level interface for qobject_incref() */ > +#define QINCREF(qtype) \ > +#define QDECREF(qtype) \ Why "qtype"? Paolo