search for: virdomainsaveflag

Displaying 5 results from an estimated 5 matches for "virdomainsaveflag".

Did you mean: virdomainsaveflags
2012 Apr 23
2
Snapshot system: really confusing.
...way to retrieve the storage file; I'm only able to get the snapshot pointer, quite useless as from its pointer I can only print the XML description. Disk snapshot: here through the XML description I can specify a target file where to write the information. But I still need the memory status. - virDomainSaveFlags(): No matter how I set the flags, it halts the guest; I need it still running afterward and I think that reverting the domain and restarting for my scenarios is unaffordable. - virDomainCoreDump(): Does what I need for the memory, but doesn't give any XML description and doesn't supply any...
2014 Apr 16
1
Snapshots
...virDomainRestore that work fine. The only problem is, that after creating and restoring snapshot I have the same problem with coordinates of mouse. I needĀ  to create and restore snapshot also with <input type='tablet' bus= 'usb'/> somewhere specified. I also tried methodsĀ  virDomainSaveFlags with xml configuration string(see below) as parameterĀ  *dxml, but method fails with: libvir: Domain Config error : XML error: domainsnapshot.Unable to create snapshot. What should I add to xml configuration? I look at http://libvirt.org/ formatsnapshot.html on example but I dont know what path...
2015 May 16
1
Snapshots vs filesystem shares
...after restoring from a snapshot that was taken when the filesystem share wasn't mounted? It's pretty clear that Libvirt/QEMU (currently, at least) doesn't support taking snapshots of a live guest which has active filesystem shares (type='mount'). I get this error: Call to virDomainSaveFlags failed: internal error: unable to execute QEMU command 'migrate': Migration is disabled when VirtFS export path '${TARGET_PATH}' is mounted in the guest using mount_tag '$TAG' (Libvirt::Error) I have a use case where I very much would like this combination. It...
2014 Dec 10
1
How to use blockcopy in libvirt-java
Hi, ALL, I just look for the class and method to use blockcopy in libvirt-java on this page: http://libvirt.org/sources/java/javadoc/ However, I can not find out. Libvirt-java Support blockcopy ? Thanks. Best Regards, Star Guo
2020 Apr 24
2
domain: how long is new xml in saved file
Hi administrator, I am a cloud compute developer. I need some help from you about libvirt. I have a work to modify a image file which is saved by virDomainSave() or virDomainSaveFlags().&nbsp;So virDomainSaveImageGetXMLDesc() and virDomainSaveImageDefineXML() are APIs I choosed to do. Because I found a sentence: A save file can be inspected or modified slightly with virDomainSaveImageGetXMLDesc()&nbsp;and virDomainSaveImageDefineXML(). But an error is happened when I...