Categorygithub.com/azert9/tiny-test-machines
repositorypackage
0.0.0-20230928164538-38972317661b
Repository: https://github.com/azert9/tiny-test-machines.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Tiny Test Machines

I use this program to launch tiny qemu/kvm virtual machines for testing kernel modules.

VM Manager Design

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.