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: report veth device indexes to systemd 2015-01-27 13:57:02 +00:00
lxc_conf.c virobject: Introduce VIR_CLASS_NEW() macro 2018-04-18 10:04:55 +02:00
lxc_conf.h lxc: convert to typesafe virConf accessors 2016-07-12 09:58:21 +01:00
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_container: Set source file description 2018-04-03 11:32:48 +02:00
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 Move machineName generation from virsystemd into domain_conf 2017-07-25 17:02:27 +02:00
lxc_driver.c lxc: Rearrange order in lxcDomainUpdateDeviceFlags 2018-07-02 17:06:14 -04:00
lxc_driver.h
lxc_fuse.c conf: Rename virDomainDefGetMemoryActual to virDomainDefGetMemoryTotal 2016-06-17 10:39:40 +02:00
lxc_fuse.h headers: Remove unnecessary keyword extern from function declaration 2016-05-11 09:06:32 +02:00
lxc_hostdev.c Replace Usb with USB throughout 2014-04-08 11:10:59 +01:00
lxc_hostdev.h Replace Usb with USB throughout 2014-04-08 11:10:59 +01:00
lxc_monitor_protocol.x Unify int types handling in protocol files 2016-01-11 19:56:06 +03:00
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: use virDomainDefPostParse for parsing LXC config string 2015-12-09 12:59:02 +01:00
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: support <interface type='ethernet'> 2016-05-24 15:21:05 -04:00
lxc.conf lxc.conf: s/QEMU/LXC/ 2016-11-09 18:56:15 +01:00
Makefile.inc.am make sure libvirt is linked first 2018-03-05 16:49:50 +00:00
test_libvirtd_lxc.aug.in