commit | f4d316537059b274452727e86f46ff3bdefdde4d | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Nov 11 10:13:38 2021 -0500 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Nov 11 10:35:26 2021 -0500 |
tree | 50f1467a3a2c837d8f8a9d759a276acb159846d7 | |
parent | b67a4cc35c9f726999fa29880713ce72d4e39e8d [diff] |
KVM: generalize "bugged" VM to "dead" VM Generalize KVM_REQ_VM_BUGGED so that it can be called even in cases where it is by design that the VM cannot be operated upon. In this case any KVM_BUG_ON should still warn, so introduce a new flag kvm->vm_dead that is separate from kvm->vm_bugged. Suggested-by: Sean Christopherson <seanjc@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>