This is the QEMU invocation command that fails:

qemu-system-riscv64 \
-machine virt \
-m 512 \
-smp 1 \
-nographic \
-device virtio-net-pci,netdev=net0 \
-netdev user,id=net0,hostfwd=tcp:127.0.0.1:10022-:22 \
-object rng-random,filename=/dev/urandom,id=rng0 \
-device virtio-rng-pci,rng=rng0,id=rng-device0 \
-monitor unix:/tmp/autopkgtest-qemu.e_5m27zi/monitor,server=on,wait=off \
-virtfs 
local,id=autopkgtest,path=/tmp/autopkgtest-qemu.e_5m27zi/shared,security_model=none,mount_tag=autopkgtest
 \
-device virtio-serial \
-chardev 
socket,path=/tmp/autopkgtest-qemu.e_5m27zi/hvc0,server=on,wait=off,id=hvc0 \
-device virtconsole,chardev=hvc0 \
-chardev 
socket,path=/tmp/autopkgtest-qemu.e_5m27zi/hvc1,server=on,wait=off,id=hvc1 \
-device virtconsole,chardev=hvc1 \
-serial unix:/tmp/autopkgtest-qemu.e_5m27zi/ttyS0,server=on,wait=off \
-drive 
index=0,file=/tmp/autopkgtest-buildvm-ubuntu-cloudj82p8naj/noble-server-cloudimg-riscv64.img,format=qcow2,if=virtio,discard=unmap
 \
-drive 
index=1,file=/tmp/autopkgtest-buildvm-ubuntu-cloudj82p8naj/autopkgtest.seed,format=raw,if=virtio,discard=unmap,readonly

-- 
You received this bug notification because you are a member of
Canonical's Ubuntu QA, which is subscribed to autopkgtest in Ubuntu.
https://bugs.launchpad.net/bugs/2056764

Title:
  Autopkgtest fails on riscv64 with -m virt acpi=on

Status in autopkgtest package in Ubuntu:
  New

Bug description:
  QEMU 8.2.1 supports ACPI on riscv64. But our images cannot boot with
  the available ACPI information.

  We must use -m virt,acpi=off.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autopkgtest/+bug/2056764/+subscriptions


-- 
Mailing list: https://launchpad.net/~canonical-ubuntu-qa
Post to     : canonical-ubuntu-qa@lists.launchpad.net
Unsubscribe : https://launchpad.net/~canonical-ubuntu-qa
More help   : https://help.launchpad.net/ListHelp

Reply via email to