qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] hw/ppc: Convert various devices away from old_mmio
@ 2018-08-02 14:44 Peter Maydell
  2018-08-02 14:44 ` [Qemu-devel] [PATCH 1/3] hw/ppc/prep: Remove ifdeffed-out stub of XCSR code Peter Maydell
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Peter Maydell @ 2018-08-02 14:44 UTC (permalink / raw)
  To: qemu-devel
  Cc: patches, qemu-ppc, Hervé Poussineau, David Gibson,
	Alexander Graf

This patchset removes various uses of old_mmio from minor PPC
devices:
 * hw/ppc/prep had an entirely ifdeffed-out stub of an XCSR device,
   which we remove
 * hw/ppc/ppc_boards had ref405ep_fpga
 * hw/ppc/ppc405_uc had three minor devices

As you can see from the diffstat, the new API provides much
cleaner ways to handle the various different access sizes.

This knocks another five old_mmio uses out of the codebase,
leaving us with just five to go.

NB: Tested only with 'make check'.

thanks
-- PMM

Peter Maydell (3):
  hw/ppc/prep: Remove ifdeffed-out stub of XCSR code
  hw/ppc/ppc_boards: Don't use old_mmio for ref405ep_fpga
  hw/ppc/ppc405_uc: Convert away from old_mmio

 hw/ppc/ppc405_boards.c |  60 +++-----------
 hw/ppc/ppc405_uc.c     | 173 ++++++-----------------------------------
 hw/ppc/prep.c          |  97 +----------------------
 3 files changed, 39 insertions(+), 291 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2018-08-03  5:32 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-02 14:44 [Qemu-devel] [PATCH 0/3] hw/ppc: Convert various devices away from old_mmio Peter Maydell
2018-08-02 14:44 ` [Qemu-devel] [PATCH 1/3] hw/ppc/prep: Remove ifdeffed-out stub of XCSR code Peter Maydell
2018-08-02 15:45   ` Philippe Mathieu-Daudé
2018-08-02 15:54     ` Peter Maydell
2018-08-02 16:14       ` Philippe Mathieu-Daudé
2018-08-02 17:34   ` Hervé Poussineau
2018-08-02 14:44 ` [Qemu-devel] [PATCH 2/3] hw/ppc/ppc_boards: Don't use old_mmio for ref405ep_fpga Peter Maydell
2018-08-02 15:58   ` Philippe Mathieu-Daudé
2018-08-02 16:40     ` Peter Maydell
2018-08-02 17:08       ` Philippe Mathieu-Daudé
2018-08-02 14:44 ` [Qemu-devel] [PATCH 3/3] hw/ppc/ppc405_uc: Convert away from old_mmio Peter Maydell
2018-08-02 16:00   ` Philippe Mathieu-Daudé
2018-08-03  5:31 ` [Qemu-devel] [PATCH 0/3] hw/ppc: Convert various devices " David Gibson

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