From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44537) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHVuO-0008D6-Co for qemu-devel@nongnu.org; Fri, 08 Jan 2016 07:12:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHVuJ-0003cx-EQ for qemu-devel@nongnu.org; Fri, 08 Jan 2016 07:12:44 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51471) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHVuJ-0003cs-99 for qemu-devel@nongnu.org; Fri, 08 Jan 2016 07:12:39 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 086B7C09FA86 for ; Fri, 8 Jan 2016 12:12:39 +0000 (UTC) Date: Fri, 8 Jan 2016 17:42:30 +0530 From: Amit Shah Message-ID: <20160108121230.GC17885@grmbl.mre> References: <1452083019-15141-1-git-send-email-dgilbert@redhat.com> <1452083019-15141-2-git-send-email-dgilbert@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1452083019-15141-2-git-send-email-dgilbert@redhat.com> Subject: Re: [Qemu-devel] [PATCH 2/2] migration/virtio: Remove simple .get/.put use List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: mst@redhat.com, qemu-devel@nongnu.org, quintela@redhat.com On (Wed) 06 Jan 2016 [12:23:39], Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > The 'virtqueue_state' and 'ringsize' can be saved using VMSTATE > macros rather than hand coded .get/.put > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Amit Shah Amit