qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Invalid accelerator kvm / error: kvm run failed Function not impleme


From: Mario Marietto
Subject: Re: Invalid accelerator kvm / error: kvm run failed Function not implemented ERRORS trying to virtualize a guest OS on the ARM Chromebook running with a relatively recent kernel version and KVM enabled
Date: Sat, 12 Aug 2023 18:51:41 +0200

Can you give me the qemu parameters that you use ? they should not be so different from armhf.

On Sat, Aug 12, 2023 at 6:35 PM Mario Marietto <marietto2008@gmail.com> wrote:
I tried with this :

qemu-system-arm \
    -enable-kvm -serial stdio \
    -m 512 -M virt -cpu cortex-a15 \
    -drive if=pflash,format=raw,unit=1,file=/usr/share/AAVMF/AAVMF32_VARS.fd \
    -drive if=pflash,format=raw,unit=0,file=/usr/share/AAVMF/AAVMF32_CODE.fd \
    -boot d -cdrom /mnt/fisso/OS/ISO/BSD/FreeBSD-13.2-RELEASE-arm-armv7-GENERICSD.img \
    -drive file=/mnt/fisso/bhyve/img/FreeBSD/FreeBSD.img,id=virtio-blk,if=none \
    -device virtio-blk,drive=virtio-blk \
    -device virtio-net,netdev=net0,mac="52:54:00:12:34:55" \
    -netdev type=user,id=net0 \
    -device virtio-gpu-pci \
    -device vmware-svga,id=video0,vgamem_mb=16


but nope,it does not boot :


2023-08-12_18-32.png

On Sat, Aug 12, 2023 at 6:28 PM Валентин <val15032008@mail.ru> wrote:
> qemu-system-arm -enable-kvm -serial stdio -m 512 -M virt -cpu cortex-a15 -drive ... 
 
Try to explicitly add video adapter: "-device virtio-gpu-pci". 
 
With best regards, 
Valentine.



--
Mario.


--
Mario.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]