Re: [Qemu-devel] qemu and debian-4.0r0-linux?

2007-04-28 Thread Blue Swirl
On 4/27/07, ISHWAR RATTAN [EMAIL PROTECTED] wrote: The host system is Pentium 4 runing Linux. Qemu is qemu-0.9.0 (snapshot 4/26) I tried the net-installs: debian-40r0-sparc-netinst.iso and debian-testing-sparc-netinst.iso both stop at random points during the step installing the

Re: [Qemu-devel] ARM Big endian system emulation

2007-04-28 Thread Lennert Buytenhek
On Sat, Apr 28, 2007 at 01:23:36AM +0200, Alexis Berlemont wrote: Do you know some other big-endian platform ? Mostly Intel IXP stuff. Most ixp4xx used to run in big-endian mode (but a lot of them switched to little-endian when the network driver was made to work in little- endian mode), and

[Qemu-devel] [PATCH] fix PIC irq delivery for x86 target when local APIC is enabled

2007-04-28 Thread He, Qing
Current interrupt logic in Qemu unconditionally checks pending irqs on PIC after checking local APIC, however, this is problematic. On x86 platform, PIC is usually connected to the LINT0 of local APIC. In this way when local APIC is disabled, this pin behaves like INTR. But when local APIC

[Qemu-devel] Sparc-linux-user problem

2007-04-28 Thread Blue Swirl
Hi, I'm investigating why Sparc32 user emulator breaks when linked with -lrt. It seems that other libraries also cause the problem, for example -lm -ldl -lX11 -lbfd -lslang is okay, but -lm -ldl -lX11 -lbfd -lslang -lglib-2.0 segfaults just like -lm -lrt. If just address space conflict was the

[Qemu-devel] question in linux's printk in qemu and vga console err

2007-04-28 Thread tang peilei
i build a linux 2-6.16 kernel image, and use it to run in qemu. but it have some problems when it runs. 1:the console's config(kernel config) can only be dummy console , can not be vga console ,if i choose vga console ,it will fails in console_init function. 2:it can print message like

[Qemu-devel] qemu sparc.ld

2007-04-28 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl blueswir1 07/04/28 15:18:14 Modified files: . : sparc.ld Log message: Fix Sparc32 ldscript CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/sparc.ld?cvsroot=qemur1=1.1r2=1.2

RE: [Qemu-devel] question in linux's printk in qemu and vga console err

2007-04-28 Thread tang peilei
From: tang peilei [EMAIL PROTECTED] Reply-To: qemu-devel@nongnu.org To: qemu-devel@nongnu.org Subject: [Qemu-devel] question in linux's printk in qemu and vga console err Date: Sat, 28 Apr 2007 12:19:02 + i build a linux 2-6.16 kernel image, and use it to run in qemu. but it have some

Re: [Qemu-devel] Sparc-linux-user problem

2007-04-28 Thread Paul Brook
On Saturday 28 April 2007, Blue Swirl wrote: Hi, I'm investigating why Sparc32 user emulator breaks when linked with -lrt. It seems that other libraries also cause the problem, for example -lm -ldl -lX11 -lbfd -lslang is okay, but -lm -ldl -lX11 -lbfd -lslang -lglib-2.0 segfaults just like

RE: [Qemu-devel] question in linux's printk in qemu and vga consoleerr

2007-04-28 Thread tang peilei
i found in qemu, there is also a parallel console, so i build a linux 2.6 kernle with all parallel drivers in it , but there is no message in parallel console. i do not know how to do now, i put my config file in this mail, i hope some one can help me to found out what is wrong in my kernel

[Qemu-devel] qemu ppc.ld

2007-04-28 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/04/28 19:00:30 Modified files: . : ppc.ld Log message: Update ppc.ld to work with newer binutils. CVSWeb URLs:

Re: [Qemu-devel] Sparc-linux-user problem

2007-04-28 Thread Kevin F. Quinn
On Sat, 28 Apr 2007 18:20:55 +0100 Paul Brook [EMAIL PROTECTED] wrote: On Saturday 28 April 2007, Blue Swirl wrote: Hi, I'm investigating why Sparc32 user emulator breaks when linked with -lrt. It seems that other libraries also cause the problem, for example -lm -ldl -lX11 -lbfd

[Qemu-devel] qemu/hw lsi53c895a.c

2007-04-28 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/04/28 20:45:04 Modified files: hw : lsi53c895a.c Log message: Fix length mismatch condition, by Wang Cheng Yeh. CVSWeb URLs:

[Qemu-devel] qemu/hw scsi-disk.c

2007-04-28 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/04/28 20:47:59 Modified files: hw : scsi-disk.c Log message: Buffer length fixes, by Wang Cheng Yeh. CVSWeb URLs:

[Qemu-devel] qemu vl.c

2007-04-28 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/04/28 20:49:36 Modified files: . : vl.c Log message: Fix typo, by Linus Nordberg. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot=qemur1=1.285r2=1.286

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

2007-04-28 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/04/28 21:07:41 Modified files: hw : mips_malta.c mips_pica61.c mips_r4k.c Log message: Switch default CPU to 24Kf for now, as the Linux FPU emulation in the current

[Qemu-devel] qemu/target-mips TODO

2007-04-28 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/04/28 21:44:04 Modified files: target-mips: TODO Log message: Update TODO. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/TODO?cvsroot=qemur1=1.7r2=1.8

Re: [Qemu-devel] Sparc-linux-user problem

2007-04-28 Thread Paul Brook
On Saturday 28 April 2007, Kevin F. Quinn wrote: On Sat, 28 Apr 2007 18:20:55 +0100 Paul Brook [EMAIL PROTECTED] wrote: On Saturday 28 April 2007, Blue Swirl wrote: Hi, I'm investigating why Sparc32 user emulator breaks when linked with -lrt. It seems that other libraries also

[Qemu-devel] qemu vl.h hw/mips_pica61.c hw/vga.c hw/vga_int.h

2007-04-28 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/04/29 01:47:26 Modified files: . : vl.h hw : mips_pica61.c vga.c vga_int.h Log message: Memory-mapped interface for VGA, by Herve Poussineau. CVSWeb

[Qemu-devel] qemu vnc.c

2007-04-28 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/04/29 01:53:20 Modified files: . : vnc.c Log message: Crop VNC update requests to avoid segfaults, by Thomas Tuttle. CVSWeb URLs: