On 17/07/14 19:54, Andres Lagar Cavilla
wrote:
You really can't, but the important bit is to ensure that Xen is
sufficiently insulated from buggy toolstack components that it
doesn't fall over.
From my experimenting with the pausedomain refcoutnging, weird stuff
happens when the domain pause count turns negative. I ended up with
a domain which would never be scheduled again (even after returning
the count to positive and back to 0), and a domain which couldn't be
killed using `xl destroy`. Rebooting was the only option.
So long as Xen doesn't fall into these problems, a buggy toolstack
(especially with mem_events) already has many ways to screw over a
domain, so one more is not a problem.
~Andrew