Re: [PATCH] KVM: PPC: Fix SPRG get/set for Book3S and BookE

2011-01-06 Thread Marcelo Tosatti
On Wed, Dec 29, 2010 at 01:51:25PM -0600, Peter Tyser wrote: > Previously SPRGs 4-7 were improperly read and written in > kvm_arch_vcpu_ioctl_get_regs() and kvm_arch_vcpu_ioctl_set_regs(); > > Signed-off-by: Peter Tyser > --- > I noticed this while grepping for somthing unrelated and assume its >

Re: [PATCH] KVM: PPC: Fix SPRG get/set for Book3S and BookE

2011-01-04 Thread Alexander Graf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29.12.2010, at 20:51, Peter Tyser wrote: > Previously SPRGs 4-7 were improperly read and written in > kvm_arch_vcpu_ioctl_get_regs() and kvm_arch_vcpu_ioctl_set_regs(); > > Signed-off-by: Peter Tyser Thanks a lot for the catch. At least for Boo

[PATCH] KVM: PPC: Fix SPRG get/set for Book3S and BookE

2010-12-29 Thread Peter Tyser
Previously SPRGs 4-7 were improperly read and written in kvm_arch_vcpu_ioctl_get_regs() and kvm_arch_vcpu_ioctl_set_regs(); Signed-off-by: Peter Tyser --- I noticed this while grepping for somthing unrelated and assume its a typo. Feel free to add to the patch description; I don't use KVM so don