Re: [libvirt-users] free memory on hypervisor

2012-05-03 Thread Alex Jia
On 05/04/2012 02:28 PM, John Wayne wrote: i am trying to get the free memory on a hypervisor using libvert, with the python api bindings as per http://libvirt.org/python.html, it should be pretty easy, however the below is failing: #conn is a connection object freemem=libvirt.virNode.getFreeMe

[libvirt-users] free memory on hypervisor

2012-05-03 Thread John Wayne
i am trying to get the free memory on a hypervisor using libvert, with the python api bindings as per http://libvirt.org/python.html, it should be pretty easy, however the below is failing: #conn is a connection object freemem=libvirt.virNode.getFreeMemory(conn) although this works fine: softw

Re: [libvirt-users] communicate with vm

2012-05-03 Thread Eric Blake
On 05/02/2012 07:52 PM, me,apporc wrote: > We need to create many virtual machines and assign an static ip for each of > them. > To do this, > 1. we can use one dhcp server to assign ip for them, and bind the MAC to > it's ip. But we got many many machines, so this is not easy to operate for > admi

[libvirt-users] ESX support for virt-install

2012-05-03 Thread Filip Skola
Hi! I try to integrate ESXi guests to beaker. I'd like to have dynamic installations of guests just like KVM and Xen is done. I know that virt-install is not currently supported by libvirt, so I'd like to ask, do you plan to add esxdrv support for virt-install? What's current status? Thank you

[libvirt-users] USB passthrough: flexible configuration in XML-file needed

2012-05-03 Thread eGerlach
Hi, I need a flexible USB passthrough of a USB-device. If the device is turned off by the current switch (230Volt) the VM should start and not claim that the USB device is left. Using: … in libvirt XML-config file the boot process is stopp