diff options
author | Mihai Caraman <mihai.caraman@freescale.com> | 2013-04-10 20:03:11 -0400 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2013-04-26 14:27:08 -0400 |
commit | 9a6061d7fdedbf025549adf5c9d920d90bbf4a69 (patch) | |
tree | 65057dad1b9ed9255175c19b8fe52cad37d91500 /Documentation/virtual/kvm/api.txt | |
parent | 307d9008ed4f28920e0e78719e10d0f407341e00 (diff) |
KVM: PPC: e500: Add support for EPTCFG register
EPTCFG register defined by E.PT is accessed unconditionally by Linux guests
in the presence of MAV 2.0. Emulate it now.
Signed-off-by: Mihai Caraman <mihai.caraman@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'Documentation/virtual/kvm/api.txt')
-rw-r--r-- | Documentation/virtual/kvm/api.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/virtual/kvm/api.txt b/Documentation/virtual/kvm/api.txt index f045377ae5a0..a1f2200e43d0 100644 --- a/Documentation/virtual/kvm/api.txt +++ b/Documentation/virtual/kvm/api.txt | |||
@@ -1807,6 +1807,7 @@ registers, find a list below: | |||
1807 | PPC | KVM_REG_PPC_TLB1PS | 32 | 1807 | PPC | KVM_REG_PPC_TLB1PS | 32 |
1808 | PPC | KVM_REG_PPC_TLB2PS | 32 | 1808 | PPC | KVM_REG_PPC_TLB2PS | 32 |
1809 | PPC | KVM_REG_PPC_TLB3PS | 32 | 1809 | PPC | KVM_REG_PPC_TLB3PS | 32 |
1810 | PPC | KVM_REG_PPC_EPTCFG | 32 | ||
1810 | 1811 | ||
1811 | ARM registers are mapped using the lower 32 bits. The upper 16 of that | 1812 | ARM registers are mapped using the lower 32 bits. The upper 16 of that |
1812 | is the register group type, or coprocessor number: | 1813 | is the register group type, or coprocessor number: |