Currently, only migration command allows job progress reporting
and cancel via SIGINT. However, there are more job oriented commands
which take long time to finish and user might want to cancel them
like he can do in migration. Such commands are: dump, save, managedsave.
Michal Privoznik (4):
virsh: Move job watch code to a separate function
virsh: Use do_job_watch in cmdDump
virsh: Use do_job_watch in cmdSave
virsh: Use do_job_watch in cmdManagedSave
tools/virsh.c | 425 +++++++++++++++++++++++++++++++++++++++++--------------
tools/virsh.pod | 24 ++--
2 files changed, 330 insertions(+), 119 deletions(-)
--
1.7.3.4