commit | c91d44971459073537874fcdd2f445e94cfb4f07 | [log] [tgz] |
---|---|---|
author | Sean Christopherson <seanjc@google.com> | Fri Oct 08 19:12:10 2021 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Dec 08 04:24:53 2021 -0500 |
tree | 736885a0eb88eeb68eac7c50c85a74a6cda6c259 | |
parent | 109a98260b533722d1190dcfa18447dd39fee5ff [diff] |
KVM: x86: Directly block (instead of "halting") UNINITIALIZED vCPUs Go directly to kvm_vcpu_block() when handling the case where userspace attempts to run an UNINITIALIZED vCPU. The vCPU is not halted, nor is it likely that halt-polling will be successful in this case. Reviewed-by: David Matlack <dmatlack@google.com> Signed-off-by: Sean Christopherson <seanjc@google.com> Message-Id: <20211009021236.4122790-18-seanjc@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>