2011/4/25 Matthias Bolte <matthias.bolte(a)googlemail.com>:
This was broken by the refactoring in ac1e6586ec75. It resulted in a
segfault for 'virsh vol-dumpxml' and related volume functions.
Actually that patch doesn't fix the problem correctly. It just turns
the segfault into an error message.
Here's v2 that really fixes the problem. Note the important difference
between anyType->_type and anyType->type :)
Matthias