This is an archived copy of the Xen.org mailing list, which we have
preserved to ensure that existing links to archives are not broken.
The live archive, which contains the latest emails, can be found at
http://lists.xen.org/
quieten lookup_domain_mpa() when domain is dying.
message clean up in lookup_domain_mpa(). It is possible that current != d.
This patch addresses the bug 944.
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=944
How to reproduce
1. create domU
2. From dom0, 'ping -f <domU> &'
3. 'xm destroy <domU>'
--
yamahata