On 12/03/21 09:48, Andrew Jones wrote:
> I think we definitely need the additional data section here: For
KVM on
> POWER, it would be good to know whether it's KVM-HV or KVM-PR, for KVM on
> MIPS it would be good to know whether it's KVM_VM_MIPS_VZ or KVM_VM_MIPS_TE,
> for KVM on x86 whether it's the AMD flavor or Intel, ...
Could also pre-expand all of these and list them individually.
That seems worse (in general) because in a lot of cases you don't care;
the basic query-accels output should match the argument to "-accel".
Paolo