Re: [Qemu-devel] [PATCH 0/2] microblaze: clean includes

2016-01-28 Thread Peter Maydell
On 27 January 2016 at 20:04, Edgar E. Iglesias wrote: > On Tue, Jan 26, 2016 at 06:05:29PM +, 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 defin

Re: [Qemu-devel] [PATCH 0/2] microblaze: clean includes

2016-01-27 Thread Edgar E. Iglesias
On Tue, Jan 26, 2016 at 06:05:29PM +, 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 >

[Qemu-devel] [PATCH 0/2] microblaze: clean includes

2016-01-26 Thread Peter Maydell
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 u