Re: [Qemu-devel] I got a kernel booted under qemu-system-ppc !

2007-10-20 Thread Rob Landley
On Friday 19 October 2007 3:33:52 pm Aurelien Jarno wrote: Aurelien Jarno a écrit : - The target CPU never gets into idle loop, so the host CPU is always used at 100% This is actually not a problem. The default CPU (604) does not support DOZE or NAP. Switching to a 603 CPU, the target

Re: [Qemu-devel] qemu-i386 does not start on x86_64 or i686

2007-10-20 Thread Rob Landley
On Thursday 18 October 2007 4:46:50 pm Ronan Keryell wrote: Anybody kind enough to have a look at : http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=446868 I've asked some other people and they hit the same issue. It's not clear to me where the bug is since it happens very early in the

Re: [Qemu-devel] Questions on hidden functions in QEMU source code

2007-10-20 Thread Rob Landley
On Tuesday 16 October 2007 9:19:36 am Johannes Schindelin wrote: If you wonder why it is included four times, this might help: http://libvncserver.sourceforge.net/qemu/qemu-templates-ala-Fabrice.txt Is that linked from qemu.org/user-doc.html somewhere? Rob -- One of my most productive days

[Qemu-devel] qemu/target-sparc op.c op_helper.c

2007-10-20 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl blueswir1 07/10/20 07:07:47 Modified files: target-sparc : op.c op_helper.c Log message: Fix compiling Sparc64 on PPC host CVSWeb URLs:

[Qemu-devel] qemu/target-sparc op_helper.c

2007-10-20 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl blueswir1 07/10/20 07:09:08 Modified files: target-sparc : op_helper.c Log message: Avoid gcc warnings CVSWeb URLs:

Re: [Qemu-devel] I got a kernel booted under qemu-system-ppc !

2007-10-20 Thread Rob Landley
On Friday 19 October 2007 10:19:16 am Aurelien Jarno wrote: The small patch below fixes the IDE problem, but not the NE2000 ISA one. Please apply. Index: hw/i8259.c === RCS file: /sources/qemu/qemu/hw/i8259.c,v retrieving

[Qemu-devel] qemu qemu-doc.texi qemu-tech.texi

2007-10-20 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl blueswir1 07/10/20 08:09:05 Modified files: . : qemu-doc.texi qemu-tech.texi Log message: Update Sparc parts in documentation CVSWeb URLs:

Re: [Qemu-devel] I got a kernel booted under qemu-system-ppc !

2007-10-20 Thread J. Mayer
On Sat, 2007-10-20 at 01:08 -0500, Rob Landley wrote: On Friday 19 October 2007 3:33:52 pm Aurelien Jarno wrote: Aurelien Jarno a écrit : - The target CPU never gets into idle loop, so the host CPU is always used at 100% This is actually not a problem. The default CPU (604) does

Re: [Qemu-devel] qemu alpha?

2007-10-20 Thread J. Mayer
On Fri, 2007-10-19 at 19:49 -0500, Rob Landley wrote: On Sunday 14 October 2007 5:14:27 am J. Mayer wrote: On Sun, 2007-10-14 at 11:19 +0200, Oliver Falk wrote: Hi list! Hi you ! Just wanted to know how far the progress on alpha target is? I would be happy if I have some

Re: [Qemu-devel] qemu alpha?

2007-10-20 Thread Sunil Amitkumar Janki
Rob Landley wrote: I'm interested in testing Alpha too, but I haven't seem a qemu-system-alpha show up yet. Alas, I have no hardware or specific expertise in this platform, I'm just trying to build and boot Linux kernels (and corresponding root filesystems) on as many emulated target

Re: [Qemu-devel] I got a kernel booted under qemu-system-ppc !

2007-10-20 Thread J. Mayer
On Fri, 2007-10-19 at 17:19 +0200, Aurelien Jarno wrote: On Thu, Oct 18, 2007 at 07:12:57PM -0500, Rob Landley wrote: The easy way to reproduce this is go to http://landley.net/hg/firmware;, download tip, and ./build.sh powerpc. When it finishes building everything, cd build and

