I have an IBM POWER7 Big-Endian with Debian-10-PPC64 host and Qemu-system-x86_64 (for running Linux x86 guests) installed. KVM module is present and loaded but I can't get it enabled.
Whatever attempts made result in "qemu-system-x86_64: invalid accelerator kvm". And "qemu-system-x86_64 -accel help" says that "Accelerators supported in QEMU binary: tcg"
- Does Qemu in Debian PPC64 support KVM integration?
- Is it possible compile Qemu from scratch and enable this feature? It would be necessary to compile kernel code too?
Thank you in advance.