From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51913) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYANU-0007Lp-NQ for qemu-devel@nongnu.org; Tue, 23 Feb 2016 05:39:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYANR-0006ew-GE for qemu-devel@nongnu.org; Tue, 23 Feb 2016 05:39:36 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50603) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYANR-0006es-Bf for qemu-devel@nongnu.org; Tue, 23 Feb 2016 05:39:33 -0500 Date: Tue, 23 Feb 2016 16:09:24 +0530 From: Amit Shah Message-ID: <20160223103924.GI10967@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 Reviewed-by: Amit Shah > --- > Since I had to dive into the code for debugging the migration breakage > anyway, I figured I could just as well write down the result in the > form of comments so the next one trying to make some sense out of it > will have a better start. Yes, nice. Thanks! Amit