From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T60JF-0000Zq-DJ for qemu-devel@nongnu.org; Mon, 27 Aug 2012 10:29:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T60JB-0007LT-8y for qemu-devel@nongnu.org; Mon, 27 Aug 2012 10:28:57 -0400 Received: from mx3-phx2.redhat.com ([209.132.183.24]:47971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T60JB-0007LJ-0Y for qemu-devel@nongnu.org; Mon, 27 Aug 2012 10:28:53 -0400 Date: Mon, 27 Aug 2012 10:28:38 -0400 (EDT) From: Igor Mammedov Message-ID: <703606518.14100692.1346077718872.JavaMail.root@redhat.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC 1/8] move qemu_irq typedef out of cpu-common.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: jan kiszka , mjt@tls.msk.ru, qemu-devel@nongnu.org, armbru@redhat.com, blauwirbel@gmail.com, kraxel@redhat.com, Eduardo Habkost , xen-devel@lists.xensource.com, i mitsyanko , mdroth@linux.vnet.ibm.com, avi@redhat.com, anthony perard , lersek@redhat.com, stefanha@linux.vnet.ibm.com, stefano stabellini , sw@weilnetz.de, lcapitulino@redhat.com, rth@twiddle.net, kwolf@redhat.com, aliguori@us.ibm.com, mtosatti@redhat.com, pbonzini@redhat.com, afaerber@suse.de ----- Original Message ----- > From: "Peter Maydell" ... > > I'm not objecting to this patch if it helps us move forwards, > but adding the #include to sysemu.h is effectively just adding > the definition to another grabbag header (183 files include > sysemu.h). It would be nicer long-term to separate out the > one thing in this header that cares about qemu_irq (the extern > declaration of qemu_system_powerdown). ^^^^ Is there a preference/suggestion in which header it should be declared? ...