commit | 91f673b3e1bd99faf46472b5244cb40fdcd01078 | [log] [tgz] |
---|---|---|
author | Maxim Levitsky <mlevitsk@redhat.com> | Mon Feb 07 17:54:22 2022 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Feb 08 13:30:49 2022 -0500 |
tree | 5386c38287ee9d1d8379e6f8d341ed21f5bf53af | |
parent | 759cbd59674a6c0aec616a3f4f0740ebd3f5fbef [diff] |
KVM: x86: nSVM: expose clean bit support to the guest KVM already honours few clean bits thus it makes sense to let the nested guest know about it. Note that KVM also doesn't check if the hardware supports clean bits, and therefore nested KVM was already setting clean bits and L0 KVM was already honouring them. Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com> Message-Id: <20220207155447.840194-6-mlevitsk@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>