qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] More conversions away from old_mmio
@ 2018-06-01 14:12 Peter Maydell
  2018-06-01 14:12 ` [Qemu-devel] [PATCH 1/6] hw/sh/sh7750: Convert " Peter Maydell
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Peter Maydell @ 2018-06-01 14:12 UTC (permalink / raw)
  To: qemu-devel
  Cc: patches, Kevin Wolf, Max Reitz, Michael S. Tsirkin, Paolo Bonzini,
	Thomas Huth, Aurelien Jarno, qemu-block, Yongbok Kim

Half a dozen miscellaneous conversions away from old_mmio usage
in the MemoryRegionOps struct. This leaves us with only 10
remaining in the tree.

NB: mips parts tested only via 'make check'.

thanks
-- PMM

Peter Maydell (6):
  hw/sh/sh7750: Convert away from old_mmio
  hw/m68k/mcf5206: Convert away from old_mmio
  hw/block/pflash_cfi02: Convert away from old_mmio
  hw/watchdog/wdt_i6300esb: Convert away from old_mmio
  hw/input/pckbd: Convert away from old_mmio
  hw/char/parallel: Convert away from old_mmio

 hw/block/pflash_cfi02.c    | 97 +++++++-------------------------------
 hw/char/parallel.c         | 50 +++++---------------
 hw/input/pckbd.c           | 14 +++---
 hw/m68k/mcf5206.c          | 48 ++++++++++++++-----
 hw/sh4/sh7750.c            | 44 +++++++++++++----
 hw/watchdog/wdt_i6300esb.c | 48 ++++++++++++++-----
 6 files changed, 145 insertions(+), 156 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2018-06-15  9:59 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-01 14:12 [Qemu-devel] [PATCH 0/6] More conversions away from old_mmio Peter Maydell
2018-06-01 14:12 ` [Qemu-devel] [PATCH 1/6] hw/sh/sh7750: Convert " Peter Maydell
2018-06-11 15:47   ` Philippe Mathieu-Daudé
2018-06-01 14:12 ` [Qemu-devel] [PATCH 2/6] hw/m68k/mcf5206: " Peter Maydell
2018-06-02  6:38   ` Thomas Huth
2018-06-01 14:12 ` [Qemu-devel] [PATCH 3/6] hw/block/pflash_cfi02: " Peter Maydell
2018-06-04 10:28   ` Max Reitz
2018-06-11 15:22   ` Philippe Mathieu-Daudé
2018-06-01 14:12 ` [Qemu-devel] [PATCH 4/6] hw/watchdog/wdt_i6300esb: " Peter Maydell
2018-06-11 15:48   ` Philippe Mathieu-Daudé
2018-06-01 14:12 ` [Qemu-devel] [PATCH 5/6] hw/input/pckbd: " Peter Maydell
2018-06-11 15:26   ` Philippe Mathieu-Daudé
2018-06-01 14:12 ` [Qemu-devel] [PATCH 6/6] hw/char/parallel: " Peter Maydell
2018-06-11 15:24   ` Philippe Mathieu-Daudé
2018-06-11 14:06 ` [Qemu-devel] [PATCH 0/6] More conversions " Peter Maydell
2018-06-15  9:58   ` 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).