]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
KVM: x86: Warn on APIC base relocation
authorNadav Amit <namit@cs.technion.ac.il>
Sun, 2 Nov 2014 09:54:59 +0000 (11:54 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 8 Nov 2014 07:20:51 +0000 (08:20 +0100)
commitdb324fe6f20b0ad118d230da23107ddb12784e8c
tree03fa36f2a03bcb53dcba7d7b53464aabcf2ec171
parentd14cb5df59037f690e62f828c9977c23b1a59e0b
KVM: x86: Warn on APIC base relocation

APIC base relocation is unsupported by KVM. If anyone uses it, the least should
be to report a warning in the hypervisor.

Note that KVM-unit-tests uses this feature for some reason, so running the
tests triggers the warning.

Signed-off-by: Nadav Amit <namit@cs.technion.ac.il>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/lapic.c