Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 257 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 257 Bytes

KVMPP

A simple C++ wrapper for Linux's KVM API. Largely (especially the test.cpp example) based on https://github.com/dpw/kvm-hello-world

Building and running the example

git clone https://github.com/tomwimmenhove/kvmpp
cd kvmpp
make example