On Wed, 2009-02-25 at 15:14 +0000, Daniel P. Berrange wrote:
I don't think we should be calling back out to the public API
from
internal impl here. If the XML just uses the PCI address directly
then we can easily call the internal pciDettach() and pciReAttach()
APIs directly, and avoid the potential for thread deadlock that
calling back out to public API could lead to.
Yep, that would make sense given that we won't be calling out to the
public APIs to fetch the nodedev XML.
Cheers,
Mark.