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

https://github.com/vt-alt/vm-run

ALT vm-run tool to run command in KVM booted Linux kernel in %check sections of .spec files
https://github.com/vt-alt/vm-run

9pfs kvm linux-kernel virtualization

Last synced: 4 months ago
JSON representation

ALT vm-run tool to run command in KVM booted Linux kernel in %check sections of .spec files

Awesome Lists containing this project

README

          

ALT Linux tool to run commands using QEMU/KVM booted Linux kernel in `%check`
section (of .spec) to run tests requiring (virtualized) root permissions or
kernel testing fully under user.

Filesystem is mounted over 9pfs by default, but creation of ext4 image is also
supported. There are multiple options to experiment with BIOS or UEFI boot,
secureboot, microvm machine, VirtIO/SCSI devices, hvc console, etc.

## Collection of links to similar VM tools & scripts:

* https://lkml.org/lkml/2011/11/5/83 (run-qemu) 2011-2012
* https://github.com/arapov/wrap-qemukvm 2012-2013
* https://github.com/g2p/vido 2013-2024
* https://github.com/amluto/virtme 2014-2021
* https://github.com/vincentbernat/eudyptula-boot 2014-
* https://github.com/legionus/vm 2015-2024
* https://github.com/osandov/osandov-linux 2015-2024
* https://github.com/cirosantilli/runlinux.git 2015-2017
* https://github.com/systemd/mkosi 2016-
* https://github.com/rapido-linux/rapido 2016-
* https://github.com/jollheef/out-of-tree 2018-2024
* https://github.com/YADRO-KNS/ktest 2018-2020
* https://gitlab.com/cip-project/cip-core/isar-cip-core/blob/master/start-qemu.sh 2019-2024
* https://github.com/osandov/drgn/tree/main/vmtest 2020-
* https://github.com/obirvalger/vml 2021-
* https://github.com/arighi/virtme-ng 2022-
* https://github.com/danobi/vmtest 2022-
* https://github.com/klark973/vm 2023-2023
* https://github.com/DaanDeMeyer/mkosi-kernel 2023-
* https://github.com/AsahiLinux/muvm 2024-