commit | 41ef56e61153d7bd27d34a634633bb51b1c5988d | [log] [tgz] |
---|---|---|
author | Anthony Liguori <aliguori@us.ibm.com> | Wed Jun 02 14:55:25 2010 -0500 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Thu Jun 03 14:55:45 2010 -0500 |
tree | eea50adb3c58ec6784b0c0ee1385324f0f6a6c1f | |
parent | 4309a79bffce10d6d8de82c5ee403ffa4f45db64 [diff] |
migration: respect exit status with exec: This patch makes sure that if the exec: process exits with a non-zero return status, we treat the migration as failed. This fixes https://bugs.launchpad.net/qemu/+bug/391879 Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>