[Qemu-devel] qemu/hw i8259.c

2007-10-20 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer j_mayer 07/10/20 09:13:55 Modified files: hw : i8259.c Log message: Avoid PreP target kernel freeze waiting for IRQs. CVSWeb URLs:

Re: [Qemu-devel] qemu alpha?

2007-10-20 Thread Thiemo Seufer
J. Mayer wrote: On Fri, 2007-10-19 at 19:49 -0500, Rob Landley wrote: On Sunday 14 October 2007 5:14:27 am J. Mayer wrote: On Sun, 2007-10-14 at 11:19 +0200, Oliver Falk wrote: Hi list! Hi you ! Just wanted to know how far the progress on alpha target is? I would be

Re: [Qemu-devel] qemu alpha?

2007-10-20 Thread Daniel Jacobowitz
On Sat, Oct 20, 2007 at 10:56:12AM +0200, J. Mayer wrote: I guess my Alpha CPU and ABI knowledge is too restricted to find the problem of most program crashing for now. It seems to me that the Unique register is not initialized properly, but this is just a guess and I have no idea of what's

Re: [Qemu-devel] I got a kernel booted under qemu-system-ppc !

2007-10-20 Thread Aurelien Jarno
Aurelien Jarno a écrit : I have used QEMU CVS with a Debian Sid image. It basically works, I am even able to login via SSH, but I have noticed two problems: - Some process hang, stay into D state and become unkillable. It seems it can happen to all processes, but it is always reproducible

[Qemu-devel] qemu/hw gt64xxx.c

2007-10-20 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/10/20 19:47:14 Modified files: hw : gt64xxx.c Log message: Check the Galilleo config register instead of hardcoding the endianness. CVSWeb URLs:

[Qemu-devel] qemu exec-all.h target-mips/cpu.h target-mips/o...

2007-10-20 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/10/20 19:45:44 Modified files: . : exec-all.h target-mips: cpu.h op_helper.c Log message: Handle IBE on MIPS properly. CVSWeb URLs:

[Qemu-devel] qemu/linux-user signal.c syscall.c

2007-10-20 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/10/20 20:23:08 Modified files: linux-user : signal.c syscall.c Log message: Syscall target errno fixes, by Thayne Harbaugh. CVSWeb URLs:

Re: [Qemu-devel] What happened with NPTL/TLS support?

2007-10-20 Thread Thiemo Seufer
Thayne Harbaugh wrote: On Fri, 2007-10-12 at 18:12 +0300, Felipe Contreras wrote: Hi, When I try to use codesourcery's toolchain arm-2006q3-27 in my Fedora 7 box I always have the following issue: qemu: Unsupported syscall: 983045 Yep, I've seen that before. I guess it's a

[Qemu-devel] qemu/hw piix_pci.c

2007-10-20 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/10/20 20:36:52 Modified files: hw : piix_pci.c Log message: Enable ACPI interrupts, by Igor Lvovsky. CVSWeb URLs:

[Qemu-devel] qemu block-raw.c

2007-10-20 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/10/20 20:40:06 Modified files: . : block-raw.c Log message: Physical hard disk drive for win32, by Stefan Weil. CVSWeb URLs:

[Qemu-devel] qemu/hw pckbd.c

2007-10-20 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/10/20 20:48:09 Modified files: hw : pckbd.c Log message: QEMU keyboard issue with Gujin-2.2, by Etienne Lorrain. CVSWeb URLs:

Re: [Qemu-devel] I got a kernel booted under qemu-system-ppc !

2007-10-20 Thread Aurelien Jarno
Aurelien Jarno a écrit : Aurelien Jarno a écrit : Aurelien Jarno a écrit : I have used QEMU CVS with a Debian Sid image. It basically works, I am even able to login via SSH, but I have noticed two problems: - Some process hang, stay into D state and become unkillable. It seems it can