[Qemu-devel] Re: Qemu-devel Digest, Vol 50, Issue 70

2007-05-30 Thread Clemens Kolbitsch
[EMAIL PROTECTED] wrote: Send Qemu-devel mailing list submissions to qemu-devel@nongnu.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.nongnu.org/mailman/listinfo/qemu-devel or, via email, send a message with subject or body 'help' to [EMAIL

Re: [Qemu-devel] Regression bug

2007-05-30 Thread Ben Taylor
Blue Swirl [EMAIL PROTECTED] wrote: On 5/29/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Tue, May 29, 2007 at 09:44:39PM +0300, Blue Swirl wrote: Hi, I found a bug in the subpage checking code. Could you try if the attached patch fixes the problem? thats a negative.

[Qemu-devel] qemu exec.c

2007-05-30 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl blueswir1 07/05/30 17:25:06 Modified files: . : exec.c Log message: Fix the bug introduced by subpage code preventing PC boot CVSWeb URLs:

RE: [Qemu-devel] QEMU/PCI shutdown event

2007-05-30 Thread Clemens Kolbitsch
hi everyone! i'm programming a pci-device that includes some threads socket-connections (that allow remote debugging of my device). however, i want to cleanly shutdown all threads and sockets when qemu exits... is there an easy way of getting informed of a qemu shutdown? (something similar

[Qemu-devel] qemu/hw apb_pci.c

2007-05-30 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl blueswir1 07/05/30 18:54:40 Modified files: hw : apb_pci.c Log message: Replace target_ulong with target_phys_addr_t CVSWeb URLs:

Re: [Qemu-devel] mac os x on qemu?

2007-05-30 Thread C . W . Betts
In order to run Intel Mac OS X, you would need to circumvent the built-in DRM that Apple uses. Last time I checked, Qemu has the ability to use an EFI BIOS. However, you should be able to boot and install Darwin. On Saturday, May 26, 2007, at 06:29 AM, Christian Buhtz wrote: Did I

[Qemu-devel] qemu hw/mips_malta.c hw/mips_pica61.c hw/mips_r...

2007-05-30 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/05/30 20:46:02 Modified files: hw : mips_malta.c mips_pica61.c mips_r4k.c target-mips: cpu.h translate_init.c Log message: Fix CPU (re-)selection on reset.

[Qemu-devel] qemu/hw mips_malta.c

2007-05-30 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/05/30 21:30:06 Modified files: hw : mips_malta.c Log message: Fix typo in comment. CVSWeb URLs:

[Qemu-devel] [PATCH] mips-linux-user errno mapping

2007-05-30 Thread Stuart Anderson
The linux user code was completely missing the ability to map errnos from the host to the target. This patch adds this ability, with the mapping needed for MIPS. With this patch, an appreciable number of the tests in LTP now PASS (remaining failures are due to other bugs not yet fixed).