Re: [Qemu-devel] Re: esd audio output patch and debuging.

2006-09-03 Thread Frederick Reeve
On Mon, 4 Sep 2006 04:07:51 +0400 (MSD) malc <[EMAIL PROTECTED]> wrote: > Attached patch fixes a couple of problems. I just want to say a big thanks to you for this. I have really had my hands full the last couple of days and have been putting in 12+ hour days at the schools trying to be rea

[Qemu-devel] MIPS host

2006-09-03 Thread james
Greetings all, Has anyone managed to compile qemu-arm for a MIPS linux host? I have successfully built and used qemu to execute an ARM linux application using qemu-arm on an x86 linux host. I now want to run the same applicaiton on a MIPS linux host and am having trouble building qemu for a MIP

[Qemu-devel] QEMU Patch

2006-09-03 Thread Jim Peterson
I'm not quite sure where to send this. I've added a slight modification to qemu-0.8.2 that allows the user to specify the desired date and time to which to set the real time clock at startup. The patch is attached. The date is parsed using the getdate(3) function, so the DATEMSK environment

[Qemu-devel] Re: esd audio output patch and debuging.

2006-09-03 Thread malc
Attached patch fixes a couple of problems. -- mailto:[EMAIL PROTECTED]Index: esdaudio.c === RCS file: /home/malc/cvsroot/bellard/qemu/audio/Attic/esdaudio.c,v retrieving revision 1.1.2.1 diff -u -r1.1.2.1 esdaudio.c --- esdaudio.c

[Qemu-devel] Re: esd audio output patch and debuging.

2006-09-03 Thread malc
Frederick Reeve solace.info> writes: Hello. [..snip..] Now, I would not have you thinking this patch is a ready to go. I am writing this email because I am having a little trouble with this. It outputs sound fine but it produces artafacts. I'm not sure of the cause. Though I think it

[Qemu-devel] qemu vl.h hw/pcnet.c hw/sparc32_dma.c

2006-09-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/03 19:48:17 Modified files: . : vl.h hw : pcnet.c sparc32_dma.c Log message: better PCNET endianness support CVSWeb URLs: http://cvs.savannah.gnu.org

Re: [Qemu-devel] Is there a way to install Minix 2.0.4 on my own image file?

2006-09-03 Thread Vincent Palatin
> But for minix 2.0.4, I cannot map the > USR.MNX to the fda while the ROOT.MNX is mapped to it. You can change the floppy disk image later during the boot process by using qemu monitor. * enter qemu monitor (probably Ctrl-Alt-1) * change the floppy using the following command : change fda U

Re: [Qemu-devel] Is there a way to install Minix 2.0.4 on my own image file?

2006-09-03 Thread Lonnie Mendez
On Sun, 2006-09-03 at 12:39 -0500, Neo wrote: > hi, > > I am wondering if there is a way to install minix 2.0.4 on my own image > file instead of just running on an existing one. For Minix 3, we can > install it from emulated CD ROM. But for minix 2.0.4, I cannot map the > USR.MNX to the fda wh

[Qemu-devel] Is there a way to install Minix 2.0.4 on my own image file?

2006-09-03 Thread Neo
hi, I am wondering if there is a way to install minix 2.0.4 on my own image file instead of just running on an existing one. For Minix 3, we can install it from emulated CD ROM. But for minix 2.0.4, I cannot map the USR.MNX to the fda while the ROOT.MNX is mapped to it. The command I used: q

[Qemu-devel] qemu qemu-doc.texi

2006-09-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/03 17:10:41 Modified files: . : qemu-doc.texi Log message: typo CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot=qemu&r1=1.108&r2=1.109 _

[Qemu-devel] qemu/target-i386 translate.c

2006-09-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/03 17:09:02 Modified files: target-i386: translate.c Log message: multi byte nop support CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-i386/translate.c?cvsroot=qemu

[Qemu-devel] qemu/hw pcnet.c

2006-09-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/03 16:40:12 Modified files: hw : pcnet.c Log message: endianness fixes CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pcnet.c?cvsroot=qemu&r1=1.5&r2=1.6 __

[Qemu-devel] qemu Makefile.target vl.h hw/esp.c hw/iommu.c h...

2006-09-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/03 16:09:07 Modified files: . : Makefile.target vl.h hw : esp.c iommu.c sun4m.c Added files: hw : sparc32_dma.c Log message: Sepa

[Qemu-devel] qemu/hw pcnet.c lance.c

