From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50346) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFbxK-0006F4-8s for qemu-devel@nongnu.org; Wed, 22 Jun 2016 02:48:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bFbxH-0005ea-3f for qemu-devel@nongnu.org; Wed, 22 Jun 2016 02:48:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50319) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFbxG-0005eW-U8 for qemu-devel@nongnu.org; Wed, 22 Jun 2016 02:48:07 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 44FA57F09A for ; Wed, 22 Jun 2016 06:48:06 +0000 (UTC) Message-ID: <1466578084.16954.17.camel@redhat.com> From: Gerd Hoffmann Date: Wed, 22 Jun 2016 08:48:04 +0200 In-Reply-To: <1466536447-30146-12-git-send-email-dgilbert@redhat.com> References: <1466536447-30146-1-git-send-email-dgilbert@redhat.com> <1466536447-30146-12-git-send-email-dgilbert@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 11/13] virtio-input: Wrap in vmstate List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: qemu-devel@nongnu.org, mst@redhat.com, amit.shah@redhat.com, quintela@redhat.com On Di, 2016-06-21 at 20:14 +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" >=20 > Forcibly convert it to a vmstate wrapper; proper conversion > comes later. FYI: Should be an easy target for proper conversion as virtio-input doesn't need to save any device-specific state beside the usual virtio and pci bits. cheers, Gerd