From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36987) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNzrU-0004nL-3h for qemu-devel@nongnu.org; Fri, 15 Jul 2016 05:56:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bNzrQ-000781-U8 for qemu-devel@nongnu.org; Fri, 15 Jul 2016 05:56:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48163) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNzrQ-00077v-Of for qemu-devel@nongnu.org; Fri, 15 Jul 2016 05:56:44 -0400 Message-ID: <1468576602.22036.1.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 15 Jul 2016 11:56:42 +0200 In-Reply-To: <1468516976-20140-12-git-send-email-dgilbert@redhat.com> References: <1468516976-20140-1-git-send-email-dgilbert@redhat.com> <1468516976-20140-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 v3 11/14] 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, cornelia.huck@de.ibm.com On Do, 2016-07-14 at 18:22 +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" >=20 > Forcibly convert it to a vmstate wrapper; proper conversion > comes later. >=20 > Signed-off-by: Dr. David Alan Gilbert > Reviewed-by: Cornelia Huck Reviewed-by: Gerd Hoffmann