2006-09-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/03 16:07:02 Modified files: hw : pcnet.c Removed files: hw : lance.c Log message: initial sparc32 lance and pcnet merge CVSWeb URLs: http://cvs.savann

[Qemu-devel] NVRAM irq fix

2006-09-03 Thread Blue Swirl
Change pic_set_irq to pic_set_irq_new, adjust callers. Is this OK also for PPC? At least it compiles. _ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/d

[Qemu-devel] FDC fixes

2006-09-03 Thread Blue Swirl
Change pic_set_irq to pic_set_irq_new, adjust callers. Make floppy size tables const. Remove TARGET_SPARC dependant code. _ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com

[Qemu-devel] qemu vl.c qemu-doc.texi

2006-09-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/09/03 14:10:53 Modified files: . : vl.c qemu-doc.texi Log message: allow disabling of serial or parallel devices (Stefan Weil) CVSWeb URLs: http://cvs.savannah.gnu.org/viewc

Re: [Qemu-devel] AIO and savevm

2006-09-03 Thread Paul Brook
On Sunday 03 September 2006 12:14, Blue Swirl wrote: > >qemu_aio_poll doesn't wait. It returns immediately if IO has not completed > >yet. > > You're right, sorry. How's this version then? Though there is a race > condition where the AIO signal is received between checking for AIO and > waiting for

[Qemu-devel] qemu block-raw.c vl.c vl.h

2006-09-03 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 06/09/03 12:08:37 Modified files: . : block-raw.c vl.c vl.h Log message: Flush IO requests before savevm (original patch by Blue Swirl). CVSWeb URLs: http://cvs.savannah.gnu.org/viewc

Re: [Qemu-devel] Kqemu issue

2006-09-03 Thread Brad Campbell
Alessandro Corradi wrote: Hi all, I use Debian host os with debian guest os. The problem is that I must to reinstall kqemu every time I boot my host system. When I try to load qemu it tells me that it can't open kqemu (first I load kqemu with modprobe naturallyand it is ok), I chmod 777 /dev/kq

[Qemu-devel] Kqemu issue

2006-09-03 Thread Alessandro Corradi
Hi all,I use Debian host os with debian guest os. The problem is that I must to reinstall kqemu every time I boot my host system.When I try to load qemu it tells me that it can't open kqemu (first I load kqemu with modprobe naturallyand it is ok), I chmod 777 /dev/kqemu and it tells me that there i

[Qemu-devel] pic_set_irq to pic_set_irq_new for sun4m

2006-09-03 Thread Blue Swirl
Hi, This patch changes most Sun4m uses of pic_set_irq to pic_set_irq_new. I didn't change floppy or nvram. I can do that as well if it's OK for their other users. Comments? _ FREE pop-up blocking with the new MSN Toolbar - get i

Re: [Qemu-devel] AIO and savevm

2006-09-03 Thread Blue Swirl
qemu_aio_poll doesn't wait. It returns immediately if IO has not completed yet. You're right, sorry. How's this version then? Though there is a race condition where the AIO signal is received between checking for AIO and waiting for it. ___

Re: [Qemu-devel] AIO and savevm

2006-09-03 Thread Paul Brook
On Sunday 03 September 2006 11:42, Blue Swirl wrote: > >When savevm is issued, you need to halt the guest CPUs, and wait for all > > IO to > >complete. While doing this you need to allow device AIO completion > > routines to run, which may trigger additional IO. Once all IO has been > > completed y

Re: [Qemu-devel] AIO and savevm

2006-09-03 Thread Blue Swirl
When savevm is issued, you need to halt the guest CPUs, and wait for all IO to complete. While doing this you need to allow device AIO completion routines to run, which may trigger additional IO. Once all IO has been completed you should then be able to safely save state. How's this patch? Qemu

Re: [Qemu-devel] AIO and savevm

2006-09-03 Thread Paul Brook
On Sunday 03 September 2006 09:51, Blue Swirl wrote: > >Implementing it this way does mean savevm can effect the guest VM state > > (it causes all pending IO to complete immediately). However this should > > be safe, ie. it could occur by chance anyway, and qemu isn't deterministic > > to start wit

Re: [Qemu-devel] AIO and savevm

2006-09-03 Thread Blue Swirl
Implementing it this way does mean savevm can effect the guest VM state (it causes all pending IO to complete immediately). However this should be safe, ie. it could occur be chance anyway, and qemu isn't deterministic to start with. What would be the right place for the AIO flush, how about b