Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tcfw/kvm_example

KVM API example in Go
https://github.com/tcfw/kvm_example

example go golang kvm kvm-hypervisor virtual-machine virtualization vmm

Last synced: about 2 months ago
JSON representation

KVM API example in Go

Awesome Lists containing this project

README

        

# KVM Example

Taken from the original KVM example in the linux documentation, but rewritten to Go (mostly).

- Sets up a new KVM VM
- Creates 4KB of RAM
- Copies the assembly code into RAM
- Creates a vCPU
- Sets up vCPU sregs/regs with input and instruction pointer
- Execute until PIO or HLT