qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v7 0/6] save/restore on Xen
@ 2012-03-16 12:11 Stefano Stabellini
  2012-03-16 12:13 ` [Qemu-devel] [PATCH v7 1/6] cirrus_vga: do not reset videoram Stefano Stabellini
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Stefano Stabellini @ 2012-03-16 12:11 UTC (permalink / raw)
  To: qemu-devel@nongnu.org
  Cc: Jan Kiszka, xen-devel@lists.xensource.com, Avi Kivity,
	Anthony Liguori, Stefano Stabellini

Hi all,
this is the seventh 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 second patch: Introduce "save_devices".


Changes in v7:

- rename save_devices to save-devices-state.


Changes in v6:

- remove the is_ram parameter from register_savevm_live and sets is_ram
if the device is a live_savevm device;                                                                                    

- introduce save_devices as a QAPI command, write a better description
for it;                                                                                                                   

- fix CODING_STYLE;                                                                                                       

- introduce a new doc to explain the save format used by save_devices.                                                    


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-state"
      Set runstate to INMIGRATE earlier
      xen: record physmap changes to xenstore

 docs/save-devices-state.txt |   33 ++++++++++++++
 hw/cirrus_vga.c             |    4 --
 qapi-schema.json            |   18 +++++++
 qmp-commands.hx             |   25 ++++++++++
 savevm.c                    |   71 +++++++++++++++++++++++++++++
 vl.c                        |    2 +-
 xen-all.c                   |  104 ++++++++++++++++++++++++++++++++++++++++++-
 xen-mapcache.c              |   22 ++++++++-
 xen-mapcache.h              |    9 +++-
 9 files changed, 276 insertions(+), 12 deletions(-)


git://xenbits.xen.org/people/sstabellini/qemu-dm.git saverestore-7

Cheers,

Stefano

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2012-03-19 11:39 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-16 12:11 [Qemu-devel] [PATCH v7 0/6] save/restore on Xen Stefano Stabellini
2012-03-16 12:13 ` [Qemu-devel] [PATCH v7 1/6] cirrus_vga: do not reset videoram Stefano Stabellini
2012-03-16 12:13 ` [Qemu-devel] [PATCH v7 2/6] Introduce "save-devices-state" Stefano Stabellini
2012-03-16 15:49   ` Eric Blake
2012-03-16 15:58     ` Anthony Liguori
2012-03-16 16:03       ` Eric Blake
2012-03-19 11:48         ` Stefano Stabellini
2012-03-16 16:13     ` Stefano Stabellini
2012-03-16 17:28     ` Luiz Capitulino
2012-03-16 12:13 ` [Qemu-devel] [PATCH v7 3/6] Set runstate to INMIGRATE earlier Stefano Stabellini
2012-03-16 12:13 ` [Qemu-devel] [PATCH v7 4/6] xen: record physmap changes to xenstore Stefano Stabellini
2012-03-16 12:13 ` [Qemu-devel] [PATCH v7 5/6] xen mapcache: check if memory region has moved Stefano Stabellini
2012-03-16 12:13 ` [Qemu-devel] [PATCH v7 6/6] xen: do not allocate RAM during INMIGRATE runstate Stefano Stabellini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).