From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T4rXQ-0001eh-Bw for qemu-devel@nongnu.org; Fri, 24 Aug 2012 06:54:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T4rXP-00042i-Bd for qemu-devel@nongnu.org; Fri, 24 Aug 2012 06:54:52 -0400 Date: Fri, 24 Aug 2012 11:54:36 +0100 From: Stefan Hajnoczi Message-ID: <20120824105436.GC10867@stefanha-thinkpad.localdomain> References: <1345437900-8001-1-git-send-email-sw@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1345437900-8001-1-git-send-email-sw@weilnetz.de> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] qemu-common: Declare qemu_irq earlier List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-trivial@nongnu.org, imammedo@redhat.com, qemu-devel@nongnu.org On Mon, Aug 20, 2012 at 06:45:00AM +0200, Stefan Weil wrote: > This allows using qemu_irq in the target specific cpu.h. > > Signed-off-by: Stefan Weil > --- > qemu-common.h | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) I'm not sure if there's a reason why qemu_irq was previously hidden from cpu.h but the code change itself is fine and no one else has commented. Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan