libvirt/src/libxl
Michal Privoznik 7f482a67e4 lib: Replace virFileMakePath() with g_mkdir_with_parents()
Generated using the following spatch:

  @@
  expression path;
  @@
  - virFileMakePath(path)
  + g_mkdir_with_parents(path, 0777)

However, 14 occurrences were not replaced, e.g. in
virHostdevManagerNew(). I don't really understand why.
Fixed by hand afterwards.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2021-03-04 20:52:23 +01:00
..
libvirtd_libxl.aug
libxl_capabilities.c libxl: Use g_autofree for char* where easily possible 2021-02-17 10:25:53 -07:00
libxl_capabilities.h
libxl_conf.c lib: Replace virFileMakePath() with g_mkdir_with_parents() 2021-03-04 20:52:23 +01:00
libxl_conf.h
libxl_domain.c libxl: Add lock process indicator to libxlDomainObjPrivate object 2021-02-23 17:55:19 -07:00
libxl_domain.h libxl: Add lock process indicator to libxlDomainObjPrivate object 2021-02-23 17:55:19 -07:00
libxl_driver.c lib: Replace virFileMakePath() with g_mkdir_with_parents() 2021-03-04 20:52:23 +01:00
libxl_driver.h
libxl_logger.c libxl: Use g_autofree for char* where easily possible 2021-02-17 10:25:53 -07:00
libxl_logger.h
libxl_migration.c libxl: Add lock process indicator to libxlDomainObjPrivate object 2021-02-23 17:55:19 -07:00
libxl_migration.h
libxl.conf
meson.build build: Remove unused 'conflicts' key from virt_daemon_unit 2021-02-10 09:30:41 -07:00
test_libvirtd_libxl.aug.in
virtxend.init.in
virtxend.service.in
virtxend.sysconf
xen_common.c libxl: Use g_autofree for char* where easily possible 2021-02-17 10:25:53 -07:00
xen_common.h
xen_xl.c libxl: Use g_autofree for char* where easily possible 2021-02-17 10:25:53 -07:00
xen_xl.h
xen_xm.c domain_conf: make virDomainDiskSetDriver() void 2020-11-11 12:53:11 +01:00
xen_xm.h
xenxs_private.h