Re: [PATCH v2 1/3] KVM: x86: add support for user wait instructions

From: Paolo Bonzini
Date: Tue May 28 2019 - 21:30:03 EST


On 28/05/19 09:19, Tao Xu wrote:
>
> Thank you! This information really helped me. After I read the code in
> KVM/QEMU, I was wondering that with qemu command-line "-cpu
> host,+kvm-hint-dedicated", then in KVM,
> "kvm_hint_has_feature(KVM_HINTS_DEDICATED)" will be true, am I right?

Yes, but it doesn't matter for this patch series.

Paolo