Alex Bennée <[email protected]> writes: > As this is likely the most common configuration people will want once > the --disable-tcg patches land.
I don't think sbsa-ref works with KVM, sbsa_ref_init has:
if (kvm_enabled()) {
error_report("sbsa-ref: KVM is not supported for this machine");
exit(1);
}
