qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC PATCH v2 13/19] tests: do not run test-hmp on all machines for


From: Fabiano Rosas
Subject: Re: [RFC PATCH v2 13/19] tests: do not run test-hmp on all machines for ARM KVM-only
Date: Thu, 12 Jan 2023 11:49:55 -0300

Richard Henderson <richard.henderson@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);
}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]