Comment 7 for bug 555981

Revision history for this message
Serge Hallyn (serge-hallyn) wrote : Re: Restoring KVM guest from saved state results in hung guest with non-virtio devices

@BenLake

Do you still have this problem. Which release are you on?

I don't know of a virsh option other than '--xml' which isn't quite what you want. But you can edit the configuration after the fact with 'virsh edit <domainname>'. So you could do 'virsh dumpxml domainname > domainname.saved.xml', do the restore, and then 'virsh edit domainname" and copy the portions you want back in from the file domainname.saved.xml.

Hope that made sense.