Re: [PATCH 00/20] KVM for MIPS32 Processors

2012-11-02 Thread Sanjay Lal
On Nov 1, 2012, at 10:51 AM, Avi Kivity wrote: On 10/31/2012 05:17 PM, Sanjay Lal wrote: The following patchset implements KVM support for MIPS32R2 processors, using Trap Emulate, with basic runtime binary translation to improve performance. The goal has been to keep the Guest kernel

Re: [PATCH 00/20] KVM for MIPS32 Processors

2012-11-01 Thread Avi Kivity
On 10/31/2012 05:17 PM, Sanjay Lal wrote: The following patchset implements KVM support for MIPS32R2 processors, using Trap Emulate, with basic runtime binary translation to improve performance. The goal has been to keep the Guest kernel changes to a minimum. The patch is against Linux

[PATCH 00/20] KVM for MIPS32 Processors

2012-10-31 Thread Sanjay Lal
The following patchset implements KVM support for MIPS32R2 processors, using Trap Emulate, with basic runtime binary translation to improve performance. The goal has been to keep the Guest kernel changes to a minimum. The patch is against Linux 3.7-rc2. There is a companion patchset for QEMU