History log of /seL4-camkes-master/projects/projects_libs/libvswitch/CMakeLists.txt
Revision Date Author Comments
# 1ae814ad 06-Aug-2019 Sylvain Gauthier <sylvain.gauthier@data61.csiro.au>

Added new libvirtqueue

Created a new multi-buffer, scatter-gather libvirtqueue, closer to
compliance with the virtio standard.


# c8d21d77 22-May-2019 Yu Hou <Yu.Hou@data61.csiro.au>

projects_libs: global configuration lib

this commit removes autoconf.h generation from projects_libs and
append '#include <<lib_name>/gen_config.h>' after each
'#include <autoconf.h>' since autoconf.h is only the for the
kernel config now. This is a temporarily solution, since we
currently don't have a way to tell which header files each file
is trying to include when it includes 'autoconf.h'


# e87bf7aa 08-Aug-2018 Kent McLeod <Kent.Mcleod@data61.csiro.au>

CMake: Remove redundant globs


# 94215e19 31-Jul-2018 Kofi Doku Atuah <Kofidoku.atuah@data61.csiro.au>

vswitch: Added vswitch library implementation

Added the libvswitch library implementation. This is a library
which provides utility functions for managing and routing virtual
LANs in a VMM environment.