Re: [PATCH 10/31] mips/kvm: Implement ioctls to get and set FPU registers.

2013-06-14 Thread Ralf Baechle
On Fri, Jun 07, 2013 at 04:03:14PM -0700, David Daney wrote: > From: David Daney > > The current implementation does nothing with them, but future MIPSVZ > work need them. Also add the asm-offsets accessors for the fields. Just as a note, older MIPS FPUs only have fcr0 and fcr31. Acked-by: Ra

[PATCH 10/31] mips/kvm: Implement ioctls to get and set FPU registers.

2013-06-07 Thread David Daney
From: David Daney The current implementation does nothing with them, but future MIPSVZ work need them. Also add the asm-offsets accessors for the fields. Signed-off-by: David Daney --- arch/mips/include/asm/kvm_host.h | 8 arch/mips/kernel/asm-offsets.c | 8 arch/mips/kv