]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: WARN if the APIC map is dirty without an in-kernel local APIC
authorSean Christopherson <seanjc@google.com>
Tue, 13 Jul 2021 16:32:49 +0000 (09:32 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 2 Aug 2021 15:01:50 +0000 (11:01 -0400)
commite8a6f2fca9161c0ca3e6e75e1c76451ec484d420
tree0b4fe1408bc9fccd7a4f4b449f88e2b5371608d0
parent3c07107bafe24b5de62f891c8f94d6352ce88a87
KVM: x86: WARN if the APIC map is dirty without an in-kernel local APIC

WARN if KVM ends up in a state where it thinks its APIC map needs to be
recalculated, but KVM is not emulating the local APIC.  This is mostly
to document KVM's "rules" in order to provide clarity in future cleanups.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20210713163324.627647-12-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/lapic.c