From: "Benoît Canet" <benoit.canet@gmail.com>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, "Benoît Canet" <benoit.canet@gmail.com>
Subject: [Qemu-devel] [PATCH V2 00/15] V2 arm: more memory API and VMState conversion
Date: Mon, 24 Oct 2011 23:03:26 +0200 [thread overview]
Message-ID: <1319490221-5854-2-git-send-email-benoit.canet@gmail.com> (raw)
In-Reply-To: <1319490221-5854-1-git-send-email-benoit.canet@gmail.com>
This version fix coding style issues.
These patches apply against akivity memory/master.
They convert syborg to memory API and various
arm related component to VMState.
Omap boards where not modified because Linaro is
currently refactoring them.
Xscale was left apart too.
Benoît Canet (15):
marvell_88x8618_audio: convert to memory API
mst_fpga: convert to memory API
syborg_fb: convert to memory API
syborg_interrupt: convert to memory API
syborg_keyboard: convert to memory API
syborg_pointer: convert to memory API
syborg_rtc: convert to memory API
syborg_serial: convert to memory API
syborg_timer: convert to memory API
syborg_virtio: convert to memory API
pl181: add vmstate
bitbang_i2c: convert to VMState
realview: convert realview i2c to VMState
integratorcp: convert integratorcm to VMState
integratorcp: convert icp_pic to VMState
hw/bitbang_i2c.c | 92 +++++++++++++++++++++++++++++---------------
hw/integratorcp.c | 38 ++++++++++++++++++
hw/marvell_88w8618_audio.c | 28 +++++--------
hw/mst_fpga.c | 29 ++++++--------
hw/pl181.c | 40 +++++++++++++++++--
hw/realview.c | 21 +++++++++-
hw/syborg_fb.c | 28 +++++--------
hw/syborg_interrupt.c | 29 ++++++--------
hw/syborg_keyboard.c | 28 +++++--------
hw/syborg_pointer.c | 28 +++++--------
hw/syborg_rtc.c | 28 +++++--------
hw/syborg_serial.c | 28 +++++--------
hw/syborg_timer.c | 27 +++++--------
hw/syborg_virtio.c | 30 +++++++--------
14 files changed, 268 insertions(+), 206 deletions(-)
--
1.7.4.1
next prev parent reply other threads:[~2011-10-24 21:01 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-24 21:03 [Qemu-devel] (no subject) Benoît Canet
2011-10-24 21:03 ` Benoît Canet [this message]
2011-10-24 21:03 ` [Qemu-devel] [PATCH 01/15] marvell_88x8618_audio: convert to memory API Benoît Canet
2011-10-24 21:03 ` [Qemu-devel] [PATCH 02/15] mst_fpga: " Benoît Canet
2011-10-24 21:03 ` [Qemu-devel] [PATCH 03/15] syborg_fb: " Benoît Canet
2011-10-24 21:03 ` [Qemu-devel] [PATCH 04/15] syborg_interrupt: " Benoît Canet
2011-10-24 21:03 ` [Qemu-devel] [PATCH 05/15] syborg_keyboard: " Benoît Canet
2011-10-24 21:03 ` [Qemu-devel] [PATCH 06/15] syborg_pointer: " Benoît Canet
2011-10-24 21:03 ` [Qemu-devel] [PATCH 07/15] syborg_rtc: " Benoît Canet
2011-10-24 21:03 ` [Qemu-devel] [PATCH 08/15] syborg_serial: " Benoît Canet
2011-10-24 21:03 ` [Qemu-devel] [PATCH 09/15] syborg_timer: " Benoît Canet
2011-10-24 21:03 ` [Qemu-devel] [PATCH 10/15] syborg_virtio: " Benoît Canet
2011-10-24 21:03 ` [Qemu-devel] [PATCH 11/15] pl181: add vmstate Benoît Canet
2011-10-24 21:03 ` [Qemu-devel] [PATCH 12/15] bitbang_i2c: convert to VMState Benoît Canet
2011-10-24 21:03 ` [Qemu-devel] [PATCH 13/15] realview: convert realview i2c " Benoît Canet
2011-10-24 21:03 ` [Qemu-devel] [PATCH 14/15] integratorcp: convert integratorcm " Benoît Canet
2011-10-24 21:03 ` [Qemu-devel] [PATCH 15/15] integratorcp: convert icp_pic " Benoît Canet
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=1319490221-5854-2-git-send-email-benoit.canet@gmail.com \
--to=benoit.canet@gmail.com \
--cc=peter.maydell@linaro.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 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.