From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-arm@nongnu.org, qemu-devel@nongnu.org
Cc: patches@linaro.org
Subject: [Qemu-arm] [PATCH 0/2] arm: convert a couple of devices away from old_mmio
Date: Fri, 27 Apr 2018 18:36:09 +0100 [thread overview]
Message-ID: <20180427173611.10281-1-peter.maydell@linaro.org> (raw)
We've had an API transition running for years for MemoryRegionOps
away from the old_mmio function-per-width to the new-style single
function each for read and write. This patchset converts a couple
of devices used in Arm machines to the new style.
This leaves us with:
* hw/char/parallel
* hw/block/pflash_cfi02
* hw/display/vga-isa-mm
* hw/input/pckbd
* hw/intc/apic
* hw/m68k/mcf5206
* hw/net/pcinet-pci
* hw/pci-host/bonito
* hw/ppc/ppc405_boards
* hw/ppc/ppc405_uc
* hw/ppc/prep
* hw/sh4/sh7750
* hw/timer/m48t59
* hw/watchdog/wdt_i6300esb
for 17 uses in total.
The conversions are fairly simple, so it would be nice to get
this transition done for the next release -- then we can delete
the code in memory.c that has to consider old_mmio.
thanks
-- PMM
Peter Maydell (2):
hw/usb/tusb6010: Convert away from old_mmio
hw/net/smc91c111: Convert away from old_mmio
hw/net/smc91c111.c | 54 +++++++++++++++++++++-------------------------
hw/usb/tusb6010.c | 40 ++++++++++++++++++++++++++++++----
2 files changed, 61 insertions(+), 33 deletions(-)
--
2.17.0
next reply other threads:[~2018-04-27 17:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-27 17:36 Peter Maydell [this message]
2018-04-27 17:36 ` [Qemu-arm] [PATCH 1/2] hw/usb/tusb6010: Convert away from old_mmio Peter Maydell
2018-05-01 19:16 ` [Qemu-arm] [Qemu-devel] " Richard Henderson
2018-04-27 17:36 ` [Qemu-arm] [PATCH 2/2] hw/net/smc91c111: " Peter Maydell
2018-05-01 19:17 ` [Qemu-devel] " Richard Henderson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180427173611.10281-1-peter.maydell@linaro.org \
--to=peter.maydell@linaro.org \
--cc=patches@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).