libvirt/src/lxc
Pavel Hrdina e1894cf490 virfile: refactor virFileNBDDeviceAssociate
The only reason why virstoragefile.h needs to be included in virfile.h
is that virFileNBDDeviceAssociate() takes virStorageFileFormat argument.
The function doesn't need the enum value as it converts the value to
string and uses only that.

Change the argument to string which will allow us to remove that
include.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
2021-01-06 13:15:17 +01:00
..
libvirtd_lxc.aug src: fix word spell typos 2020-07-09 10:01:41 +02:00
lxc_cgroup.c lxc: use g_autoptr for virCgroup 2020-10-09 16:24:42 +02:00
lxc_cgroup.h src/lxc: use #pragma once in headers 2019-06-19 17:12:30 +02:00
lxc_conf.c lxc: Set default security model in XML parser config 2020-12-07 10:41:15 -07:00
lxc_conf.h lxc: Set default security model in XML parser config 2020-12-07 10:41:15 -07:00
lxc_container.c lxc: use g_autoptr for virCgroup 2020-10-09 16:24:42 +02:00
lxc_container.h src/lxc: use #pragma once in headers 2019-06-19 17:12:30 +02:00
lxc_controller.c virfile: refactor virFileNBDDeviceAssociate 2021-01-06 13:15:17 +01:00
lxc_domain.c lxc: Rework lxcDomainDefNamespaceParse() 2020-12-17 09:42:32 +01:00
lxc_domain.h lxd_domain: Require that VIR_LXC_DOMAIN_NAMESPACE_SOURCE_NONE is zero 2020-12-17 09:42:37 +01:00
lxc_driver.c domain_conf: move net device validation to domain_validate.c 2020-12-14 09:32:31 -03:00
lxc_driver.h src/lxc: use #pragma once in headers 2019-06-19 17:12:30 +02:00
lxc_fuse.c lxc: use g_auto() for all virBuffers 2020-07-08 16:33:53 -04:00
lxc_fuse.h lxc: replace VIR_ALLOC/REALLOC with g_new0/renew 2020-06-03 09:46:58 +01:00
lxc_hostdev.c lxc: replace VIR_ALLOC/REALLOC with g_new0/renew 2020-06-03 09:46:58 +01:00
lxc_hostdev.h src/lxc: use #pragma once in headers 2019-06-19 17:12:30 +02:00
lxc_monitor_protocol.x
lxc_monitor.c lxc: replace VIR_ALLOC/REALLOC with g_new0/renew 2020-06-03 09:46:58 +01:00
lxc_monitor.h src/lxc: use #pragma once in headers 2019-06-19 17:12:30 +02:00
lxc_native.c Use g_strfeev instead of virStringFreeList 2020-08-03 15:37:36 +02:00
lxc_native.h lxc: Fix wrong addresses statements for IPv{4, 6} in native network definitions 2020-02-06 15:00:57 +01:00
lxc_process.c lxc: skip the netdev autogenerated name counter past existing devices 2020-12-16 21:32:12 -05:00
lxc_process.h lxc: Cleanup virConnectPtr usage 2019-12-17 16:58:43 +01:00
lxc.conf lxc.conf: s/QEMU/LXC/ 2016-11-09 18:56:15 +01:00
meson.build src/lxc/lxc_controller: convert to use GLib DBus 2020-09-17 18:20:05 +02:00
test_libvirtd_lxc.aug.in build: use @CONFIG@ instead of ::CONFIG:: in augeas tests 2019-08-09 14:06:31 +01:00
virtlxcd.init.in configure: Provide OpenRC scripts for sub-daemons 2019-12-16 10:11:22 +01:00
virtlxcd.service.in systemd: Move timeout from service files to sysconf files 2020-04-03 11:50:50 +02:00
virtlxcd.sysconf systemd: Move timeout from service files to sysconf files 2020-04-03 11:50:50 +02:00