On Wed, May 22, 2013 at 11:43:55AM -0700, David Daney wrote:From: David Daney <david.daney@xxxxxxxxxx>Just noticed that KVM_REG_MIPS_ definitions are wrong. You need to
Because not all 256 CP0 registers are ever implemented, we need a
different method of manipulating them. Use the
KVM_SET_ONE_REG/KVM_GET_ONE_REG mechanism.
Now unused code and definitions are removed.
define KVM_REG_MIPS in include/uapi/linux/kvm.h (please use
0x7000000000000000ULL as 0x6000000000000000ULL is reserved for ARM64)
and define all KVM_REG_MIPS_ values as "KVM_REG_MIPS | value". Can you
send a patch to do that ASAP?