summaryrefslogtreecommitdiffstats
path: root/templates/machines/qemuarm64.jinja2
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-03-29 16:57:28 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-11-28 12:32:34 +0100
commita09fb855390ed837f03ed20c22f9362901b0a62d (patch)
tree9b1f230a3a15897f79ac4cc68e29192ad7a79f38 /templates/machines/qemuarm64.jinja2
parentde28b757b5455ef111e5edd9189c138992395e49 (diff)
Recent qemu deprecated -soundhw and uses a new syntax. Adapt our wrapper to use it. Bug-AGL: SPEC-4731 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I6af0f2184ba09781a55ae173ece7cea3d7ddaddb
Diffstat (limited to 'templates/machines/qemuarm64.jinja2')
-rw-r--r--templates/machines/qemuarm64.jinja22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/machines/qemuarm64.jinja2 b/templates/machines/qemuarm64.jinja2
index f463382..d5ed8d4 100644
--- a/templates/machines/qemuarm64.jinja2
+++ b/templates/machines/qemuarm64.jinja2
@@ -10,7 +10,7 @@
{%- set qemu_cpu = "cortex-a57" %}
{%- set qemu_machine = "virt" %}
{%- set qemu_memory = "4096" %}
-{%- set qemu_args = "-smp 2 -soundhw hda -device usb-ehci -device virtio-rng-pci -device VGA,vgamem_mb=64,edid=on -device qemu-xhci -device usb-tablet -device usb-kbd " %}
+{%- set qemu_args = "-smp 4 -audiodev none,id=agl,out.channels=2,in.channels=1 -device ich9-intel-hda -device hda-micro,audiodev=agl -device usb-ehci -device virtio-rng-pci -device VGA,vgamem_mb=128,edid=on -device qemu-xhci -device usb-tablet -device usb-kbd " %}
{%- set qemu_cmdline = "console=ttyAMA0,115200 root=/dev/vda verbose mem=4096M systemd.log_color=false " %}
{%- set guestfs_interface = "virtio" %}
{%- set rootfs_type = rootfs_type|default("rootvd") %}