YadongQi / vm_manager

CiV VM Manager is a linux userspace application aimed to manage the CiV guests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CiV VM Manager

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

Architecture of VM Manager

VM Manager Arch

Building

Pre-requisites

Install required tools on Linux.

 $ [sudo] apt-get install build-essential autoconf libtool pkg-config cmake

Build

 $ mkdir build && cd build
 $ cmake -DCMAKE_BUILD_TYPE=Release ..
 $ cmake --build . --config Release

About

CiV VM Manager is a linux userspace application aimed to manage the CiV guests.

License:Apache License 2.0


Languages

Language:C++ 91.2%Language:CMake 8.8%