diff options
author | Mihai Caraman <mihai.caraman@freescale.com> | 2013-04-11 00:03:11 +0000 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2013-04-26 20:27:08 +0200 |
commit | 9a6061d7fdedbf025549adf5c9d920d90bbf4a69 (patch) | |
tree | 65057dad1b9ed9255175c19b8fe52cad37d91500 /Documentation/virtual | |
parent | 307d9008ed4f28920e0e78719e10d0f407341e00 (diff) | |
download | op-kernel-dev-9a6061d7fdedbf025549adf5c9d920d90bbf4a69.zip op-kernel-dev-9a6061d7fdedbf025549adf5c9d920d90bbf4a69.tar.gz |
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')
-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 f045377..a1f2200 100644 --- a/Documentation/virtual/kvm/api.txt +++ b/Documentation/virtual/kvm/api.txt @@ -1807,6 +1807,7 @@ registers, find a list below: PPC | KVM_REG_PPC_TLB1PS | 32 PPC | KVM_REG_PPC_TLB2PS | 32 PPC | KVM_REG_PPC_TLB3PS | 32 + PPC | KVM_REG_PPC_EPTCFG | 32 ARM registers are mapped using the lower 32 bits. The upper 16 of that is the register group type, or coprocessor number: |