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

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

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

```