commit | 2dd650e58acbafedc7bf34045b7f81bb6c912e72 | [log] [tgz] |
---|---|---|
author | Daniel P. Berrange <berrange@redhat.com> | Fri Dec 11 21:01:14 2009 +0000 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Dec 18 11:26:26 2009 -0600 |
tree | fd86ef39523287296ca4adc82d48d5a8d264ca15 | |
parent | 092493be3caab1ac77f4223b4c3fb0975d1ed490 [diff] |
Avoid permanently disabled QEMU monitor when UNIX migration fails If a UNIX migration command is attempt to a UNIX socket which does not exist, then the monitor is suspended, but never resumed. This prevents any further use of the monitor * migration-unix.c: Only call migrate_fd_monitor_suspend() once connected to the UNIX socket. Signed-off-by: Daniel P. Berrange <berrange@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>