[libvirt] [PATCH 0/2] esx: Make esxNodeGetFreeMemory always use ESX host.

Michal Privoznik mprivozn at redhat.com
Fri Apr 3 10:02:11 UTC 2015


On 09.03.2015 16:54, Dawid Zamirski wrote:
> This patch is intended to make ESX driver behave more consistently.
> When calling virNodeGetFreeMemory, it would return the free bytes
> from a cluster when using vpx connection or ESX host when using esx
> connection. However, virGetNodeInfo always returns info from ESX
> host (specifying ESX host is mandatory, even for vpx connections)
> so to make this consitent, these patches make virNodeGetFreeMemory
> always return info from the ESX host.
> 
> Dawid Zamirski (2):
>   esx: add esxVI_GetInt
>   esx: esxNodeGetFreeMemory return info from host.
> 
>  src/esx/esx_driver.c   | 53 ++++++++++++++++++--------------------------------
>  src/esx/esx_vi.c       | 32 ++++++++++++++++++++++++++++++
>  src/esx/esx_vi.h       |  3 +++
>  src/esx/esx_vi_types.c |  3 +++
>  src/esx/esx_vi_types.h |  1 +
>  5 files changed, 58 insertions(+), 34 deletions(-)
> 

ACKed and pushed.

Michal




More information about the libvir-list mailing list