On Tue, Jan 25, 2011 at 06:14:11PM +0800, Hu Tao wrote:
Hi Eric,
This updated series addresses problems you pointed out. Thanks for
review.
This patch set adds three new features into migration:
1. Cancel migration if user presses Ctrl-C when migration is in progress
2. show migration's progress
3. auto-suspend the guest OS at timeout, where the migration will complete offline
Hu Tao (1):
Cancel migration if user presses Ctrl-C when migration is in progress
Wen Congyang (1):
Show migration progress.
Force guest suspend at timeout
tools/virsh.c | 212 ++++++++++++++++++++++++++++++++++++++++++++++++++++---
tools/virsh.pod | 7 ++-
2 files changed, 207 insertions(+), 12 deletions(-)
ACK to whole series
Daniel