Comment 5 for bug 1662345

Revision history for this message
dann frazier (dannf) wrote :

I tested this at Ryan's request, and was using QEMU 1:2.6.1+dfsg-0ubuntu8 instantiated with the following command line:

sudo qemu-system-aarch64 -enable-kvm -m 4096 -cpu host -smp 8 -M virt,gic_version=host -nographic -pflash AAVMF_CODE.fd -pflash AAVMF_VARS.fd -drive if=none,file=disk.img,id=hd0 -device virtio-blk-device,drive=hd0 -netdev type=tap,id=net0 -device virtio-net-device,netdev=net0,mac=ac:67:de:d2:4b:06 -drive file=mini.iso,id=cdrom,if=none,media=cdrom -device virtio-scsi-device -device scsi-cd,drive=cdrom -smbios type=1,manufacturer="Foobar"

/sys/firmware/dmi is populated, but 'grep -ir Foobar /sys/class/dmi' returns nothing.

I don't have bandwidth right now to debug, but I can run tests if hw access is an issue.