RE: [Qemu-devel] running (open) solaris on sparc32

2007-02-27 Thread Paul Robinson
> -Original Message- > From: > [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > rg] On Behalf Of Peter > Sent: 27 February 2007 14:55 > To: qemu-devel@nongnu.org > Subject: Re: [Qemu-devel] running (open) solaris on sparc32 > > There are a number of bugs in OpenBIOS, and at least one in q

RE: [Qemu-devel] [PATCH] [SPARC] Fix floating point to integerconversion

2007-02-07 Thread Paul Robinson
On 07 February 2007 09:24, Aurelien Jarno wrote > I have found a bug on QEMU sparc, the floating point to > integer conversion instructions (fstoi, fdtoi, fstox, fdtox) . . . > > The problem affact for example wget which is unable to > download a file unless used with the -q argument. But give

RE: [Qemu-devel] Re: strange crash on FreeBSD-current/amd64 (pointertruncation?)

2007-02-02 Thread Paul Robinson
> From: > [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > rg] On Behalf Of Thiemo Seufer > Sent: 02 February 2007 04:02 > To: Juergen Lock > Cc: qemu-devel@nongnu.org > Subject: Re: [Qemu-devel] Re: strange crash on > FreeBSD-current/amd64 (pointertruncation?) > > Juergen Lock wrote: > > On Wed

RE: [Qemu-devel] Compiling qemu as position-independent code on an x86_64 linux host

2006-12-14 Thread Paul Robinson
> Hello Paul, > I also need to use qemu as a shared library, so i was wandering whether you had any luck with this? > > On 03/11/06, Paul Robinson <[EMAIL PROTECTED]> wrote: > > ... Hello Georgios, The short answer is not yet. I made a start but then had to do other th

RE: RE : Re: [Qemu-devel] Re: NBD server for QEMU images

2006-12-12 Thread Paul Robinson
> > > > > It's mostly intended to be used for accessing the files inside > > > > > QEMU disk images locally, without having to launch a virtual > > > > > machine and accessing then from there. > > > > > > > > mount -o loop does this. > > > > > > How is everybody missing the point? :-) mount -o

[Qemu-devel] Compiling qemu as position-independent code on an x86_64 linux host

2006-11-03 Thread Paul Robinson
Title: Compiling qemu as position-independent code on an x86_64 linux host Hi guys, I'm trying to use parts of qemu in an application that must be compiled as a shared library (i.e. a .so file). The code must be compiled with the -fPIC option otherwise the linker refuses to create a .so fi

[Qemu-devel] [PATCH] Sparc32 - fix wrwim instruction

2006-10-17 Thread Paul Robinson
This patch makes the wrwim instruction update only the writable bits in the wim register. RTEMS on sparc/erc32/leon relies on this behaviour. (Aurora Linux is not affected because it masks the unwritable bits). <> Paul R sparc-wrwim.diff Description: sparc-wrwim.diff __

[Qemu-devel] pronunciation of Qemu

2006-06-28 Thread Paul Robinson
How should you pronounce Qemu? FYI, my best guess is Q (as in the letter Q) followed by the first 2 syllables of emulator. Regards, Paul Robinson. ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] usenix 2005 paper

2006-04-20 Thread Paul Robinson
Title: usenix 2005 paper I've just noticed that FB's paper from the 2005 usenix annual technical conference can now be downloaded _without_ usenix membership. http://www.usenix.org/publications/library/proceedings/usenix05/tech/freenix/full_papers/bellard/bellard.pdf -Paul _