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: Валентин
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 21:39:13 +0300

> Can you give me the qemu parameters that you use ? they should not be so different from armhf.
 
I'm running it with: 
 
qemu-system-aarch64 \
-M virt -cpu cortex-a15 -m 128 -net none \
-k en-us \
-device virtio-gpu-pci \
-drive if=pflash,readonly=on,format=raw,file=AAVMF32_CODE.fd \
-L /path/to/bioses/directory/ \
-vnc unix:vncsocket \
-qmp unix:qmpsocket,server,nowait \
-monitor vc \
-overcommit mem-lock=off -rtc base=localtime -nodefaults
 
But you should probably skip the parts "-vnc", "-qmp" and "-monitor" because they should be related to my particular setup (I'm using it on a phone, the build is from limboemu/limbo project on GitHub). 
 
The OVMF bios is from Debian distribution. 
I didn't connect any hdd images, but at least the machine displays EFI shell prompt, so the bios starts. 

Try to start the machine without KVM, maybe it causes problems? 
 
With best regatds, 
Valentine.


reply via email to

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