libvirt/src/lxc
John Ferlan 11822fff28 lxc: Avoid Coverity SIZEOF_MISMATCH
Commit id '692e9fac7' used virProcessSetNamespaces instead of inlining
the similar functionality; however, Coverity notes that the function
prototype expects a size_t value and not an enum and complains. So,
just typecast the enum as a size_t to avoid the noise.
2015-09-04 15:19:04 -04:00
..
libvirtd_lxc.aug
lxc_cgroup.c lxc: Sync BlkioDevice values when setting them in cgroups 2015-08-18 16:27:43 -07:00
lxc_cgroup.h lxc: report veth device indexes to systemd 2015-01-27 13:57:02 +00:00
lxc_conf.c lxc: Inherit namespace feature 2015-08-26 11:28:30 +01:00
lxc_conf.h
lxc_container.c lxc: Avoid Coverity SIZEOF_MISMATCH 2015-09-04 15:19:04 -04:00
lxc_container.h lxc: Inherit namespace feature 2015-08-26 11:28:30 +01:00
lxc_controller.c qemu: add udp interface support 2015-09-02 10:17:50 +02:00
lxc_domain.c lxc: Inherit namespace feature 2015-08-26 11:28:30 +01:00
lxc_domain.h lxc: Inherit namespace feature 2015-08-26 11:28:30 +01:00
lxc_driver.c Revert "LXC: show used memory as 0 when domain is not active" 2015-08-28 09:05:26 -06:00
lxc_driver.h
lxc_fuse.c conf: Replace access to def->mem.max_balloon with accessor functions 2015-03-16 14:26:51 +01:00
lxc_fuse.h
lxc_hostdev.c
lxc_hostdev.h
lxc_monitor_protocol.x Remove explicit enum from protocol structures 2015-07-08 14:34:38 +02:00
lxc_monitor.c
lxc_monitor.h
lxc_native.c Use the correct symbol for 'onCrash' 2015-06-30 11:32:50 -04:00
lxc_native.h
lxc_process.c qemu: add udp interface support 2015-09-02 10:17:50 +02:00
lxc_process.h Remove use of nwfilterPrivateData from nwfilter driver 2015-01-27 12:02:03 +00:00
lxc.conf
test_libvirtd_lxc.aug.in