xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] libxl: save additional info to the qemu chunk
@ 2012-01-19 12:12 Stefano Stabellini
  2012-01-19 12:12 ` [PATCH 1/3] libxc: add a callback to xc_domain_restore Stefano Stabellini
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Stefano Stabellini @ 2012-01-19 12:12 UTC (permalink / raw)
  To: xen-devel; +Cc: Stefano Stabellini

Hi all,
this patch series introduces an optional callback argument to
xc_domain_restore that can be used by toolstacks to restore the qemu
state (and whatever else is present in the qemu chunk) as they see fit.
The callback is used by libxl to restore some additional information
from the qemu chunk (saving the qemu chunk is already fully handled by
libxl).


Stefano Stabellini (3):
      libxc: add a callback to xc_domain_restore
      libxl: extract the qemu state file from the save image
      libxl: introduce QEMU_HEADER

 tools/libxc/xc_domain_restore.c |   19 ++++--
 tools/libxc/xenguest.h          |   17 ++++-
 tools/libxl/libxl_dm.c          |    5 ++
 tools/libxl/libxl_dom.c         |  142 +++++++++++++++++++++++++++++++++++++-
 tools/libxl/libxl_internal.h    |    2 +
 tools/xcutils/xc_restore.c      |    3 +-
 6 files changed, 175 insertions(+), 13 deletions(-)

Cheers,

Stefano

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

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

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-19 12:12 [PATCH 0/3] libxl: save additional info to the qemu chunk Stefano Stabellini
2012-01-19 12:12 ` [PATCH 1/3] libxc: add a callback to xc_domain_restore Stefano Stabellini
2012-01-19 12:13 ` [PATCH 2/3] libxl: extract the qemu state file from the save image Stefano Stabellini
2012-01-19 12:13 ` [PATCH 3/3] libxl: introduce QEMU_HEADER Stefano Stabellini
2012-01-19 12:24   ` Ian Campbell
2012-01-19 13:00     ` Stefano Stabellini
2012-01-19 12:13 ` [PATCH 1/3] libxc: add a callback to xc_domain_restore Stefano Stabellini
2012-01-19 12:13 ` [PATCH 2/3] libxl: extract the qemu state file from the save image Stefano Stabellini
2012-01-19 12:13 ` [PATCH 3/3] libxl: introduce QEMU_HEADER Stefano Stabellini
2012-01-19 12:25 ` [PATCH 0/3] libxl: save additional info to the qemu chunk Ian Campbell
2012-01-19 14:00   ` Stefano Stabellini
2012-01-19 14:01     ` Ian Campbell
2012-01-19 14:06       ` Stefano Stabellini
2012-01-19 14:09         ` Ian Campbell

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).