Re: [PATCH 4/7 v2] KVM: PPC: e500: Add support for EPTCFG register

2013-03-27 Thread Alexander Graf
On 26.03.2013, at 23:05, Mihai Caraman wrote: > EPTCFG register defined by E.PT is accessed unconditionally by Linux guests > in the presence of MAV 2.0. Support it now. > > Signed-off-by: Mihai Caraman > --- > v2: > - Use has_feature() function > > Documentation/virtual/kvm/api.txt |1 +

[PATCH 4/7 v2] KVM: PPC: e500: Add support for EPTCFG register

2013-03-26 Thread Mihai Caraman
EPTCFG register defined by E.PT is accessed unconditionally by Linux guests in the presence of MAV 2.0. Support it now. Signed-off-by: Mihai Caraman --- v2: - Use has_feature() function Documentation/virtual/kvm/api.txt |1 + arch/powerpc/include/asm/kvm_host.h |1 + arch/powerpc/inc