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

2013-05-23 Thread Gleb Natapov
On Wed, May 22, 2013 at 11:43:50AM -0700, David Daney wrote: From: David Daney david.da...@cavium.com Please regenerate against master. arch/mips/include/asm/kvm.h does not exists any more. The initial patch set implementing MIPS KVM does not handle 64-bit guests or use of the FPU. This

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

2013-05-23 Thread David Daney
On 05/23/2013 03:28 AM, Gleb Natapov wrote: On Wed, May 22, 2013 at 11:43:50AM -0700, David Daney wrote: From: David Daney david.da...@cavium.com Please regenerate against master. arch/mips/include/asm/kvm.h does not exists any more. New patch sent. I gather from this message, that you

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

2013-05-23 Thread Gleb Natapov
On Thu, May 23, 2013 at 09:58:00AM -0700, David Daney wrote: On 05/23/2013 03:28 AM, Gleb Natapov wrote: On Wed, May 22, 2013 at 11:43:50AM -0700, David Daney wrote: From: David Daney david.da...@cavium.com Please regenerate against master. arch/mips/include/asm/kvm.h does not exists any

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

2013-05-22 Thread David Daney
From: David Daney david.da...@cavium.com 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. Changes from v4: No code change, just keep more of the code in

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

2013-05-22 Thread Sanjay Lal
On May 22, 2013, at 11:43 AM, David Daney wrote: From: David Daney david.da...@cavium.com 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. Changes from v4: No code