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

xshahbazintel/vm_manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 77.5%
  • Shell 16.0%
  • CMake 6.5%