Re: [PATCH 11/12] KVM: PPC: booke: Add EPCR support in sregs

2012-12-01 Thread Alexander Graf
On 11.10.2012, at 18:13, Mihai Caraman wrote: > Add KVM_SREGS_E_64 feature and EPCR spr support in get/set sregs for 64-bit > hosts. Why would we need this if we have a proper ONE_REG interface for EPCR? Alex > > Signed-off-by: Mihai Caraman > --- > arch/powerpc/kvm/booke.c |7 +++ >

[PATCH 11/12] KVM: PPC: booke: Add EPCR support in sregs

2012-10-11 Thread Mihai Caraman
Add KVM_SREGS_E_64 feature and EPCR spr support in get/set sregs for 64-bit hosts. Signed-off-by: Mihai Caraman --- arch/powerpc/kvm/booke.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/kvm/booke.c b/arch/powerpc/kvm/booke.c index e6159f5..d396374 1