qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [RFC/RFT v1 0/8] mb/ppc: Remove include/hw/xilinx.h
@ 2014-01-02  0:00 Peter Crosthwaite
  2014-01-02  0:01 ` [Qemu-devel] [RFC/RFT v1 1/8] microblaze/s3adsp_1800: Define macros for irq map Peter Crosthwaite
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Peter Crosthwaite @ 2014-01-02  0:00 UTC (permalink / raw)
  To: qemu-devel, edgar.iglesias; +Cc: agraf

Hi Edgar,

This file is written for a very old qdev style of machine description.
Remove by inlining all usages of its functions (which is consistent with
the modern preference that qdev_initery should be inline and not in
cross-board helper functions).

To avoid movement of magic numbers, Define macros for IRQ and memory
maps as appropriate. This cleanup comes first, followed by the
piecewise removal of xilinx.h.

I have based this ontop of my error_abort series to avoid conflicts
there.

Regards,
Peter


Peter Crosthwaite (8):
  microblaze/s3adsp_1800: Define macros for irq map
  ppc/virtex_ml507: Define macros for irq/memory maps
  microblaze/ml605: Define macros for irq/memory maps
  xilinx: Inline usages of xilinx_intc_create()
  xilinx: Inline usages of xilinx_timer_create()
  xilinx: Inline usage of xilinx_ethlite_create()
  xilinx: Inline usages of xilinx_axi*_init()
  xilinx: Delete hw/include/xilinx.h

 hw/microblaze/petalogix_ml605_mmu.c      | 53 +++++++++++++++----
 hw/microblaze/petalogix_s3adsp1800_mmu.c | 33 ++++++++++--
 hw/ppc/virtex_ml507.c                    | 29 +++++++---
 include/hw/xilinx.h                      | 90 --------------------------------
 4 files changed, 93 insertions(+), 112 deletions(-)
 delete mode 100644 include/hw/xilinx.h

-- 
1.8.5.2

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

end of thread, other threads:[~2014-01-12 22:21 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-02  0:00 [Qemu-devel] [RFC/RFT v1 0/8] mb/ppc: Remove include/hw/xilinx.h Peter Crosthwaite
2014-01-02  0:01 ` [Qemu-devel] [RFC/RFT v1 1/8] microblaze/s3adsp_1800: Define macros for irq map Peter Crosthwaite
2014-01-02  0:01 ` [Qemu-devel] [RFC/RFT v1 2/8] ppc/virtex_ml507: Define macros for irq/memory maps Peter Crosthwaite
2014-01-02  0:02 ` [Qemu-devel] [RFC/RFT v1 3/8] microblaze/ml605: " Peter Crosthwaite
2014-01-02  0:03 ` [Qemu-devel] [RFC/RFT v1 4/8] xilinx: Inline usages of xilinx_intc_create() Peter Crosthwaite
2014-01-12 13:32   ` Edgar E. Iglesias
2014-01-12 22:21     ` Peter Crosthwaite
2014-01-02  0:03 ` [Qemu-devel] [RFC/RFT v1 5/8] xilinx: Inline usages of xilinx_timer_create() Peter Crosthwaite
2014-01-02  0:04 ` [Qemu-devel] [RFC/RFT v1 6/8] xilinx: Inline usage of xilinx_ethlite_create() Peter Crosthwaite
2014-01-02  0:04 ` [Qemu-devel] [RFC/RFT v1 7/8] xilinx: Inline usages of xilinx_axi*_init() Peter Crosthwaite
2014-01-02  0:05 ` [Qemu-devel] [RFC/RFT v1 8/8] xilinx: Delete hw/include/xilinx.h Peter Crosthwaite
2014-01-02  1:12 ` [Qemu-devel] [RFC/RFT v1 0/8] mb/ppc: Remove include/hw/xilinx.h Alexander Graf

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).