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

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 things. I'll be looking at this again

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 loop doesn't mount qcow

[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