QEMU CLI Generator
Configuration Preset
Custom
{{ PRESET_MATRIX[p].title }}
QEMU Architecture
{{ ARCH_MATRIX[a].name }}
{{ PRESET_MATRIX[form.preset]?.desc || "-" }}
RAM (GB)
vCPUs
Machine
{{ MACHINES[c] }}
USB
None
{{ USB_CONTROLLERS[u] }}
UEFI {{ form.uefi || !['x86_64', 'i386'].includes(form.arch) ? '✅' : '❌' }}
CPU
{{ CPUS[c] }}
{{ form.kvm && ['host', 'qemu32', 'qemu64'].includes(form.cpu) ? 'Hardware accelerated ✅' : 'No hardware acceleration ❌' }}
Display
{{ DISPLAYS[d] }}
{{ form.display_gpu && DISPLAYS_OPT[form.display]?.gl ? 'OpenGL accelerated ✅' : 'No OpenGL acceleration ❌' }}
Input
{{ INPUTS[i].name }}
{{ form.input_tablet && form.input != 'ps2' ? 'Integrated mouse ✅' : 'No mouse integration ❌' }}
Storage Devices
Drive #{{ index + 1 }}
× Remove
Bus / Controller
{{ label }}
Media Type
{{ label }}
File Path
+
Add Storage Device
Network Device
{{ NETWORKS[n] }}
Audio Device
No Audio
{{ SOUNDS[s] }}
Save Configuration
Your Operating System
{{ data.name }}
{{ cmd }}
Saved Presets
{{ save.name }} ({{ save.arch }})