From: "Benoît Canet" <benoit.canet@gmail.com>
To: qemu-devel@nongnu.org
Cc: "Benoît Canet" <benoit.canet@gmail.com>, avi@redhat.com
Subject: [Qemu-devel] [[PATCH V2] 0/5]
Date: Thu, 17 Nov 2011 14:22:57 +0100 [thread overview]
Message-ID: <1321536182-10150-1-git-send-email-benoit.canet@gmail.com> (raw)
These patches converts the remaining sh4 devices to the memory API.
The patch "sh_intc: convert interrupt controller to memory API" is
somewhat tricky
V2:
Cosmetic change of a memory region size in
"sh7750: convert memory controller/ioport to memory API".
Remove the realloc in "convert interrupt controller to memory API"
to make is safer even we loose some extra pointers.
Benoît Canet (5):
sh7750: convert memory controller/ioport to memory API
sh7750: convert cache and tlb to memory API
sh_timer: convert to memory API
sh_intc: convert interrupt controller to memory API
sh_serial: convert to memory API
hw/r2d.c | 2 +-
hw/sh.h | 9 ++-
hw/sh7750.c | 155 +++++++++++++++++++++++++++++----------------------
hw/sh_intc.c | 85 +++++++++++++++++++---------
hw/sh_intc.h | 7 ++-
hw/sh_serial.c | 55 ++++++++++--------
hw/sh_timer.c | 43 ++++++++------
hw/shix.c | 2 +-
target-sh4/helper.c | 3 +
9 files changed, 215 insertions(+), 146 deletions(-)
--
1.7.5.4
next reply other threads:[~2011-11-17 13:23 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-17 13:22 Benoît Canet [this message]
2011-11-17 13:22 ` [Qemu-devel] [[PATCH V2] 1/5] sh7750: convert memory controller/ioport to memory API Benoît Canet
2011-11-17 13:22 ` [Qemu-devel] [[PATCH V2] 2/5] sh7750: convert cache and tlb " Benoît Canet
2011-11-17 13:23 ` [Qemu-devel] [[PATCH V2] 3/5] sh_timer: convert " Benoît Canet
2011-11-17 13:23 ` [Qemu-devel] [[PATCH V2] 4/5] sh_intc: convert interrupt controller " Benoît Canet
2011-11-17 13:23 ` [Qemu-devel] [[PATCH V2] 5/5] sh_serial: convert " Benoît Canet
2011-11-17 16:02 ` [Qemu-devel] [[PATCH V2] 0/5] Avi Kivity
-- strict thread matches above, loose matches on Subject: below --
2016-11-07 14:44 [Qemu-devel] [PATCH v2 0/5] Bastian Koppelmann
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=1321536182-10150-1-git-send-email-benoit.canet@gmail.com \
--to=benoit.canet@gmail.com \
--cc=avi@redhat.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.