libvirt/src/libxl
Peter Krempa b82dfe3ba7 Replace all instances of 'virHashCreate' with 'virHashNew'
It doesn't make much sense to configure the bucket count in the hash
table for each case specifically. Replace all calls of virHashCreate
with virHashNew which has a pre-set size and remove virHashCreate
completely.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
2020-10-22 15:02:46 +02:00
..
libvirtd_libxl.aug
libxl_capabilities.c Fix incorrect g_new0 conversions 2020-10-06 14:26:43 +02:00
libxl_capabilities.h src: add G_GNUC_NO_INLINE annotations for mocked symbols 2020-08-04 17:58:08 +01:00
libxl_conf.c conf: Add support for vDPA network devices 2020-10-20 14:46:52 -04:00
libxl_conf.h Xen: Add support for qemu command-line passthrough 2020-08-25 10:11:08 -06:00
libxl_domain.c libxl: prefer g_new0 to VIR_ALLOC 2020-10-01 17:29:59 +02:00
libxl_domain.h Xen: Add support for qemu command-line passthrough 2020-08-25 10:11:08 -06:00
libxl_driver.c cpu: Wire in XML validation 2020-10-07 11:26:27 +02:00
libxl_driver.h
libxl_logger.c Replace all instances of 'virHashCreate' with 'virHashNew' 2020-10-22 15:02:46 +02:00
libxl_logger.h
libxl_migration.c libxl: prefer g_new0 to VIR_ALLOC 2020-10-01 17:29:59 +02:00
libxl_migration.h
libxl.conf
meson.build src/meson: add missing augeas tests 2020-08-18 16:35:56 +02:00
test_libvirtd_libxl.aug.in
virtxend.init.in configure: Provide OpenRC scripts for sub-daemons 2019-12-16 10:11:22 +01:00
virtxend.service.in systemd: Move timeout from service files to sysconf files 2020-04-03 11:50:50 +02:00
virtxend.sysconf systemd: Move timeout from service files to sysconf files 2020-04-03 11:50:50 +02:00
xen_common.c conf: Add support for vDPA network devices 2020-10-20 14:46:52 -04:00
xen_common.h
xen_xl.c libxl: prefer g_new0 to VIR_ALLOC 2020-10-01 17:29:59 +02:00
xen_xl.h
xen_xm.c src: use g_new0 instead of VIR_ALLOC 2020-10-08 19:19:22 +02:00
xen_xm.h
xenxs_private.h