repositorypackage
0.0.0-20230928164538-38972317661b
Repository: https://github.com/azert9/tiny-test-machines.git
Documentation: pkg.go.dev
# README
Tiny Test Machines
I use this program to launch tiny qemu/kvm virtual machines for testing kernel modules.
Usage
First, build the guest system (see below for dependencies):
./build
Then run the VM Manager:
go run .
Or, if you just want a VM with an interactive shell:
./run
Dependencies
For building:
- Go.
- Build dependencies of the Linux kernel.
For running:
- Qemu installed.
- KVM support.
- vhost-vsocket kernel support.