From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59826) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQwhv-0002h8-NA for qemu-devel@nongnu.org; Wed, 03 Feb 2016 07:38:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQwhr-0004FX-Nn for qemu-devel@nongnu.org; Wed, 03 Feb 2016 07:38:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35589) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQwhr-0004FR-IU for qemu-devel@nongnu.org; Wed, 03 Feb 2016 07:38:47 -0500 Date: Wed, 3 Feb 2016 18:08:44 +0530 From: Amit Shah Message-ID: <20160203123844.GB20527@grmbl.mre> References: <20160115092419.GA2432@work-vm> <1453408767-4905-1-git-send-email-silbe@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1453408767-4905-1-git-send-email-silbe@linux.vnet.ibm.com> Subject: Re: [Qemu-devel] [PATCH qemu] migration/vmstate: document VMStateFlags List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sascha Silbe Cc: "Michael S. Tsirkin" , qemu-devel@nongnu.org, "Dr. David Alan Gilbert" , Juan Quintela On (Thu) 21 Jan 2016 [21:39:27], Sascha Silbe wrote: > The VMState API is rather sparsely documented. Start by describing the > meaning of all VMStateFlags. > > Signed-off-by: Sascha Silbe Thanks, this is much needed. I'm just returning from a long trip, will go through this in a bit. Amit