Re: [libvirt] [PATCH] esx: Add support for memtune/min_guarantee

2010-11-09 Thread Daniel Veillard
On Sun, Nov 07, 2010 at 01:40:42PM +0100, Matthias Bolte wrote: Also add a test case for the VMX handling of it. [...] +if (esxVI_LookupVirtualMachineByUuidAndPrepareForTask + (priv-primary, domain-uuid, NULL, virtualMachine, + priv-autoAnswer) 0 || [...] +if

Re: [libvirt] [PATCH] esx: Add support for memtune/min_guarantee

2010-11-09 Thread Matthias Bolte
2010/11/9 Daniel Veillard veill...@redhat.com: On Sun, Nov 07, 2010 at 01:40:42PM +0100, Matthias Bolte wrote: Also add a test case for the VMX handling of it. [...] +    if (esxVI_LookupVirtualMachineByUuidAndPrepareForTask +          (priv-primary, domain-uuid, NULL, virtualMachine, +      

[libvirt] [PATCH] esx: Add support for memtune/min_guarantee

2010-11-07 Thread Matthias Bolte
Also add a test case for the VMX handling of it. --- src/esx/esx_driver.c| 133 ++- src/esx/esx_vi.c| 31 ++ src/esx/esx_vi.h|3 + src/esx/esx_vi_types.c