commit | e1572f1d08be57a5412a464cff0712a23cd0b73e | [log] [tgz] |
---|---|---|
author | Vitaly Kuznetsov <vkuznets@redhat.com> | Mon Sep 16 18:22:56 2019 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Sep 24 13:37:28 2019 +0200 |
tree | d1ee6d7671cd371c765778c9a73777a823dfe848 | |
parent | a073d7e3ad687a7ef32b65affe80faa7ce89bf92 [diff] |
cpu/SMT: create and export cpu_smt_possible() KVM needs to know if SMT is theoretically possible, this means it is supported and not forcefully disabled ('nosmt=force'). Create and export cpu_smt_possible() answering this question. Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>