From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SbzrW-0004Pj-KB for qemu-devel@nongnu.org; Tue, 05 Jun 2012 15:56:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SbzrU-0005I3-TS for qemu-devel@nongnu.org; Tue, 05 Jun 2012 15:56:18 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:41250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SbzrU-0005Hl-KM for qemu-devel@nongnu.org; Tue, 05 Jun 2012 15:56:16 -0400 Received: by dadv2 with SMTP id v2so8385929dad.4 for ; Tue, 05 Jun 2012 12:56:14 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4FCE6458.2060003@redhat.com> Date: Tue, 05 Jun 2012 21:56:08 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1338858018-17189-1-git-send-email-mdroth@linux.vnet.ibm.com> <1338858018-17189-2-git-send-email-mdroth@linux.vnet.ibm.com> <4FCDD06D.2050003@redhat.com> <20120605162141.GK2916@illuin> In-Reply-To: <20120605162141.GK2916@illuin> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 01/17] qidl: add QEMU IDL processor List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Roth Cc: Kevin Wolf , aliguori@us.ibm.com, owasserm@redhat.com, quintela@redhat.com, qemu-devel@nongnu.org, yamahata@valinux.co.jp, akong@redhat.com, afaerber@suse.de Il 05/06/2012 18:21, Michael Roth ha scritto: > The only way I can think of getting around this is to do nasty things > like adding an > > #include "qapi-generated/mc146818rtc-qapi-visit.c"; > > in hw/mc146818rtc.c. It doesn't look that ugly, though perhaps I'm biased because that's again exactly what GCC does. Paolo