From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47855) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2PDF-0000LB-5B for qemu-devel@nongnu.org; Tue, 28 Feb 2012 10:43:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S2PD9-0003e2-S5 for qemu-devel@nongnu.org; Tue, 28 Feb 2012 10:43:36 -0500 Received: from smtp.eu.citrix.com ([62.200.22.115]:45689) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2PD9-0003dI-M7 for qemu-devel@nongnu.org; Tue, 28 Feb 2012 10:43:31 -0500 Date: Tue, 28 Feb 2012 15:50:06 +0000 From: Stefano Stabellini Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Subject: [Qemu-devel] [PATCH RESEND v5 0/6] save/restore on Xen List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" Cc: Jan Kiszka , "xen-devel@lists.xensource.com" , Avi Kivity , Anthony Liguori , Stefano Stabellini Hi all, this is the fifth version of the Xen save/restore patch series. We have been discussing this issue for quite a while on #qemu and qemu-devel: http://marc.info/?l=qemu-devel&m=132346828427314&w=2 http://marc.info/?l=qemu-devel&m=132377734605464&w=2 Please review the first three patches that touch generic code. This patch series have been lying around for quite a while and it is now blocking patches from getting in xen-unstable. Changes in v5: - rebased on b4bd0b168e9f4898b98308f4a8a089f647a86d16. Changes in v4: - following Anthony's suggestion I have introduced a new monitor command to save the non-ram device state to file; - I have also removed the hack not to reset the cirrus videoram on restore, because it turns out that the videoram doesn't need to be reset in the reset handler at all (tested on Win2K, where the problem was found in the first place). This is the list of patches with a diffstat: Anthony PERARD (2): xen mapcache: check if memory region has moved. xen: do not allocate RAM during INMIGRATE runstate Stefano Stabellini (4): cirrus_vga: do not reset videoram Introduce "save_devices" xen: record physmap changes to xenstore Set runstate to INMIGRATE earlier block-migration.c | 2 +- hmp-commands.hx | 14 +++++++ hw/cirrus_vga.c | 4 -- qmp-commands.hx | 17 +++++++++ savevm.c | 72 ++++++++++++++++++++++++++++++++++++- sysemu.h | 1 + vl.c | 4 +- vmstate.h | 1 + xen-all.c | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++- xen-mapcache.c | 22 ++++++++++-- xen-mapcache.h | 9 ++++- 11 files changed, 235 insertions(+), 15 deletions(-) git://xenbits.xen.org/people/sstabellini/qemu-dm.git saverestore-5 Cheers, Stefano From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Stabellini Subject: [PATCH RESEND v5 0/6] save/restore on Xen Date: Tue, 28 Feb 2012 15:50:06 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org To: "qemu-devel@nongnu.org" Cc: Jan Kiszka , "xen-devel@lists.xensource.com" , Avi Kivity , Anthony Liguori , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org Hi all, this is the fifth version of the Xen save/restore patch series. We have been discussing this issue for quite a while on #qemu and qemu-devel: http://marc.info/?l=qemu-devel&m=132346828427314&w=2 http://marc.info/?l=qemu-devel&m=132377734605464&w=2 Please review the first three patches that touch generic code. This patch series have been lying around for quite a while and it is now blocking patches from getting in xen-unstable. Changes in v5: - rebased on b4bd0b168e9f4898b98308f4a8a089f647a86d16. Changes in v4: - following Anthony's suggestion I have introduced a new monitor command to save the non-ram device state to file; - I have also removed the hack not to reset the cirrus videoram on restore, because it turns out that the videoram doesn't need to be reset in the reset handler at all (tested on Win2K, where the problem was found in the first place). This is the list of patches with a diffstat: Anthony PERARD (2): xen mapcache: check if memory region has moved. xen: do not allocate RAM during INMIGRATE runstate Stefano Stabellini (4): cirrus_vga: do not reset videoram Introduce "save_devices" xen: record physmap changes to xenstore Set runstate to INMIGRATE earlier block-migration.c | 2 +- hmp-commands.hx | 14 +++++++ hw/cirrus_vga.c | 4 -- qmp-commands.hx | 17 +++++++++ savevm.c | 72 ++++++++++++++++++++++++++++++++++++- sysemu.h | 1 + vl.c | 4 +- vmstate.h | 1 + xen-all.c | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++- xen-mapcache.c | 22 ++++++++++-- xen-mapcache.h | 9 ++++- 11 files changed, 235 insertions(+), 15 deletions(-) git://xenbits.xen.org/people/sstabellini/qemu-dm.git saverestore-5 Cheers, Stefano