libvirt/src/qemu
Sukrit Bhatnagar 0f80c71822 util: cgroup: modify virCgroupFree to take virCgroupPtr
Modify virCgroupFree function signature to take a value of type
virCgroupPtr instead of virCgroupPtr * as the parameter.

Change the argument type in all calls to virCgroupFree function
from virCgroupPtr * to virCgroupPtr. This is a step towards
having consistent function signatures for Free helpers so that
they can be used with VIR_AUTOPTR cleanup macro.

Signed-off-by: Sukrit Bhatnagar <skrtbhtngr@gmail.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
2018-07-27 17:19:17 +02:00
..
EVENTHANDLERS.txt
libvirtd_qemu.aug
Makefile.inc.am
MIGRATION.txt
qemu_agent.c src: Make virStr*cpy*() functions return an int 2018-07-23 14:27:30 +02:00
qemu_agent.h
qemu_alias.c
qemu_alias.h
qemu_block.c qemu: monitor: Add the 'query-nodes' argument for query-blockstats 2018-07-20 15:41:38 +02:00
qemu_block.h qemu: block: Create helper for creating data for legacy snapshots 2018-07-20 13:39:44 +02:00
qemu_blockjob.c qemu: domain: Move out clearing of backing chain in qemuDomainDetermineDiskChain 2018-07-20 15:33:20 +02:00
qemu_blockjob.h qemu: Remove parameter 'driver' from qemuBlockJobUpdate 2018-05-10 16:43:24 +02:00
qemu_capabilities.c
qemu_capabilities.h
qemu_capspriv.h
qemu_cgroup.c util: cgroup: modify virCgroupFree to take virCgroupPtr 2018-07-27 17:19:17 +02:00
qemu_cgroup.h
qemu_command.c conf: don't use virDomainVirtType in struct field 2018-07-26 15:50:31 +01:00
qemu_command.h
qemu_conf.c
qemu_conf.h
qemu_domain_address.c conf: Introduce new video type 'none' 2018-07-18 18:23:51 +02:00
qemu_domain_address.h
qemu_domain.c util: cgroup: modify virCgroupFree to take virCgroupPtr 2018-07-27 17:19:17 +02:00
qemu_domain.h qemu: Replace qemuDomainDiskSourceDiffers by virStorageSourceIsSameLocation 2018-07-20 15:41:38 +02:00
qemu_driver.c util: cgroup: modify virCgroupFree to take virCgroupPtr 2018-07-27 17:19:17 +02:00
qemu_driver.h
qemu_extdevice.c
qemu_extdevice.h
qemu_hostdev.c
qemu_hostdev.h
qemu_hotplug.c qemu: hotplug: Don't leak saved error on failure in qemuHotplugRemoveManagedPR 2018-07-24 10:20:32 +02:00
qemu_hotplug.h
qemu_hotplugpriv.h
qemu_interface.c
qemu_interface.h
qemu_migration_cookie.c
qemu_migration_cookie.h
qemu_migration_params.c
qemu_migration_params.h
qemu_migration_paramspriv.h
qemu_migration.c
qemu_migration.h
qemu_monitor_json.c qemu_monitor: Fix regression in getting disk capacity 2018-07-26 17:06:23 +02:00
qemu_monitor_json.h qemu: monitor: Add the 'query-nodes' argument for query-blockstats 2018-07-20 15:41:38 +02:00
qemu_monitor_priv.h
qemu_monitor_text.c
qemu_monitor_text.h
qemu_monitor.c src: Make virStr*cpy*() functions return an int 2018-07-23 14:27:30 +02:00
qemu_monitor.h qemu: monitor: Add the 'query-nodes' argument for query-blockstats 2018-07-20 15:41:38 +02:00
qemu_parse_command.c
qemu_parse_command.h
qemu_process.c util: cgroup: modify virCgroupFree to take virCgroupPtr 2018-07-27 17:19:17 +02:00
qemu_process.h
qemu_processpriv.h
qemu_qapi.c
qemu_qapi.h
qemu_security.c
qemu_security.h
qemu_tpm.c
qemu_tpm.h
qemu.conf
test_libvirtd_qemu.aug.in
THREADS.txt