search for: virdomainsetmemoryflag

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

2011 Nov 23
1
Difference between "Max Memory" and "Used Memory"
Hello, I am new on this mailing list, so If I do something wrong, don't hesitate to tell me :-) I am using the following version of libvirt : Compiled against library: libvir 0.8.8 Using library: libvir 0.8.8 Using API: QEMU 0.8.8 Running hypervisor: QEMU 0.14.0 I would like to understand the difference between "Max Memory" and "Used Memory" returned by a "virsh
2014 May 30
0
Hot memory and cpu update
...argument: cannot set memory higher than max memory Traceback (most recent call last):   File "", line 1, in   File "/home/fluent/cvt/convirt-enterprise/tg2env/local/lib/python2.7/site-packages/libvirt.py", line 1781, in setMemoryFlags     if ret == -1: raise libvirtError ('virDomainSetMemoryFlags() failed', dom=self) libvirt.libvirtError: invalid argument: cannot set memory higher than max memory >>> vv.setMemoryFlags(545790) 0 >>> vv.info() [1, 545792L, 545792L, 1, 6480000000L] >>> vv.setMemoryFlags(545788) 0 >>> vv.info() [1, 545792L, 545792L, 1,...
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
2012 Jan 24
2
how to change existing domain xml?
Hi. I'm trying to change network settings for a domain via libvirt (the driver is xenapi) with no success. According to its sources, 'virsh edit' uses virDomainGetXMLDesc(), allows to edit the received xml and then use virDomainDefineXML(). In case of xenapi driver it leads to a new vm creation (with the same name and edited settings). Looking through the list of API functions I
2011 Apr 04
0
Release of libvirt-0.9.0
...(Daniel P. Berrange) - Add public API for setting migration speed on the fly (Daniel P. Berrange) - Add libxenlight driver (Jim Fehlig and Markus Gro?) - qemu: support migration to fd (Eric Blake) - libvirt: add virDomain{Get,Set}BlkioParameters (Gui Jianfeng) - setmem: introduce a new libvirt API (virDomainSetMemoryFlags) (Taku Izumi) - Expose event loop implementation as a public API (Daniel P. Berrange) - Dump the debug buffer to libvirtd.log on fatal signal (Daniel Veillard) - Audit support (Eric Blake) Documentation: - fix typo (Eric Blake) - correct invalid xml (Eric Blake) - virsh: Fix documentation for mem...