From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIeuO-0001q3-RM for qemu-devel@nongnu.org; Tue, 25 Oct 2011 07:11:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RIeuN-0003Vn-EZ for qemu-devel@nongnu.org; Tue, 25 Oct 2011 07:11:04 -0400 Received: from mail-wy0-f173.google.com ([74.125.82.173]:61972) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIeuN-0003Vg-AI for qemu-devel@nongnu.org; Tue, 25 Oct 2011 07:11:03 -0400 Received: by wyh15 with SMTP id 15so407688wyh.4 for ; Tue, 25 Oct 2011 04:11:02 -0700 (PDT) From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Tue, 25 Oct 2011 13:09:38 +0200 Message-Id: <1319540983-4248-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 0/5] arm: 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?= , quintela@redhat.com These patches convert various ARM related hardware to the VMState api. They apply on top of akivity/master. BenoƮt Canet (5): 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/pl181.c | 40 +++++++++++++++++++++-- hw/realview.c | 21 +++++++++++- 4 files changed, 154 insertions(+), 37 deletions(-) -- 1.7.5.4