[PATCH 0/2] KVM/MIPS32: Fixes for Linux 3.10

2013-05-13 Thread Sanjay Lal
The following patch set fixes a couple of issues with KVM/MIPS32 in Linux 3.10. - As suggested by Gleb, wrap calls to gfn_to_pfn() with srcu_read_lock/unlock(). - kvm_mips_map_page() now returns an error code to it's callers, instead of calling panic() if it cannot find a mapping for a

Re: [PATCH 0/2] KVM/MIPS32: Fixes for Linux 3.10

2013-05-13 Thread David Daney
On 05/13/2013 01:21 PM, Sanjay Lal wrote: The following patch set fixes a couple of issues with KVM/MIPS32 in Linux 3.10. - As suggested by Gleb, wrap calls to gfn_to_pfn() with srcu_read_lock/unlock(). - kvm_mips_map_page() now returns an error code to it's callers, instead of calling panic()

Re: [PATCH 0/2] KVM/MIPS32: Fixes for Linux 3.10

2013-05-13 Thread Sanjay Lal
On May 13, 2013, at 2:07 PM, David Daney wrote: Sanjay, Have you looked at: http://www.linux-mips.org/archives/linux-mips/2013-05/msg00049.html We should start working toward unifying the KVM interface. David Daney. Hey David, I am currently in the process of integrating and