https://github.com/devkral/quick_qemu
Quick start qemu machines
https://github.com/devkral/quick_qemu
Last synced: 7 days ago
JSON representation
Quick start qemu machines
- Host: GitHub
- URL: https://github.com/devkral/quick_qemu
- Owner: devkral
- License: mit
- Created: 2018-03-01T07:10:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-28T14:11:12.000Z (4 months ago)
- Last Synced: 2025-06-28T15:28:04.594Z (4 months ago)
- Language: Python
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
install
-------
pip3 install quick_qemu
execute
-------
``` sh
python -m quick_qemu ...
or
quick_qemu ...
```
environment
-----------
* QUICK_QEMU_OUTPUT: set output, default spice-app
* QUICK_QEMU_NOGL: if set disables ql rendering
* QUICK_QEMU_CPU: change virtual cpu
* QUICK_QEMU_MACHINE: change virtual acpi
example
-------
``` sh
python -m quick_qemu ~/Downloads/archlinux.iso
```