From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:42463) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIRG5-000228-QZ for qemu-devel@nongnu.org; Mon, 24 Oct 2011 16:36:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RIRG4-0005Bj-SX for qemu-devel@nongnu.org; Mon, 24 Oct 2011 16:36:33 -0400 Received: from mail-ww0-f53.google.com ([74.125.82.53]:51156) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIRG4-0005Bc-OF for qemu-devel@nongnu.org; Mon, 24 Oct 2011 16:36:32 -0400 Received: by wwi36 with SMTP id 36so8710678wwi.10 for ; Mon, 24 Oct 2011 13:36:31 -0700 (PDT) From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Mon, 24 Oct 2011 22:38:19 +0200 Message-Id: <1319488713-3482-1-git-send-email-benoit.canet@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 00/14] arm: more memory API and VMState conversion List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, =?UTF-8?q?Beno=C3=AEt=20Canet?= 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