libvirt/src/hypervisor
Michal Privoznik 0c30e7221c lib: Use g_steal_pointer() more
Generated by the following spatch:

  @@
  expression a, b;
  @@

  + b = g_steal_pointer(&a);
  - b = a;
    ... when != a
  - a = NULL;

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
2021-03-24 13:57:51 +01:00
..
domain_cgroup.c domain_cgroup.c: update domain after setting blkio.weight 2021-03-23 10:15:30 -03:00
domain_cgroup.h
domain_driver.c lib: Use g_steal_pointer() more 2021-03-24 13:57:51 +01:00
domain_driver.h qemu, libxl, hypervisor: use virDomainDriverNodeDeviceDetachFlags() helper 2021-02-17 15:56:27 -03:00
meson.build scripts/check-aclrules.py: check ACL for domain_driver.c ACL callers 2021-02-17 15:56:53 -03:00
virclosecallbacks.c Do not check return value of VIR_EXPAND_N 2021-03-22 12:44:18 +01:00
virclosecallbacks.h virclosecallbacks: move to src/hypervisor 2020-02-24 16:47:21 +01:00
virhostdev.c lib: Put some variable declarations on individual lines 2021-03-15 09:38:18 +01:00
virhostdev.h virhostdev.c: add virHostdevIsPCIDevice() helper 2021-03-01 12:25:33 -03:00