CiV VM Manager is a linux userspace application aimed to manage the CiV guests.
CiV: Celadon in Virtual Machine(https://01.org/projectceladon/about)
You can find the latest vm-manager release here: https://github.com/projectceladon/vm_manager/releases
Install required tools on Linux.
$ [sudo] apt-get install build-essential autoconf libtool pkg-config cmake
$ mkdir build && cd build
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ cmake --build . --config Release