Skip to content

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

License

Notifications You must be signed in to change notification settings

prashanth-intel/vm_manager

 
 

Repository files navigation

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.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 91.7%
  • CMake 8.3%