After that, I'd get more drastic:
- virsh shutdown $DOM.
- virsh dumpxml $DOM > /tmp/dom.xml
- virsh undefine $DOM
- virsh create /tmp/dom.xml
- virsh edit $DOM
- virsh start $DOM --console
And then see if things get better.
I just edit the xml files and then issue a "virsh define <file.xml>" to reload the newest version. (Doing this with the VM shutdown.)
This has always worked ok for me.
best regards,
Florian La Roche