> From: Mateja Marjanovic <mateja.marjano...@rt-rk.com> > Subject: [PATCH 0/3] target/mips: Add emulation of three MMI instructions > > From: Mateja Marjanovic <mateja.marjano...@rt-rk.com> > > This series adds emulation of PCPYH, PCPYLD, and PCPYUD MMI > instructions. > > Mateja Marjanovic (3): > target/mips: Add emulation of MMI instruction PCPYH > target/mips: Add emulation of MMI instruction PCPYLD > target/mips: Add emulation of MMI instruction PCPYUD > > target/mips/translate.c | 199 ++++++++++++++++++++++++++++++++++++++++++++++-- > 1 file changed, 194 insertions(+), 5 deletions(-) >
> From: Aleksandar Markovic <aleksandar.marko...@rt-rk.com> > Sent: Friday, February 22, 2019 8:26 PM > To: qemu-devel@nongnu.org > Cc: aurel...@aurel32.net; Aleksandar Markovic; Aleksandar Rikalo > Subject: [PATCH v3 0/8] Misc target/mips fixes and improvements > > From: Aleksandar Markovic <amarko...@wavecomp.com> > > A collection of misc target/mips fixes and improvements for > February 2019. > For all the patches in this series: Reviewed-by: Aleksandar Rikalo <arik...@wavecomp.com> Aleksandar Rikalo