[libvirt] [PATCH 0/4] virsh: Make more commands cancelable via ^C

Michal Privoznik mprivozn at redhat.com
Tue Dec 20 15:21:07 UTC 2011


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




More information about the libvir-list mailing list