mbox series

[0/6] More conversions away from old_mmio

Message ID 20180601141223.26630-1-peter.maydell@linaro.org
Headers show
Series More conversions away from old_mmio | expand

Message

Peter Maydell June 1, 2018, 2:12 p.m. UTC
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

Comments

Peter Maydell June 11, 2018, 2:06 p.m. UTC | #1
On 1 June 2018 at 15:12, Peter Maydell <peter.maydell@linaro.org> wrote:
> 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


Ping for review on patches 1, 4, 5, 6, please?

thanks
-- PMM
Peter Maydell June 15, 2018, 9:58 a.m. UTC | #2
On 11 June 2018 at 15:06, Peter Maydell <peter.maydell@linaro.org> wrote:
> On 1 June 2018 at 15:12, Peter Maydell <peter.maydell@linaro.org> wrote:

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

>

> Ping for review on patches 1, 4, 5, 6, please?


Thanks all for the review. I propose to put these in via
target-arm.next for (my) convenience, though they're not
really very arm-related.

thanks
-- PMM