On 21/10/2019 23.06, Wayne Li wrote: > Dear Qemu list members, > > I'm attempting to enable KVM in a Qemu-based project that is running on > a T4240RDB board. After compiling my code with the -enable-kvm option I > ran the qemu executable with the -enable-kvm option. The application > exited with the following error message: "kvm error: missing PVR setting > capability." What are some possibilities causing this error?
That's an e6500 bas PPC board, isn't it? ... I guess nobody has been running KVM on such a system in a while... What do you get when running "lsmod | grep kvm" ? How did you run QEMU? I think you have to make sure to run with the right CPU model ("-cpu e6500") and machine (likely "-M ppce500" ?). Thomas