qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Peter Maydell
Subject: [Qemu-devel] [PATCH 0/2] microblaze: clean includes
Date: Tue, 26 Jan 2016 18:05:29 +0000

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]