emulot

Crates.ioemulot
lib.rsemulot
version2.1.1
sourcesrc
created_at2023-03-03 11:28:45.500479
updated_at2023-10-08 16:04:58.460717
descriptionA configuration management solution for QEMU
homepage
repositoryhttps://github.com/ReverentEngineer/emulot
max_upload_size
id799680
size108,812
Jeff Caffrey-Hill (ReverentEngineer)

documentation

README

emulot

A configuration manager for QEMU

Detailed documentation can be found here.

The current version only supports Mac OS X and Linux hosts.

Example config

arch = "aarch64"
memory = 2048
accel = "hvf"
cpu = "host
[boot]
order = "d"
[machine]
type = "virt"
highmem = "on"
Commit count: 84

cargo fmt