Re: [Qemu-devel] Pending MIPS patches

2006-06-27 Thread Fabrice Bellard
Raphaël Rigo wrote: Dirk Behme wrote: Hi Raphaël, maybe you find some time and like to answer to Fabrice's remark regarding patch 8 below? http://lists.gnu.org/archive/html/qemu-devel/2006-06/msg00419.html Would be nice to get as many of the pending MIPS patches applied as possible. Man

Re: [Qemu-devel] Pending MIPS patches

2006-06-27 Thread Fabrice Bellard
Hi, Another task to improve mips-user and the other QEMU user targets would be to properly define the errno values (use the TARGET_ prefix) and to use them at the appropriate places. A header "errno-generic.h" could be used for most targets and specific targets (such as mips) could add a errn

MIPS instruction set configuration, was: Re: [Qemu-devel] Pending MIPS patches

2006-06-27 Thread Dirk Behme
Fabrice Bellard wrote: 3. [PATCH] Add special MIPS multiply instructions http://lists.gnu.org/archive/html/qemu-devel/2006-04/msg00375.html Same remark. These are NEC VR54xx specific extensions to the MIPS instruction set. They are used if you use GCC's -march=vr5400 option. See www.necela

Re: [Qemu-devel] Pending MIPS patches

2006-06-26 Thread Raphaël Rigo
Dirk Behme wrote: Hi Raphaël, maybe you find some time and like to answer to Fabrice's remark regarding patch 8 below? http://lists.gnu.org/archive/html/qemu-devel/2006-06/msg00419.html Would be nice to get as many of the pending MIPS patches applied as possible. Many thanks Dirk Fabric

Re: [Qemu-devel] Pending MIPS patches

2006-06-26 Thread Fabrice Bellard
Dirk Behme wrote: Fabrice Bellard wrote: 2. [PATCH][MIPS] add "lwu" instruction http://lists.gnu.org/archive/html/qemu-devel/2006-04/msg00326.html On which MIPS CPU is it defined ? Need to track instruction sets exactly to be able to select a given MIPS CPU at compile time or dynamically.

Re: [Qemu-devel] Pending MIPS patches

2006-06-26 Thread Dirk Behme
Fabrice Bellard wrote: 2. [PATCH][MIPS] add "lwu" instruction http://lists.gnu.org/archive/html/qemu-devel/2006-04/msg00326.html On which MIPS CPU is it defined ? Need to track instruction sets exactly to be able to select a given MIPS CPU at compile time or dynamically. 3. [PATCH] Add spe

Re: [Qemu-devel] Pending MIPS patches

2006-06-26 Thread Marius Groeger
On Sun, 25 Jun 2006, Fabrice Bellard wrote: 2. [PATCH][MIPS] add "lwu" instruction http://lists.gnu.org/archive/html/qemu-devel/2006-04/msg00326.html On which MIPS CPU is it defined ? Need to track instruction sets exactly to be able to select a given MIPS CPU at compile time or dynamically

Re: [Qemu-devel] Pending MIPS patches

2006-06-25 Thread Fabrice Bellard
Dirk Behme wrote: Hi, just fyi below my list of pending MIPS patches. Not sure if all patches are ready for inclusion, but maybe they are helpful for somebody. I try to track which patches are already applied and which not. Please feel free to add, comment, discuss etc anything. Best regard

[Qemu-devel] Pending MIPS patches

2006-06-25 Thread Dirk Behme
Hi, just fyi below my list of pending MIPS patches. Not sure if all patches are ready for inclusion, but maybe they are helpful for somebody. I try to track which patches are already applied and which not. Please feel free to add, comment, discuss etc anything. Best regards Dirk Pending M