libvirt/src/lxc
Stefan Berger 387117ad92 Convert 'raw MAC address' usages to use virMacAddr
Introduce new members in the virMacAddr 'class'
- virMacAddrSet: set virMacAddr from a virMacAddr
- virMacAddrSetRaw: setting virMacAddr from raw 6 byte MAC address buffer
- virMacAddrGetRaw: writing virMacAddr into raw 6 byte MAC address buffer
- virMacAddrCmp: comparing two virMacAddr
- virMacAddrCmpRaw: comparing a virMacAddr with a raw 6 byte MAC address buffer

then replace raw MAC addresses by replacing

- 'unsigned char *' with virMacAddrPtr
- 'unsigned char ... [VIR_MAC_BUFLEN]' with virMacAddr

and introduce usage of above functions where necessary.
2012-07-17 08:07:59 -04:00
..
libvirtd_lxc.aug Add support for sVirt in the LXC driver 2012-02-02 17:44:39 -07:00
lxc_conf.c Add support for sVirt in the LXC driver 2012-02-02 17:44:39 -07:00
lxc_conf.h Pass the virt driver name into security drivers 2012-05-16 10:05:46 +01:00
lxc_container.c Only ummount /proc, /sys, /dev if the root source is '/' 2012-07-05 17:40:52 +01:00
lxc_container.h Move veth device management into virLXCControllerPtr object 2012-07-05 10:46:09 +01:00
lxc_controller.c Fix shutdown of LXC controller 2012-07-11 14:46:24 +01:00
lxc_driver.c Convert 'raw MAC address' usages to use virMacAddr 2012-07-17 08:07:59 -04:00
lxc_driver.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
lxc.conf Standardize whitespace used in example config files 2012-05-28 10:59:13 +01:00
test_libvirtd_lxc.aug.in Autogenerate augeas test case from default config files 2012-05-28 11:07:12 +01:00