qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH V2 00/15] V2 arm: more memory API and VMState conver


From: Benoît Canet
Subject: [Qemu-devel] [PATCH V2 00/15] V2 arm: more memory API and VMState conversion
Date: Mon, 24 Oct 2011 23:03:26 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]