qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/14] arm: more memory API and VMState conversion
@ 2011-10-24 20:38 Benoît Canet
  2011-10-24 20:38 ` [Qemu-devel] [PATCH 01/14] mst_fpga: convert to memory API Benoît Canet
                   ` (14 more replies)
  0 siblings, 15 replies; 18+ messages in thread
From: Benoît Canet @ 2011-10-24 20:38 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, Benoît Canet

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 (14):
  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/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    |   26 +++++--------
 13 files changed, 253 insertions(+), 189 deletions(-)

-- 
1.7.4.1

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2011-10-25 11:06 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-24 20:38 [Qemu-devel] [PATCH 00/14] arm: more memory API and VMState conversion Benoît Canet
2011-10-24 20:38 ` [Qemu-devel] [PATCH 01/14] mst_fpga: convert to memory API Benoît Canet
2011-10-24 20:38 ` [Qemu-devel] [PATCH 02/14] syborg_fb: " Benoît Canet
2011-10-24 20:38 ` [Qemu-devel] [PATCH 03/14] syborg_interrupt: " Benoît Canet
2011-10-24 20:38 ` [Qemu-devel] [PATCH 04/14] syborg_keyboard: " Benoît Canet
2011-10-24 20:38 ` [Qemu-devel] [PATCH 05/14] syborg_pointer: " Benoît Canet
2011-10-24 20:38 ` [Qemu-devel] [PATCH 06/14] syborg_rtc: " Benoît Canet
2011-10-24 20:38 ` [Qemu-devel] [PATCH 07/14] syborg_serial: " Benoît Canet
2011-10-24 20:38 ` [Qemu-devel] [PATCH 08/14] syborg_timer: " Benoît Canet
2011-10-24 20:38 ` [Qemu-devel] [PATCH 09/14] syborg_virtio: " Benoît Canet
2011-10-24 20:38 ` [Qemu-devel] [PATCH 10/14] pl181: add vmstate Benoît Canet
2011-10-24 20:38 ` [Qemu-devel] [PATCH 11/14] bitbang_i2c: convert to VMState Benoît Canet
2011-10-24 20:38 ` [Qemu-devel] [PATCH 12/14] realview: convert realview i2c " Benoît Canet
2011-10-24 20:38 ` [Qemu-devel] [PATCH 13/14] integratorcp: convert integratorcm " Benoît Canet
2011-10-24 20:38 ` [Qemu-devel] [PATCH 14/14] integratorcp: convert icp_pic " Benoît Canet
2011-10-25  8:49 ` [Qemu-devel] [PATCH 00/14] arm: more memory API and VMState conversion Avi Kivity
2011-10-25  9:03   ` Benoît Canet
2011-10-25 11:06     ` Avi Kivity

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