libvirt/src/network
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
..
bridge_driver_linux.c network: eliminate unnecessary labels 2020-07-20 19:11:35 -04:00
bridge_driver_nop.c network: force re-creation of iptables private chains on firewalld restart 2020-05-11 22:54:52 -04:00
bridge_driver_platform.c
bridge_driver_platform.h network: force re-creation of iptables private chains on firewalld restart 2020-05-11 22:54:52 -04:00
bridge_driver.c lib: Replace virFileMakePath() with g_mkdir_with_parents() 2021-03-04 20:52:23 +01:00
bridge_driver.h network: make networkDnsmasqXmlNsDef private to bridge_driver.c 2020-07-04 23:53:48 -04:00
default.xml.in network: Use single quotes in default network configuration 2020-08-04 15:12:18 +02:00
leaseshelper.c virJSONValueArrayAppend: Clear pointer when taking ownership of passed value 2021-02-20 13:26:37 +01:00
libvirt.zone
meson.build build: Remove unused 'conflicts' key from virt_daemon_unit 2021-02-10 09:30:41 -07:00
virtnetworkd.init.in
virtnetworkd.service.in
virtnetworkd.sysconf systemd: Move timeout from service files to sysconf files 2020-04-03 11:50:50 +02:00