[libvirt] [ESX Patch V2]: Add routines to interface driver

2012-07-14 Thread Ata Bohra
From: Ata E Husain Bohra Add following routines to esx_interface_driver: esxNumOfInterfaces, esxNumOfDefinedInterfaces, esxListInterfaces, esxListDefinedInterfaces, esxInterfaceLookupByMACString, esxInterfaceGetXMLDesc, esxInterfaceUndefine, esxInterfaceCreate,

Re: [libvirt] [PATCH] qemu: Do not fail virConnectCompareCPU if host CPU is not known

2012-07-14 Thread Dan Kenigsberg
On Thu, Jul 12, 2012 at 01:06:08PM +0200, Jiri Denemark wrote: > When host CPU could not be properly detected, virConnectCompareCPU will > just report that any CPU is incompatible with host CPU instead of > failing. > --- > src/qemu/qemu_driver.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 dele

Re: [libvirt] [PATCHv2 1/2] Define public API for receiving guest memory balloon events

2012-07-14 Thread Guannan Ren
On 07/13/2012 10:06 PM, Eric Blake wrote: On 07/13/2012 03:05 AM, Guannan Ren wrote: From: "Daniel P. Berrange" When the guest changes its memory balloon applications may want to know what the new value is, without having to periodically poll on XML / domain info. Introduce a "balloon change"