diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/machines/qemuarm.jinja2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/machines/qemuarm.jinja2 b/templates/machines/qemuarm.jinja2 index 3949f48..7e0b904 100644 --- a/templates/machines/qemuarm.jinja2 +++ b/templates/machines/qemuarm.jinja2 @@ -7,7 +7,7 @@ {%- set device_mach = "arm" %} {%- set qemu_arch = "arm" %} {%- set qemu_cpu = "cortex-a15" %} -{%- set qemu_machine = "virt" %} +{%- set qemu_machine = "virt-2.11" %} {%- set qemu_memory = "2048" %} {%- set qemu_args = "-soundhw hda -device usb-ehci -device virtio-rng-pci" %} {%- set qemu_cmdline = "console=ttyAMA0,115200 root=/dev/vda verbose systemd.log_color=false " %} |