libvirt/src/lxc
Julio Faracco 87e198bb39 lxc: moving 'type' argument to avoid issues with mount() syscall.
This commit fixes a lots of mount calls inside lxc_container.c file. The
NULL value into 'type' argument is causing a valgrind issue. See commit
794b576c2b for more details. The best approach to fix it is moving NULL
to "none" filesytem.

Signed-off-by: Julio Faracco <jcfaracco@gmail.com>
2018-07-03 04:56:29 +02:00
..
libvirtd_lxc.aug
lxc_cgroup.c lxc/: Remove spaces after casts 2018-05-03 22:31:36 +02:00
lxc_cgroup.h
lxc_conf.c
lxc_conf.h
lxc_container.c lxc: moving 'type' argument to avoid issues with mount() syscall. 2018-07-03 04:56:29 +02:00
lxc_container.h
lxc_controller.c all: Replace virGetLastError with virGetLastErrorCode where we can 2018-06-05 18:44:05 +02:00
lxc_domain.c lxc/: Remove spaces after casts 2018-05-03 22:31:36 +02:00
lxc_domain.h
lxc_driver.c lxc: Rearrange order in lxcDomainUpdateDeviceFlags 2018-07-02 17:06:14 -04:00
lxc_driver.h
lxc_fuse.c
lxc_fuse.h
lxc_hostdev.c
lxc_hostdev.h
lxc_monitor_protocol.x
lxc_monitor.c lxc/: Remove spaces after casts 2018-05-03 22:31:36 +02:00
lxc_monitor.h
lxc_native.c lxc: convert to typesafe virConf accessors in lxc_native.c 2018-05-04 17:49:05 +02:00
lxc_native.h
lxc_process.c nwfilter: convert virt drivers to use public API for nwfilter bindings 2018-06-26 18:17:23 +01:00
lxc_process.h
lxc.conf
Makefile.inc.am
test_libvirtd_lxc.aug.in