<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Sorry for duplicated message.<br>
    On 04/06/2011 12:15 PM, Mark Wu wrote:
    <blockquote cite="mid:4D9BE8EA.7020001@redhat.com" type="cite">Hello
      Guys,
      <br>
      <br>
      When the qemu process becomes hung, virsh will get stuck on the
      hung guest and can't move forward. It can be reproduced by the
      following steps:
      <br>
      <br>
      1. setup a virt guest with qemu-kvm, and start it
      <br>
      2. stop qemu process with following:
      <br>
      kill -STOP `ps aux | grep qemu | grep -v grep | awk '{print $2}'`
      <br>
      3. run the following command:
      <br>
      virsh list
      <br>
      <br>
      I think we can add a timeout for qemu monitor to resolve this
      problem: using virCondWaitUntil instead of virCondWait in
      qemuMonitorSend. What's your opinions?
      <br>
      Thanks!
      <br>
      <br>
      <br>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
--
libvir-list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:libvir-list@redhat.com">libvir-list@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/libvir-list">https://www.redhat.com/mailman/listinfo/libvir-list</a></pre>
    </blockquote>
    <br>
  </body>
</html>