commit | c69d3d9bc168b31de2072bf91c7e6879943b1381 | [log] [tgz] |
---|---|---|
author | Nadav Amit <namit@cs.technion.ac.il> | Wed Nov 26 17:56:25 2014 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Dec 04 15:29:05 2014 +0100 |
tree | 58a804bb515eef476cfc027363056a5c337cbcaa | |
parent | 39f062ff51b2a3bf9919bc74e575296f7e8cce1f [diff] |
KVM: x86: Fix reserved x2apic registers 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>