On Wed, Jul 20, 2011 at 02:54:25PM -0600, Eric Blake wrote:
Now you can edit a saved state file even if you forgot to grab
a dumpxml file prior to saving a domain. Plus, in-place editing
feels so much nicer.
* tools/virsh.c (cmdSaveImageDumpxml, cmdSaveImageDefine)
(cmdSaveImageEdit): New commands.
* tools/virsh.pod (save-image-dumpxml, save-image-define)
(save-image-edit): Document them.
---
Needs the next patch to be testable. 'save-image-edit' feels a bit
long, but I couldn't think of something shorter. Should I keep the
new save-image-* commands in the main domain group, or should I create
a new save-image group, in case we add more later?
I think the main group is fine - we alreaddy have plenty of other
save related commands there.