Comment 5 for bug 886255

Revision history for this message
Lucas Meneghel Rodrigues (lmr) wrote : Re: Qemu master branch - RHEL 6.1 guest failing to start network

We've identified that the following commit resolved the issue

 commit 47113ab6b8c5659ad94c69aacca572f731ebb0ac
 Author: Wen Congyang <email address hidden>
 Date: Fri Nov 4 10:45:58 2011 +0800
     reenable vm_clock when resuming all vcpus

     We disable vm_clock when pausing all vcpus, but we forget to
     reenable it when resuming all vcpus. It will cause that the
     guest can not be rebooted.

     Tested-by: Zhi Yong Wu <email address hidden>
     Reviewed-by: Paolo Bonzini <email address hidden>
     Signed-off-by: Wen Congyang <email address hidden>
     Signed-off-by: Anthony Liguori <email address hidden>

That's good, you can close the issue.