I'm trying to restore an a Xen VM (domain) from state file which I create previously. At the restore I need to modify the XML of this VM with the following command:
virsh restore domU.state --xml newconfig.xml
This command triggers an error with the following text:
error: Failed to restore domain from domU.state
error: argument unsupported: xml modification unsupported
What I already try:
- restore without XML, which works perfectly.
- run the command with the original xml the domain was created from
- run the command with a totally different file which is not even an XML
At step 2. & 3. the error output was always the same.
Used versions: xen 4.11.1 libvirt 5.1.0 os fedora 30