From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dusp7-0003sE-F1 for qemu-devel@nongnu.org; Thu, 21 Sep 2017 00:10:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dusp3-0008Mv-Ez for qemu-devel@nongnu.org; Thu, 21 Sep 2017 00:10:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34594) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dusp3-0008M1-8s for qemu-devel@nongnu.org; Thu, 21 Sep 2017 00:10:45 -0400 Date: Thu, 21 Sep 2017 12:10:39 +0800 From: Peter Xu Message-ID: <20170921041039.GD30661@pxdev.xzpeter.org> References: <20170920104639.2335-1-quintela@redhat.com> <87o9q5k348.fsf@secure.laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 00/16] Migration PULL request List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Juan Quintela , QEMU Developers , Laurent Vivier , "Dr. David Alan Gilbert" On Wed, Sep 20, 2017 at 08:32:46PM +0100, Peter Maydell wrote: > On 20 September 2017 at 12:42, Juan Quintela wrot= e: > > Juan Quintela wrote: > >> Hi > >> > >> To make merges easier, this includes: > >> - Peter Xu reviewed patches from Postocpy recovery (3) > >> - Alexey reviewed pages from block postcopy (4) > > > > I meaned here to include Vladimir series. This is incomplete. > > > > Nacked myself. >=20 > It also fails to build on ppc64 and s390x (so probably > all bigendian hosts): >=20 > /home/pm215/qemu/util/bitmap.c: In function =E2=80=98bitmap_to_from_le=E2= =80=99: > /home/pm215/qemu/util/bitmap.c:383:6: error: "__WORD_SIZE" is not > defined [-Werror=3Dundef] > # if __WORD_SIZE =3D=3D 64 > ^ I'll look into this. Thanks, --=20 Peter Xu