libvirt/src/lxc
Michal Privoznik ca4f9518b8 virconf: Introduce VIR_CONF_ULONG
https://bugzilla.redhat.com/show_bug.cgi?id=1160995

In our config files users are expected to pass several integer values
for different configuration knobs. However, majority of them expect a
nonnegative number and only a few of them accept a negative number too
(notably keepalive_interval in libvirtd.conf).
Therefore, a new type to config value is introduced: VIR_CONF_ULONG
that is set whenever an integer is positive or zero. With this
approach knobs accepting VIR_CONF_LONG should accept VIR_CONF_ULONG
too.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2014-12-15 10:34:18 +01:00
..
libvirtd_lxc.aug
lxc_cgroup.c lxc: don't setup cpuset.mems if memory mode in numatune is not 'strict' 2014-11-11 12:14:09 +01:00
lxc_cgroup.h Replace Usb with USB throughout 2014-04-08 11:10:59 +01:00
lxc_conf.c virconf: Introduce VIR_CONF_ULONG 2014-12-15 10:34:18 +01:00
lxc_conf.h lxc: use general virhostdev lists instead of its own 2014-03-12 16:03:04 +00:00
lxc_container.c lxc: give RW access to /proc/sys/net/ipv[46] to containers 2014-12-10 13:22:54 +01:00
lxc_container.h LXC from native: migrate fstab and lxc.mount.entry 2014-02-12 17:52:46 +00:00
lxc_controller.c numa: split util/ and conf/ and support non-contiguous nodesets 2014-11-06 15:13:55 +01:00
lxc_domain.c Add virLogSource variables to all source files 2014-03-18 14:29:22 +00:00
lxc_domain.h
lxc_driver.c lxc: always use virDomainNetGetActualBridgeName to get interface's bridge 2014-12-08 14:52:17 -05:00
lxc_driver.h
lxc_fuse.c maint: use consistent if-else braces in lxc, vbox, phyp 2014-09-04 08:53:21 -06:00
lxc_fuse.h Avoid async signal safety problem in glibc's setxid 2013-11-18 15:36:23 +00: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 lxc_monitor_protocol: Redefine xdr_uint64_t if needed 2014-09-26 10:15:03 +02:00
lxc_monitor.c Indent top-level labels by one space in src/lxc/ 2014-03-25 14:58:39 +01:00
lxc_monitor.h
lxc_native.c numatune: finish the split from domain_conf and remove all dependencies 2014-07-24 08:40:25 +02:00
lxc_native.h LXC driver: started implementing connectDomainXMLFromNative 2014-02-12 17:52:46 +00:00
lxc_process.c network: Bring netdevs online later 2014-12-10 15:09:01 -05:00
lxc_process.h lxc: switch to virCloseCallbacks API 2013-07-18 14:16:54 +02:00
lxc.conf
test_libvirtd_lxc.aug.in