From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37319) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e7NlJ-0005rF-Ji for qemu-devel@nongnu.org; Wed, 25 Oct 2017 11:38:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e7NlI-0003Fg-OK for qemu-devel@nongnu.org; Wed, 25 Oct 2017 11:38:33 -0400 Received: from mail-wm0-x233.google.com ([2a00:1450:400c:c09::233]:54411) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e7NlI-0003Dq-Fk for qemu-devel@nongnu.org; Wed, 25 Oct 2017 11:38:32 -0400 Received: by mail-wm0-x233.google.com with SMTP id r68so2789156wmr.3 for ; Wed, 25 Oct 2017 08:38:32 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20171023160800.20540-1-quintela@redhat.com> References: <20171023160800.20540-1-quintela@redhat.com> From: Peter Maydell Date: Wed, 25 Oct 2017 16:38:10 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PULL 00/21] Migration pull request List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: QEMU Developers , Laurent Vivier , "Dr. David Alan Gilbert" , Peter Xu On 23 October 2017 at 17:07, Juan Quintela wrote: > Hi > > This includes: > > - Postocpy bitmap on destination (alexey) > - pre-switchover patches (dave) > - ram_state cleanup (peter) > - reviewed part of set_migrate_state (me) > - grammar fix from eric > - patch reviewed from multifd > > Please, Apply. > > The following changes since commit e822e81e350825dd94f41ee2538ff1432b812eb9: > > Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2017-10-20 15:04:00 +0100) > > are available in the git repository at: > > git://github.com/juanquintela/qemu.git tags/migration/20171023 > > for you to fetch changes up to 87db1a7d89677e3dbc8b3763e417b9376009bdbb: > > migration: Improve migration thread error handling (2017-10-23 18:03:43 +0200) > > ---------------------------------------------------------------- > migration/next for 20171023 > Applied, thanks. -- PMM