From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNzrh-0004ya-84 for qemu-devel@nongnu.org; Fri, 15 Jul 2016 05:57:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bNzrd-00078d-2c for qemu-devel@nongnu.org; Fri, 15 Jul 2016 05:57:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39625) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNzrc-00078Z-Sv for qemu-devel@nongnu.org; Fri, 15 Jul 2016 05:56:56 -0400 Message-ID: <1468576615.22036.2.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 15 Jul 2016 11:56:55 +0200 In-Reply-To: <1468516976-20140-14-git-send-email-dgilbert@redhat.com> References: <1468516976-20140-1-git-send-email-dgilbert@redhat.com> <1468516976-20140-14-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 13/14] virtio-gpu: 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 > --- > hw/display/virtio-gpu.c | 17 +++++++---------- > 1 file changed, 7 insertions(+), 10 deletions(-) Reviewed-by: Gerd Hoffmann