qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] microblaze: clean includes
@ 2016-01-26 18:05 Peter Maydell
  2016-01-26 18:05 ` [Qemu-devel] [PATCH 1/2] disas/microblaze.c: Don't define TRUE or FALSE Peter Maydell
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Peter Maydell @ 2016-01-26 18:05 UTC (permalink / raw)
  To: qemu-devel; +Cc: Edgar E. Iglesias, patches

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.

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-01-28 11:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-26 18:05 [Qemu-devel] [PATCH 0/2] microblaze: clean includes Peter Maydell
2016-01-26 18:05 ` [Qemu-devel] [PATCH 1/2] disas/microblaze.c: Don't define TRUE or FALSE Peter Maydell
2016-01-26 18:44   ` Eric Blake
2016-01-26 18:05 ` [Qemu-devel] [PATCH 2/2] microblaze: Clean up includes Peter Maydell
2016-01-27 20:04 ` [Qemu-devel] [PATCH 0/2] microblaze: clean includes Edgar E. Iglesias
2016-01-28 11:47   ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).