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 day

[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 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: http://cvs.savannah.gnu.org/viewcvs/qemu/target-sparc/op.c?cvsroot=qem

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

2007-10-20 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/10/20 07:09:08 Modified files: target-sparc : op_helper.c Log message: Avoid gcc warnings CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-sparc/op_helper.c?cvsroot=qemu&r1=1.47&r2=

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 07/10/20 08:09:05 Modified files: . : qemu-doc.texi qemu-tech.texi Log message: Update Sparc parts in documentation CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?c

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 (

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

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 platforms

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 a

[Qemu-devel] qemu/hw i8259.c

2007-10-20 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/10/20 09:13:55 Modified files: hw : i8259.c Log message: Avoid PreP target kernel freeze waiting for IRQs. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/i8259.c?cvsroot=qe

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

2007-10-20 Thread Aurelien Jarno
J. Mayer a écrit : > 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 >>>

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 targe

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 reprod

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 : > >> 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 p

Re: [Qemu-devel] Debugging x86-64 apps from a 32bit host?

2007-10-20 Thread andrzej zaborowski
Hi, On 19/10/2007, Simon Peter <[EMAIL PROTECTED]> wrote: > I cross-compiled a version of GDB with x86-64 support, so it can load > the debugging symbols from the kernel (which is an ELF64 binary) and > attached that to a running qemu-system-x86_64, but it always tells me > the instruction pointer

[Qemu-devel] qemu Makefile

2007-10-20 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/10/20 18:29:34 Modified files: . : Makefile Log message: Don't install tools if $(TOOLS) is empty, by Thayne Harbaugh. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/Make

[Qemu-devel] qemu/hw gt64xxx.c

2007-10-20 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 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: http://cvs.savannah.gnu.org/viewc

[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 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: http://cvs.savannah.gnu.org/view

[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 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: http://cvs.savannah.gnu.org/viewcvs/qemu/linux-us

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. > >

[Qemu-devel] qemu/hw piix_pci.c

2007-10-20 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/10/20 20:36:52 Modified files: hw : piix_pci.c Log message: Enable ACPI interrupts, by Igor Lvovsky. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/piix_pci.c?cvsroot=q

[Qemu-devel] qemu block-raw.c

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

[Qemu-devel] qemu/hw pckbd.c

2007-10-20 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 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: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pckbd.

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 s