From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bcVc9-0006GY-1u for qemu-devel@nongnu.org; Wed, 24 Aug 2016 06:40:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bcVc2-0000zT-KP for qemu-devel@nongnu.org; Wed, 24 Aug 2016 06:40:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35962) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bcVc2-0000zG-EI for qemu-devel@nongnu.org; Wed, 24 Aug 2016 06:40:50 -0400 From: "Dr. David Alan Gilbert (git)" Date: Wed, 24 Aug 2016 11:40:41 +0100 Message-Id: <1472035246-12483-1-git-send-email-dgilbert@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v2 0/5] vmstateify a bunch of rare devices [for 2.8] List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, peter.maydell@linaro.org, hpoussin@reactos.org Cc: amit.shah@redhat.com, quintela@redhat.com From: "Dr. David Alan Gilbert" In an effort to nibble away at register_savevm users, this set removes 5 more and converts them to vmstate. The ssd0323 seems to test OK with Peter's Stellaris test. The rc4030 has a tested-by from Herv=C3=A9. The other 3 I'm less sure of; the ssi-sd is similar to the ssd0323; the two tsc2xxx devices I've not got a test for (or at least a test that works prior to the changes). (This is v2 since I previously posted the rc4030 and ssd0323 back in July= ; but it seems to make sense to roll this lot together) Dave Dr. David Alan Gilbert (5): vmstateify ssd0323 display vmstateify rc4030 vmstateify ssi-sd vmstateify tsc2005 vmstateify tsc210x hw/display/ssd0323.c | 102 +++++++++++--------------- hw/dma/rc4030.c | 81 +++++++-------------- hw/input/tsc2005.c | 154 +++++++++++++++------------------------- hw/input/tsc210x.c | 197 +++++++++++++++++++++++----------------------= ------ hw/sd/ssi-sd.c | 70 ++++++++---------- 5 files changed, 241 insertions(+), 363 deletions(-) --=20 2.7.4