|
| From: | Fabiano Rosas |
| Subject: | Re: [PATCH 20/22] gitlab: enable minimal device profoile for aarch64 --disable-tcg |
| Date: | Wed, 03 May 2023 10:01:10 -0300 |
Alex Bennée <alex.bennee@linaro.org> 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);
}
| [Prev in Thread] | Current Thread | [Next in Thread] |