[Qemu-devel] [PATCH 00/10] tcg/mips: cleanup and improvements

2012-09-21 Thread Aurelien Jarno
This patch series first does a bit of cleanup and bug fixing on the MIPS TCG backend. Then some optimizations are added, mostly by implementing new TCG operations. The last patch depends on the movcond series by Richard Henderson. This has been tested on Loongson3A and Octeon CPUs by booting arm,

Re: [Qemu-devel] [PATCH 00/10] tcg/mips: cleanup and improvements

2012-09-21 Thread Richard Henderson
On 09/21/2012 09:43 AM, Aurelien Jarno wrote: This patch series first does a bit of cleanup and bug fixing on the MIPS TCG backend. Then some optimizations are added, mostly by implementing new TCG operations. The last patch depends on the movcond series by Richard Henderson. This has been