[libvirt] [PATCH 0/5] RFC: configure inactive domains' memory size

Taku Izumi izumi.taku at jp.fujitsu.com
Wed Mar 2 07:52:24 UTC 2011


Hi all,

Currently "virsh setmem" is not allowed to use against an inactive domain.
This is yet another approach to configure inactive domain's memory size.
The approach before was closed in "virsh" command:
   http://www.redhat.com/archives/libvir-list/2011-February/msg01074.html

This time a new libvirt API is introduced to achieve this.

 *[PATCH 1/5] setmem: introduce a new libvirt API (virDomainSetMemoryFlags)
 *[PATCH 2/5] setmem: implement the call back member for new API on each driver
 *[PATCH 3/5] setmem: implement the code to address the new API in the qemu driver
 *[PATCH 4/5] setmem: implement the remote protocol to address the new API
 *[PATCH 5/5] setmem: add the new options to "virsh setmem" command

Best regards,
Taku Izumi




More information about the libvir-list mailing list