From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40494) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SsEMv-0004o8-Ak for qemu-devel@nongnu.org; Fri, 20 Jul 2012 10:39:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SsEMq-0007wt-D4 for qemu-devel@nongnu.org; Fri, 20 Jul 2012 10:39:49 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:34010) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SsEMq-0007wS-7U for qemu-devel@nongnu.org; Fri, 20 Jul 2012 10:39:44 -0400 From: Anthony PERARD Date: Fri, 20 Jul 2012 15:34:37 +0100 Message-ID: <1342794882-30648-1-git-send-email-anthony.perard@citrix.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH V2 0/5] Xen, introducing dirty log for migration. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU-devel Cc: Anthony Liguori , Xen Devel , Stefano Stabellini , Avi Kivity , Anthony PERARD , Luiz Capitulino Hi, This patch set will fix live migration under Xen. For this I introduce a new QMP command to switch global-dirty log and few calls (in exec.c and memory.c) to xen set_dirty function. Change since the first patch set: - New patch to set dirty if not, in exec.c => only one place to add the xen call in exec.c Thanks for your reviews, Anthony PERARD (5): QMP, Introduce xen-set-global-dirty-log command. xen: Introduce xen_modified_memory. exec: Introduce helper to set dirty flags. exec, memory: Call to xen_modified_memory. xen: Always set the vram dirty during migration. exec.c | 43 +++++++++++++++---------------------------- hw/xen.h | 1 + memory.c | 2 ++ qapi-schema.json | 13 +++++++++++++ qmp-commands.hx | 24 ++++++++++++++++++++++++ xen-all.c | 41 +++++++++++++++++++++++++++++++++++++++++ xen-stub.c | 9 +++++++++ 7 files changed, 105 insertions(+), 28 deletions(-) -- Anthony PERARD