xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] libxl: save/restore qemu physmap
@ 2012-01-30 16:52 Stefano Stabellini
  2012-01-30 16:54 ` [PATCH v3 1/2] libxc: introduce XC_SAVE_ID_TOOLSTACK Stefano Stabellini
  2012-01-30 16:54 ` [PATCH v3 2/2] libxl: save/restore qemu's physmap Stefano Stabellini
  0 siblings, 2 replies; 14+ messages in thread
From: Stefano Stabellini @ 2012-01-30 16:52 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com; +Cc: rshriram, Ian Campbell, Stefano Stabellini

Hi all,
this patch series introduces a new xc_save_id called
XC_SAVE_ID_TOOLSTACK to save/restore toolstack specific information.
Libxl is going to use the new save_id to save and restore qemu's
physmap.


Changes in v3:

- rebased the series;

- xc_domain_restore: read the toolstack data in pagebuf_get_one, call
the callback at finish_hvm;



Changes in v2:

- xc_domain_save frees the buffer allocated by the callback;

- introduce a version number in the libxl save record;

- define libxl__physmap_info and use it to read/store information to the
buffer.


Stefano Stabellini (2):
      libxc: introduce XC_SAVE_ID_TOOLSTACK
      libxl: save/restore qemu's physmap

 tools/libxc/xc_domain_restore.c |   32 +++++++++-
 tools/libxc/xc_domain_save.c    |   17 +++++
 tools/libxc/xenguest.h          |   23 +++++++-
 tools/libxc/xg_save_restore.h   |    1 +
 tools/libxl/libxl_dom.c         |  132 ++++++++++++++++++++++++++++++++++++++-
 tools/xcutils/xc_restore.c      |    2 +-
 6 files changed, 203 insertions(+), 4 deletions(-)

Cheers,

Stefano

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

end of thread, other threads:[~2012-02-01 14:40 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-30 16:52 [PATCH v3 0/2] libxl: save/restore qemu physmap Stefano Stabellini
2012-01-30 16:54 ` [PATCH v3 1/2] libxc: introduce XC_SAVE_ID_TOOLSTACK Stefano Stabellini
2012-01-30 18:41   ` Shriram Rajagopalan
2012-01-31 15:03     ` Stefano Stabellini
2012-01-31 15:08       ` Stefano Stabellini
2012-01-31 17:23         ` Shriram Rajagopalan
2012-01-31 18:58           ` Stefano Stabellini
2012-01-31 22:51             ` Shriram Rajagopalan
2012-02-01 13:53               ` Stefano Stabellini
2012-02-01 14:25                 ` Shriram Rajagopalan
2012-02-01 14:40                   ` Stefano Stabellini
2012-01-30 16:54 ` [PATCH v3 2/2] libxl: save/restore qemu's physmap Stefano Stabellini
2012-01-30 18:02   ` Shriram Rajagopalan
2012-01-30 18:06     ` 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).