summaryrefslogtreecommitdiffstats
path: root/templates/machines/qemuarm64.jinja2
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2020-10-13 07:35:05 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-10-13 11:56:28 +0000
commit36d9df857024a1c254305bf7f06714ee0148f33e (patch)
tree4baea86ad590c45bdd7538e320b7bd901fccaee9 /templates/machines/qemuarm64.jinja2
parent5280722c7d07a3cef3ac016b2d1031a076528fd1 (diff)
SPEC-3631: Add network to qemu
qemu machines does not have a network card by default. So let's add one. Change-Id: I6ea5d5625ee5c24b5ee49652f1aa838580a6f952 Bug-AGL: SPEC-3631 Signed-off-by: Corentin LABBE <clabbe@baylibre.com> (cherry picked from commit bc944019a9f558454ede39b95e5da39fca0c81f8)
Diffstat (limited to 'templates/machines/qemuarm64.jinja2')
-rw-r--r--templates/machines/qemuarm64.jinja21
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/machines/qemuarm64.jinja2 b/templates/machines/qemuarm64.jinja2
index 0e280eb..73e13c2 100644
--- a/templates/machines/qemuarm64.jinja2
+++ b/templates/machines/qemuarm64.jinja2
@@ -6,6 +6,7 @@
{%- set sdk_arch = "aarch64" %}
{%- set device_mach = "arm64" %}
{%- set qemu_arch = "aarch64" %}
+{%- set qemu_model = "model=virtio" %}
{%- set qemu_cpu = "cortex-a57" %}
{%- set qemu_machine = "virt" %}
{%- set qemu_memory = "2048" %}