mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-14 03:17:05 +00:00
edbe471804
-m <script> Run a script in hypervisor context prior to starting the guest. This is essentially the same as the shell context. -c <code> Run a literal string of code prior to starting the guest. -S Start a shell instead of directly starting the guest. Use `start` to actually begin guest execution. This also adds a couple example scripts under hv/. Signed-off-by: Hector Martin <marcan@marcan.st> |
||
---|---|---|
.. | ||
README.md | ||
trace_agx.py | ||
trace_all.py |
m1n1 hypervisor scripts
This directory contains scripts that can be executed to configure the hypervisor using the -m
option to run_guest.py
.