From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49137) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiP34-0001h0-Im for qemu-devel@nongnu.org; Tue, 11 Dec 2012 07:35:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TiP2y-0000mP-BY for qemu-devel@nongnu.org; Tue, 11 Dec 2012 07:34:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39620) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiP2y-0000mE-3v for qemu-devel@nongnu.org; Tue, 11 Dec 2012 07:34:52 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qBBCYp53001291 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 11 Dec 2012 07:34:51 -0500 From: Juan Quintela Date: Tue, 11 Dec 2012 13:34:47 +0100 Message-Id: <1355229289-27574-1-git-send-email-quintela@redhat.com> Subject: [Qemu-devel] [PULL 0/2] migration queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi Anthony, this fixes two errors on the migration code, could you pull? Thanks, Juan. The following changes since commit 1c97e303d4ea80a2691334b0febe87a50660f99d: Merge remote-tracking branch 'afaerber/qom-cpu' into staging (2012-12-10 08:35:15 -0600) are available in the git repository at: git://repo.or.cz/qemu/quintela.git migration.next for you to fetch changes up to 77db8657048f233edf21e1a9ebdc30a367fbdc36: migration: Fix madvise breakage if host and guest have different page sizes (2012-12-11 12:45:56 +0100) ---------------------------------------------------------------- David Gibson (2): Fix off-by-1 error in RAM migration code migration: Fix madvise breakage if host and guest have different page sizes arch_init.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)