From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57018) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOWKT-00060z-Io for qemu-devel@nongnu.org; Wed, 27 Jan 2016 15:04:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aOWKP-0007aK-FN for qemu-devel@nongnu.org; Wed, 27 Jan 2016 15:04:37 -0500 Received: from mail-pa0-x244.google.com ([2607:f8b0:400e:c03::244]:36670) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOWKP-0007aF-8S for qemu-devel@nongnu.org; Wed, 27 Jan 2016 15:04:33 -0500 Received: by mail-pa0-x244.google.com with SMTP id a20so849869pag.3 for ; Wed, 27 Jan 2016 12:04:32 -0800 (PST) Date: Wed, 27 Jan 2016 21:04:02 +0100 From: "Edgar E. Iglesias" Message-ID: <20160127200402.GD8630@toto> References: <1453831531-667-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1453831531-667-1-git-send-email-peter.maydell@linaro.org> Subject: Re: [Qemu-devel] [PATCH 0/2] microblaze: clean includes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org, patches@linaro.org On Tue, Jan 26, 2016 at 06:05:29PM +0000, Peter Maydell wrote: > I'm sending this small series separately because cleaning > the microblaze files' use of includes requires a manual > code fix to disas/microblaze.c. That file manually defines > TRUE and FALSE, which clash with the standard defines > that osdep.h will pull in. Patch 1 fixes this, and then > patch 2 is the usual automated cleanup of the remaining > files. Ack on both patches, thanks Acked-by: Edgar E. Iglesias > > thanks > -- PMM > > > Peter Maydell (2): > disas/microblaze.c: Don't define TRUE or FALSE > microblaze: Clean up includes > > disas/microblaze.c | 5 +---- > hw/microblaze/boot.c | 1 + > hw/microblaze/petalogix_ml605_mmu.c | 1 + > hw/microblaze/petalogix_s3adsp1800_mmu.c | 1 + > target-microblaze/cpu.c | 1 + > target-microblaze/gdbstub.c | 2 +- > target-microblaze/helper.c | 1 + > target-microblaze/mmu.c | 1 + > target-microblaze/op_helper.c | 1 + > target-microblaze/translate.c | 1 + > 10 files changed, 10 insertions(+), 5 deletions(-) > > -- > 1.9.1 >