From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZKqH-00029F-JE for qemu-devel@nongnu.org; Fri, 26 Feb 2016 11:02:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZKqG-0000jz-LW for qemu-devel@nongnu.org; Fri, 26 Feb 2016 11:02:09 -0500 Received: from mail-vk0-x22f.google.com ([2607:f8b0:400c:c05::22f]:33440) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZKqG-0000jm-Gu for qemu-devel@nongnu.org; Fri, 26 Feb 2016 11:02:08 -0500 Received: by mail-vk0-x22f.google.com with SMTP id k196so81766788vka.0 for ; Fri, 26 Feb 2016 08:02:08 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: Peter Maydell Date: Fri, 26 Feb 2016 16:01:48 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL v3 0/6] migration pull List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: Juan Quintela , qemu list , Matthew Fortune , "Denis V. Lunev" , richard.weiyang@gmail.com, "Dr. David Alan Gilbert" , Sascha Silbe On 26 February 2016 at 15:17, Amit Shah wrote: > The following changes since commit 0c6940d086f39bbf725d96104abe46da87429cb6: > > build: [bsd-user] Rename "syscall.h" to "target_syscall.h" in target directories (2016-02-25 16:41:08 +0000) > > are available in the git repository at: > > https://git.kernel.org/pub/scm/virt/qemu/amit/migration.git tags/migration-for-2.6-5 > > for you to fetch changes up to ea6a55bcc0d144ac5086cebf7f84afa7071afe90: > > migration (postcopy): move bdrv_invalidate_cache_all of of coroutine context (2016-02-26 20:40:08 +0530) > > ---------------------------------------------------------------- > migration pull > - fix a qcow2 assert > - fix for older distros (CentOS 5) > - documentation for vmstate flags > - minor code rearrangement Applied, thanks. -- PMM