Re: [PATCH v4 0/6] mips/kvm: Fix ABI for compatibility with 64-bit guests.

2013-05-22 Thread Sanjay Lal
On May 22, 2013, at 5:54 AM, Gleb Natapov wrote: > On Tue, May 21, 2013 at 01:54:49PM -0700, David Daney wrote: >> From: David Daney >> >> The initial patch set implementing MIPS KVM does not handle 64-bit >> guests or use of the FPU. This patch set corrects these ABI issues, >> and does some

Re: [PATCH v4 0/6] mips/kvm: Fix ABI for compatibility with 64-bit guests.

2013-05-22 Thread Gleb Natapov
On Tue, May 21, 2013 at 01:54:49PM -0700, David Daney wrote: > From: David Daney > > The initial patch set implementing MIPS KVM does not handle 64-bit > guests or use of the FPU. This patch set corrects these ABI issues, > and does some very minor clean up. > Sanjay, is this looks good to you.

[PATCH v4 0/6] mips/kvm: Fix ABI for compatibility with 64-bit guests.

2013-05-21 Thread David Daney
From: David Daney The initial patch set implementing MIPS KVM does not handle 64-bit guests or use of the FPU. This patch set corrects these ABI issues, and does some very minor clean up. Chandes from v3: Use KVM_SET_ONE_REG instead of KVM_SET_MSRS. Added ENOIOCTLCMD patch. C