git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39f062f
)
KVM: x86: Fix reserved x2apic registers
author
Nadav Amit
<namit@cs.technion.ac.il>
Wed, 26 Nov 2014 15:56:25 +0000
(17:56 +0200)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Thu, 4 Dec 2014 14:29:05 +0000
(15:29 +0100)
x2APIC has no registers for DFR and ICR2 (see Intel SDM 10.12.1.2 "x2APIC
Register Address Space"). KVM needs to cause #GP on such accesses.
Fix it (DFR and ICR2 on read, ICR2 on write, DFR already handled on writes).
Signed-off-by: Nadav Amit <namit@cs.technion.ac.il>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/lapic.c
patch
|
blob
|
history
diff --cc
arch/x86/kvm/lapic.c
Simple merge