Skip to content

hankjacobs/kvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kvm

A pure go implemention of the KVM API.

THIS IS A WORK IN PROGRESS

What does that mean?

  • It probably doesn't work
  • If it does, you probably shouldn't use it (yet)
  • If you do, the API is subject to change and things will most likely break
  • I would love feedback around the design of the API

The first goal of this project is to be able to run an extremely trivial VM. See this blog post for what I am using as a reference implementation and as a first goal. The barevm command uses the kvm package to build the VM outlined in the above blog post.

Run using

go run cmd/barevm/main.go

About

A pure go implementation of the KVM API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages