libvirt/src/hyperv
Michal Privoznik d8960bff71 hyverv: hypervCreateEmbeddedParam: Rework items counting
It's not necessarily clear, why we need to create the hash table
as big as number of fields we want to store, but nevertheless,
the code can be written a bit better. The @count should be type
of size_t and could be used directly in the loop that counts the
fields.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Matt Coleman <matt@datto.com>
2020-10-20 12:12:21 +02:00
..
hyperv_driver.c hyperv: Simplify @memResource freeing in hypervDomainSetMemoryFlags() 2020-10-19 11:13:10 +02:00
hyperv_driver.h src/hyperv: use #pragma once in headers 2019-06-13 17:05:09 +02:00
hyperv_private.h hyperv: remove openwsman.h 2020-10-09 10:13:38 +02:00
hyperv_util.c hyperv: use g_new0 instead of VIR_ALLOC* 2020-10-01 12:34:13 +02:00
hyperv_util.h src/hyperv: use #pragma once in headers 2019-06-13 17:05:09 +02:00
hyperv_wmi_classes.c
hyperv_wmi_classes.h hyperv: remove openwsman.h 2020-10-09 10:13:38 +02:00
hyperv_wmi_generator.input hyperv: fix Win32_OperatingSystem WMI queries 2020-10-09 09:27:03 +02:00
hyperv_wmi.c hyverv: hypervCreateEmbeddedParam: Rework items counting 2020-10-20 12:12:21 +02:00
hyperv_wmi.h hyperv: Accept const @value in hypervSetEmbeddedProperty() 2020-10-20 12:05:50 +02:00
meson.build meson: src: build libvirt.so library 2020-08-03 09:27:04 +02:00