Re: [PATCH v2 04/10] target/riscv/kvm: add 'rva22u64' flag as unavailable

2023-10-10 Thread Alistair Francis
On Fri, Oct 6, 2023 at 11:24 PM Daniel Henrique Barboza wrote: > > KVM does not have the means to support enabling the rva22u64 profile. > The main reasons are: > > - we're missing support for some mandatory rva22u64 extensions in the > KVM module; > > - we can't make promises about enabling a

[PATCH v2 04/10] target/riscv/kvm: add 'rva22u64' flag as unavailable

2023-10-06 Thread Daniel Henrique Barboza
KVM does not have the means to support enabling the rva22u64 profile. The main reasons are: - we're missing support for some mandatory rva22u64 extensions in the KVM module; - we can't make promises about enabling a profile since it all depends on host support in the end. We'll revisit this