Re: [Qemu-devel] status of sparc64 port

2007-05-16 Thread Blue Swirl
can someone summarize the status of the sparc64 port for me? I'd be especially interested in having an opensource simulator of some UltraSPARC II/UltraSPARC IIi based machines (like Ultra 5 or Ultra 60, even Sun Blades with UltraSPARC IIe and IIi). What is the biggest showstopper for including fu

[Qemu-devel] status of sparc64 port

2007-05-16 Thread Jakub Jermar
Hi, can someone summarize the status of the sparc64 port for me? I'd be especially interested in having an opensource simulator of some UltraSPARC II/UltraSPARC IIi based machines (like Ultra 5 or Ultra 60, even Sun Blades with UltraSPARC IIe and IIi). What is the biggest showstopper for incl

Re: [Qemu-devel] [PATCH, MIPS64] dmult & dmultu emulation

2007-05-16 Thread Thiemo Seufer
Aurelien Jarno wrote: > On Wed, May 16, 2007 at 02:00:14AM +0200, Aurelien Jarno wrote: > > On Tue, May 15, 2007 at 10:07:00PM +0100, Paul Brook wrote: > > > > The patch below fixes the emulation of dmult and dmultu by doing a real > > > > 64x64 -> 128 multiplication. > > > > > > Can we share the

[Qemu-devel] qemu Makefile.target exec-all.h target-i386/hel...

2007-05-16 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/05/16 11:59:40 Modified files: . : Makefile.target exec-all.h target-i386: helper.c target-mips: exec.h op.c op_helper.c Added files: . : ho

Re: [Qemu-devel] [PATCH, MIPS64] dmult & dmultu emulation

2007-05-16 Thread Aurelien Jarno
On Tue, May 15, 2007 at 07:26:22PM -0600, C.W. Betts wrote: > Would this patch work with other 64-bit processors, or is it > x86-64-only? I'm mainly thinking about 64-bit PowerPCs, but I don't > know if PowerPCs uses the same method. This patch works on all hosts CPU using the C version, but it

Re: [Qemu-devel] [PATCH, MIPS64] dmult & dmultu emulation

2007-05-16 Thread Aurelien Jarno
On Wed, May 16, 2007 at 02:00:14AM +0200, Aurelien Jarno wrote: > On Tue, May 15, 2007 at 10:07:00PM +0100, Paul Brook wrote: > > > The patch below fixes the emulation of dmult and dmultu by doing a real > > > 64x64 -> 128 multiplication. > > > > Can we share the implementation between targets ple

Re: [Qemu-devel] [PATCH, MIPS64] dmult & dmultu emulation

2007-05-16 Thread Thiemo Seufer
C.W. Betts wrote: > Would this patch work with other 64-bit processors, or is it > x86-64-only? I'm mainly thinking about 64-bit PowerPCs, but I don't > know if PowerPCs uses the same method. You may have missed the x86-64 specific assembly code in there. Thiemo