From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WC81s-0000DW-T6 for qemu-devel@nongnu.org; Sat, 08 Feb 2014 08:33:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WC81o-0002re-0T for qemu-devel@nongnu.org; Sat, 08 Feb 2014 08:33:08 -0500 Received: from mail-la0-f48.google.com ([209.85.215.48]:36071) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WC81n-0002rX-PL for qemu-devel@nongnu.org; Sat, 08 Feb 2014 08:33:03 -0500 Received: by mail-la0-f48.google.com with SMTP id mc6so3461161lab.21 for ; Sat, 08 Feb 2014 05:33:02 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1391529334-30526-1-git-send-email-quintela@redhat.com> References: <1391529334-30526-1-git-send-email-quintela@redhat.com> From: Peter Maydell Date: Sat, 8 Feb 2014 13:32:42 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL v2 0/8] migration queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: QEMU Developers , Anthony Liguori On 4 February 2014 15:55, Juan Quintela wrote: > Hi > > After sending the 1st version of this pull, I noticed that I > integrated the wrong version of Orit patches. Resubmitting with the > correct one. > > As a bonus, it includes the reviews-by from David O:-) > > Sorry for the inconveniences, Juan. > > [v1] > > This includes: > - Peter changes to make VMSTATE_STRUCT_POINTER more consistent > - Fix migration with hpratio (ppc on ppc64 basically) > - Orit/Arei cleanups/fixes to xbzrle > > > The following changes since commit 8cfc114a2f293c40077d1bdb7500b29db359ca22: > > linux-user: Fix trampoline code for CRIS (2014-02-03 14:04:00 +0000) > > are available in the git repository at: > > git://github.com/juanquintela/qemu.git tags/migration/20140204-1 Thanks, applied. -- PMM