Richard Henderson <richard.hender...@linaro.org> writes: > On 1/11/23 04:36, Fabiano Rosas wrote: >> Nowadays for KVM is the 'virt' machine the only one we use? > > Also sbsa-ref.
It seems not, sbsa_ref_init has this: if (kvm_enabled()) { error_report("sbsa-ref: KVM is not supported for this machine"); exit(1); }