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
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
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
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
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
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
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