diff options
Diffstat (limited to 'templates/machines/qemuarm.jinja2')
-rw-r--r-- | templates/machines/qemuarm.jinja2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/machines/qemuarm.jinja2 b/templates/machines/qemuarm.jinja2 index 624986a..1cde86d 100644 --- a/templates/machines/qemuarm.jinja2 +++ b/templates/machines/qemuarm.jinja2 @@ -6,6 +6,7 @@ {%- set sdk_arch = "arm" %} {%- set device_mach = "arm" %} {%- set qemu_arch = "arm" %} +{%- set qemu_model = "model=virtio" %} {%- set qemu_cpu = "cortex-a15" %} {%- set qemu_machine = "virt-2.11" %} {%- set qemu_memory = "2048" %} |