[Qemu-devel] solved! (was: Re: qemu 20061102 snapshot: trouble booting directly from cdrom device)

2006-12-14 Thread Juergen Lock
On Sat, Nov 11, 2006 at 01:58:43PM +0100, I wrote: > Hi! > > I got a report yesterday of the win2k cd bsod'ing with an > INACCESSIBLE_BOOT_DEVICE error when booted directly from the device > (as opposed to from an iso, which worked.) I dont have a win2k cd, > but I tried a KANOTIX-2006-01-RC2 cd

Re: [Qemu-devel] using mmap?

2006-12-14 Thread Paul Brook
> Does anyone know the reason for the removal of the mmap()? I have used > a benchmarking tool (I think it was 3D Mark05 or 3D Mark06) and the > memory access in the guest WinXP was slooow. Does anyone have any > insight on making the hardware MMU function for linux-x86 host to WinXP > 32-bit

Re: [Qemu-devel] Qemu Virual Machine Image

2006-12-14 Thread Paul Brook
On Thursday 14 December 2006 07:45, I_am alone wrote: > Hi all, > > I am in the process of learning QEMU Mechanism by doing a code > review. I need to know the Virtual Image File and how does the Gust Os IO > mechanisms are transfered in to the Host Os Image file . > > If anyone could point

Re: [Qemu-devel] using mmap?

2006-12-14 Thread Joseph Miller
Tim Olson wrote: On Dec 13, 2006, at 10:04 AM, Joseph Miller wrote: Can someone elaborate on this a little? What is the difference between the SOFTMMU and the mmap()? Should I be using the --enable-system or the --disable-system for win32 guest on i386 debian host? Can someone give a li

[Qemu-devel] SCSI [PATCH] SCSI externals changes

2006-12-14 Thread Chuck Brazie
Here is the patch with texi updates and the enum set correctly so the SCSI disk is visible. (I missed moving some lines from my previous level of this patch.) Chuck diff -Nuar -X diff_excludes /hg-qemu/hw/pc.c /qemu-new/hw/pc.c --- /hg-qemu/hw/pc.c2006-12-13 06:59:35.0 -0500 +++ /qe

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

2006-12-14 Thread Jim C. Brown
On Thu, Dec 14, 2006 at 09:37:32AM +0100, Salvador Fandino wrote: > Jim C. Brown wrote: > > >> yes, that's right, but it's not what lomount does. It parses the data on > >> the EBR in the same way as the MBR, reading 4 partition registers from > >> them. > >> > > > > It only uses the first two.

Re: [Qemu-devel] qemu-system-* using mmap?

2006-12-14 Thread Tim Olson
On Dec 13, 2006, at 10:04 AM, Joseph Miller wrote: Can someone elaborate on this a little? What is the difference between the SOFTMMU and the mmap()? Should I be using the --enable-system or the --disable-system for win32 guest on i386 debian host? Can someone give a little more insight

[Qemu-devel] qemu/tests Makefile hello-mips.c

2006-12-14 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 06/12/14 14:48:11 Modified files: tests : Makefile Added files: tests : hello-mips.c Log message: Simple test for mips/mipsel, based on a test by Alexander Voropay. C

[Qemu-devel] qemu vnc.c

2006-12-14 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 06/12/14 13:36:02 Modified files: . : vnc.c Log message: Reduce VNC resize traffic, thanks Eduardo Felipe. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vnc.c?cvsroot=qemu&

[Qemu-devel] qemu/linux-user elfload.c

2006-12-14 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 06/12/14 13:32:11 Modified files: linux-user : elfload.c Log message: Fix userland ELF loader for zero sized BSS. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/linux-user/elfload.c?

Re: RE : Re: [Qemu-devel] Bounce message

2006-12-14 Thread Martin Guy
2006/12/14, Sylvain Petreolle <[EMAIL PROTECTED]>: I am getting bounce messages from Rebecca Langley too, this is becoming annoying. > Who is the list owner of qemu-devel and can remove > Rebecca Langley from the subscriber list? [EMAIL PROTECTED] I already mailed them M _

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

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

2006-12-14 Thread G Portokalidis
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: 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 co

RE : Re: [Qemu-devel] Bounce message

2006-12-14 Thread Sylvain Petreolle
I am getting bounce messages from Rebecca Langley too, this is becoming annoying. --- Stefan Weil <[EMAIL PROTECTED]> a écrit : > Who is the list owner of qemu-devel and can remove > Rebecca Langley from the subscriber list? > > I'm getting these messages, too (for every mail > which I send to q

Re: [Qemu-devel] Qemu Virual Machine Image

2006-12-14 Thread Mulyadi Santosa
Hi... > If anyone could point me the Source Code Portian which handles this part it > would be really helpful for me to learn about the Images and Guest Os to > Hos Os IO mechanisms... I think what you need to check is the block-*.c files e.g block-cow.c, block-qcow.c etc. raw block driver is in

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

2006-12-14 Thread Avi Kivity
Salvador Fandino wrote: I have run some tests and found that it's easy to cause a deadlock just untaring a file over an nbd device being served from localhost (using the standard nbd-server or my own, it doesn't matter). Another interesting finding is that when the deadlock happens, qemu-nbds is

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

2006-12-14 Thread Salvador Fandino
Jim C. Brown wrote: >> yes, that's right, but it's not what lomount does. It parses the data on >> the EBR in the same way as the MBR, reading 4 partition registers from them. >> > > It only uses the first two. It reads in the rest but ignores them. Could I be looking at an old version of lomoun