From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYo7k-0002jA-69 for qemu-devel@nongnu.org; Thu, 25 Feb 2016 00:06:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYo7g-00079p-Up for qemu-devel@nongnu.org; Thu, 25 Feb 2016 00:06:00 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56599) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYo7g-00079Q-Pp for qemu-devel@nongnu.org; Thu, 25 Feb 2016 00:05:56 -0500 Date: Thu, 25 Feb 2016 10:35:52 +0530 From: Amit Shah Message-ID: <20160225050552.GL10967@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 > --- > 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. > > This is based on my understanding of the code, not necessarily what > the original author(s) intended. Thanks, I've pulled this in my queue. There's one new flag added: VMS_MULTIPLY_ELEMENTS. Do you want to send a follow-up patch to add a description to that one as well? Amit