libvirt/src/lxc
Stefan Berger 9bcad69093 Use enum of virDomainNetType
To find out where the net type 'direct' needs to be handled I introduced
the 'enum virDomainNetType' in the virDomainNetDef structure and let the
compiler tell me where the case statement is missing. Then I added the
unhandled device statement to the UML driver.

* src/conf/domain_conf.h: change _virDomainNetDef type from int to
  virDomainNetType enum
* src/conf/domain_conf.c src/lxc/lxc_driver.c src/qemu/qemu_conf.c
  src/uml/uml_conf.c: make sure all enum cases are properly handled
  in switches
2010-03-26 17:01:35 +01:00
..
libvirtd_lxc.aug LXC add augeas support for config file 2009-10-08 18:06:40 +02:00
lxc_conf.c Remove conn parameter from virReportOOMError 2010-02-09 01:04:54 +01:00
lxc_conf.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
lxc_container.c maint: make Red Hat copyright notices consistent 2010-03-18 16:48:05 +01:00
lxc_container.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
lxc_controller.c build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
lxc_driver.c Use enum of virDomainNetType 2010-03-26 17:01:35 +01:00
lxc_driver.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
lxc.conf LXC add driver config file lxc.conf 2009-10-08 17:40:14 +02:00
test_libvirtd_lxc.aug LXC add augeas support for config file 2009-10-08 18:06:40 +02:00
veth.c Remove conn parameter from util functions 2010-02-09 01:04:54 +01:00
veth.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00