RE: [Qemu-devel] OpenSPARC OBP source code available

2006-09-01 Thread Blue Swirl
This may be useful for the openbios/qemu SPARC64 project. On the latest release (1.3), SUN has included the source code for the OpenBios for the Niagara (sunv) http://opensparc-t1.sunsource.net/download_hw.html That is very good news! OpenBIOS is very nice, but there are some 64-bit issues t

[Qemu-devel] OpenSPARC OBP source code available

2006-09-01 Thread Jose Renau
This may be useful for the openbios/qemu SPARC64 project. On the latest release (1.3), SUN has included the source code for the OpenBios for the Niagara (sunv) http://opensparc-t1.sunsource.net/download_hw.html -- Testing never proves the absence of faults, it only shows their presence.

[Qemu-devel] [PATCH] Additional serial and parallel device

2006-09-01 Thread Stefan Weil
Hello, well, the subject line is not exactly true: my patch does not add a new device, but allows to disable a device. "-serial none" disables the default serial device, "-parallel none" disables the default parallel device. It is also possible to skip a device: "-serial none -serial vc" adds se

Re: [Qemu-devel] Kernel panic while executing "exit" in MIPS Linux target on I32 Linux host

2006-09-01 Thread Jernej Simonèiè
On Saturday, September 2, 2006, 0:01:21, Neo wrote: > Thank you for your explanation. But why there is no kernel panic when > the target host is PC? Specify init=/bin/sh on the kernel command line, and type exit when you get the shell - you'll also get a kernel panic. -- < Jernej Simonèiè ><><

Re: [Qemu-devel] Kernel panic while executing "exit" in MIPS Linux target on I32 Linux host

2006-09-01 Thread Neo
Stefan Weil wrote: Neo schrieb: hi, I am running qemu (latest version from CVS) on my I32 Linux desktop to emulate the MIPS arch. While running the mips-test-0.1.tar.gz , everything works fine except executing the "exit" command. I got the following

Re: [Qemu-devel] Kernel panic while executing "exit" in MIPS Linux target on I32 Linux host

2006-09-01 Thread Stefan Weil
Neo schrieb: > hi, > > I am running qemu (latest version from CVS) on my I32 Linux desktop to > emulate the MIPS arch. While running the mips-test-0.1.tar.gz > , everything works fine > except executing the "exit" command. I got the following information. >

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

2006-09-01 Thread malc
Leonardo E. Reiter win4lin.com> writes: > > malc, > > Other than the lack of error handling and blocking mode, what is the > problem with using QEMU's VM clock as the audio clock source? In my > experience from older projects using esd (not related to QEMU), it is > almost impossible to get

Re: [Qemu-devel] Re: QEMU on dual core WinXP

2006-09-01 Thread Fabrice Bellard
Schwarz, Konrad wrote: Since version 0.8.2, QEMU includes the processor affinity fix. Did you try with this version ? No, I branched off at 0.8.0. Is my assumtion correct that the problem lies in the way asynchronous events (interrupts) are signaled to the interpreter loop? Yes, and it is n

[Qemu-devel] Kernel panic while executing "exit" in MIPS Linux target on I32 Linux host

2006-09-01 Thread Neo
hi, I am running qemu (latest version from CVS) on my I32 Linux desktop to emulate the MIPS arch. While running the mips-test-0.1.tar.gz , everything works fine except executing the "exit" command. I got the following information. BusyBox v1.01 (Debi

[Qemu-devel] QEMU Windows port & kqemu

2006-09-01 Thread Andrew Barr
I have a 40 GB hard disk in a USB2 enclosure and I had the idea to set up some virtual machines along with qemu binaries for various operating systems (linux, windows, mac os) to have a portable environment for use on different computers. If possible, I'd like to also have available the kqemu .sys

[Qemu-devel] [PATCH] Typo

2006-09-01 Thread Panagiotis Issaris
Hi, Just noticed a typo in the documentation. With friendly regards, Takis diff --git a/qemu-doc.texi b/qemu-doc.texi index 3bf3b5c..dab1e2c 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -1214,7 +1214,7 @@ or the @code{usb_add} monitor command. @item @code{mouse} Virtual Mouse. This wil

[Qemu-devel] Re: QEMU on dual core WinXP

2006-09-01 Thread Schwarz, Konrad
> Since version 0.8.2, QEMU includes the processor affinity > fix. Did you try with this version ? No, I branched off at 0.8.0. Is my assumtion correct that the problem lies in the way asynchronous events (interrupts) are signaled to the interpreter loop? Regards, Konrad