From patchwork Tue Dec 11 12:34:47 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Juan Quintela X-Patchwork-Id: 205195 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 9D4432C008C for ; Tue, 11 Dec 2012 23:35:16 +1100 (EST) Received: from localhost ([::1]:48759 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiP3K-0001jv-Ku for incoming@patchwork.ozlabs.org; Tue, 11 Dec 2012 07:35:14 -0500 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 Received: from trasno.mitica (ovpn-113-46.phx2.redhat.com [10.3.113.46]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id qBBCYnSa009223; Tue, 11 Dec 2012 07:34:50 -0500 From: Juan Quintela To: qemu-devel@nongnu.org Date: Tue, 11 Dec 2012 13:34:47 +0100 Message-Id: <1355229289-27574-1-git-send-email-quintela@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PULL 0/2] migration queue X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@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(-)