From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48211) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sbi8X-00011A-OO for qemu-devel@nongnu.org; Mon, 04 Jun 2012 21:00:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sbi8V-0002po-Q2 for qemu-devel@nongnu.org; Mon, 04 Jun 2012 21:00:41 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:58704) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sbi8V-0002p7-Hl for qemu-devel@nongnu.org; Mon, 04 Jun 2012 21:00:39 -0400 Received: by pbbro12 with SMTP id ro12so7301741pbb.4 for ; Mon, 04 Jun 2012 18:00:37 -0700 (PDT) Sender: fluxion From: Michael Roth Date: Mon, 4 Jun 2012 20:00:03 -0500 Message-Id: <1338858018-17189-3-git-send-email-mdroth@linux.vnet.ibm.com> In-Reply-To: <1338858018-17189-1-git-send-email-mdroth@linux.vnet.ibm.com> References: <1338858018-17189-1-git-send-email-mdroth@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 02/17] qidl: add qc definitions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com, quintela@redhat.com, owasserm@redhat.com, yamahata@valinux.co.jp, pbonzini@redhat.com, akong@redhat.com, afaerber@suse.de Define away the annotations so we can still compile. Signed-off-by: Michael Roth --- qapi/qc.h | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) create mode 100644 qapi/qc.h diff --git a/qapi/qc.h b/qapi/qc.h new file mode 100644 index 0000000..3b3a8b9 --- /dev/null +++ b/qapi/qc.h @@ -0,0 +1,11 @@ +#ifndef QC_H +#define QC_H + +#define qc_declaration +#define _immutable +#define _derived +#define _broken +#define _version(x) +#define _size_is(x) + +#endif -- 1.7.4.1