On 12/07/2011 12:59 PM, Jiri Denemark wrote:
During virDomainDestroy, QEMU may emit SHUTDOWN event as a response
to
SIGTERM and since domain object is still locked, the event is processed
after the domain is destroyed. We need to ignore this event in such case
to avoid changing domain state from shutoff to shutdown.
---
ACK. It fixes the stuck domains after destroy for me.
Peter