From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkzSJ-0007sE-2z for qemu-devel@nongnu.org; Tue, 18 Dec 2012 10:51:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TkzSH-0003ek-UN for qemu-devel@nongnu.org; Tue, 18 Dec 2012 10:51:42 -0500 Date: Tue, 18 Dec 2012 16:51:33 +0100 From: Stefan Hajnoczi Message-ID: <20121218155133.GA12099@stefanha-thinkpad.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH v1 0/4] Trivial patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite Cc: qemu-trivial@nongnu.org, peter.maydell@linaro.org, qemu-devel@nongnu.org On Tue, Dec 04, 2012 at 04:04:32PM +1000, Peter Crosthwaite wrote: > My trivial patches from during the freeze. > > Peter Crosthwaite (4): > pflash_cfi01: qemu_log_mask "unimplemented" msg > pflash_cfi0x: Send debug messages to stderr > zynq_slcr: Compile time warning fixes. > arm_gic: Add cpu nr to Raised IRQ message > > hw/arm_gic.c | 2 +- > hw/pflash_cfi01.c | 14 +++++++------- > hw/pflash_cfi02.c | 6 +++--- > hw/zynq_slcr.c | 7 ++++--- > 4 files changed, 15 insertions(+), 14 deletions(-) > > Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan