xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv1 0/5] tools: rework VM Generation ID
@ 2014-05-21 13:21 David Vrabel
  2014-05-21 13:21 ` [PATCH 1/5] docs: update docs for the ~/platform/generation-id key David Vrabel
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: David Vrabel @ 2014-05-21 13:21 UTC (permalink / raw)
  To: xen-devel; +Cc: Andrew Cooper, Ian Jackson, Ian Campbell, Stefano Stabellini

This series reworks the VM Generation ID to a) conform to the
published spec from Microsoft; b) simplify the save/restore code; and
c) extend the libxl API to allow toolstacks to use this feature.

The VM Generation ID must be regenerated with a new random ID after
certain VM operations. For xl, a new ID is required when restoring
from a saved image (but not after a migration, reboot, pause/unpause).

Can someone advise on the best way to implement this in xl?

We could put a vm-generation-id variable in the domain configuration
file.  This would end up in the saved configuration file and would be
reused or regenerated on restore depending on whether the domain was
migrated or restored from a file.

You can download the spec from:

  http://www.microsoft.com/en-us/download/details.aspx?id=30707

David

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

end of thread, other threads:[~2014-05-22 10:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-21 13:21 [PATCHv1 0/5] tools: rework VM Generation ID David Vrabel
2014-05-21 13:21 ` [PATCH 1/5] docs: update docs for the ~/platform/generation-id key David Vrabel
2014-05-21 13:21 ` [PATCH 2/5] hvm: add HVM_PARAM_VM_GENERATION_ID_ADDR David Vrabel
2014-05-21 13:45   ` Andrew Cooper
2014-05-21 13:21 ` [PATCH 3/5] tools/hvmloader: add helper functions to get/set HVM params David Vrabel
2014-05-21 13:21 ` [PATCH 4/5] libxc, libxl, hvmloader: strip out outdated VM generation ID implementation David Vrabel
2014-05-21 13:21 ` [PATCH 5/5] libxl: add libxl_vm_generation_id_set() David Vrabel
2014-05-21 16:10   ` Ian Campbell
2014-05-21 16:27     ` Paul Durrant
2014-05-21 16:07 ` [PATCHv1 0/5] tools: rework VM Generation ID Ian Campbell
2014-05-22 10:44   ` David Vrabel
2014-05-21 16:13 ` Ian Jackson
2014-05-21 16:18 ` Ian Jackson

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