qemu-block
[Top][All Lists]
Advanced

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

[Qemu-block] [PATCH 0/6] More conversions away from old_mmio


From: Peter Maydell
Subject: [Qemu-block] [PATCH 0/6] More conversions away from old_mmio
Date: Fri, 1 Jun 2018 15:12:17 +0100

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




reply via email to

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