Re: [Qemu-devel] Sparc32 network problems

2007-06-06 Thread Nigel Horne
Andreas Färber wrote: Hello, I have recently upgraded from Q/qemu 0.9.0 to qemu CVS HEAD and the sparc32 Lance NIC appears to no longer work correctly. Using Q 0.9.0d88 on a Mac OS X i386 host I was able to boot into debian-40r0-sparc-netinst.iso with qemu-system-sparc, have the NIC configu

Re: [Qemu-devel] A couple of question

2007-06-06 Thread Sunil Amitkumar Janki
C.W. Betts wrote: It looks like you are missing the pthread library. What might be happening is that the pthread library is installed, but qemu is not linking to it for some odd reason. Maybe it's looking for a static version of it that isn't on your Hard Drive? I have been seeing these kin

Re: [Qemu-devel] mipsel support for graphic mode

2007-06-06 Thread Yuval Mintz
Yuval Mintz wrote: Hello, Can anyone tell me if there exist support for a graphical (e.g., when no ?nographic is used) when using qemu to emulate a mips little-endian machine (malta)? I'm trying using both windows XP and linux as host machines, but I couldn't even use the most basic X usages.

[Qemu-devel] Detecting Client OS BSOF/Kernel Oops

2007-06-06 Thread Clemens Kolbitsch
Hi! I'd like to detect if the client OS crashes... right now, only for linux, but windows systems will become interesting for me as well in the future... Is there an easy way of detecting if a BSOD or a kernel oops happened?? Maybe that'd be possible by checking if the IP is inside a certain

Re: [Qemu-devel] mipsel support for graphic mode

2007-06-06 Thread Thiemo Seufer
Yuval Mintz wrote: > Yuval Mintz wrote: > >Hello, > >Can anyone tell me if there exist support for a graphical (e.g., when no > >?nographic is used) when using qemu to emulate a mips little-endian > >machine (malta)? > >I'm trying using both windows XP and linux as host machines, but I > >couldn

Re: [Qemu-devel] Detecting Client OS BSOF/Kernel Oops

2007-06-06 Thread Avi Kivity
Clemens Kolbitsch wrote: > Hi! > I'd like to detect if the client OS crashes... right now, only for > linux, but windows systems will become interesting for me as well in > the future... > > Is there an easy way of detecting if a BSOD or a kernel oops > happened?? Maybe that'd be possible by checki

Re: [Qemu-devel] Sparc32 network problems

2007-06-06 Thread Andreas Färber
Using Q 0.9.0d88 on a Mac OS X i386 host I was able to boot into debian-40r0-sparc-netinst.iso with qemu-system-sparc, have the NIC configured through DHCP and install to about 73% where I repeatedly got a kernel panic "Aiee". I should add that when I tried the interrupt checking patch pr

[Qemu-devel] How to debug QEMU with GDB??

2007-06-06 Thread xdutaotao
Hi, I want to debug QEMU, but unfortunately after I set breakpoint in someplace of QEMU, then continue to run, GDB give me the message: "Continuing. Warning: Cannot insert breakpoint 1. Error accessing memory address 0x2dad0: IN/OUT ERROR." So I have to ask some question here? 1)

Re: [Qemu-devel] Detecting Client OS BSOF/Kernel Oops

2007-06-06 Thread Flavien Lebarbe
Hi, Clemens Kolbitsch wrote : > > I'd like to detect if the client OS crashes... right now, only for > linux, but windows systems will become interesting for me as well in the > future... > Real machines usually have hardware watchdogs for that. I do not know if qemu has one available for yo

Re: [Qemu-devel] Detecting Client OS BSOF/Kernel Oops

2007-06-06 Thread Mark Williamson
> Clemens Kolbitsch wrote : > > I'd like to detect if the client OS crashes... right now, only for > > linux, but windows systems will become interesting for me as well in the > > future... > > Real machines usually have hardware watchdogs for that. I do not know > if qemu has one available for you

[Qemu-devel] qemu vl.h hw/ide.c hw/mips_malta.c hw/pc.c hw/u...

2007-06-06 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/06/06 16:26:14 Modified files: . : vl.h hw : ide.c mips_malta.c pc.c usb-uhci.c usb.h Log message: Use the correct PCI IDs for Malta. CVSWeb URLs: http://cv

[Qemu-devel] qemu/hw serial.c

2007-06-06 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/06/06 16:28:07 Modified files: hw : serial.c Log message: Big endian byte swap for serial mmapped interface. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/serial.c?cvs

[Qemu-devel] qemu/hw mips_malta.c

2007-06-06 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/06/06 16:52:12 Modified files: hw : mips_malta.c Log message: Malta has no ISA bus. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/mips_malta.c?cvsroot=qemu&r1=1.33&r2=

[Qemu-devel] qemu/hw mips_malta.c

2007-06-06 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/06/06 16:54:26 Modified files: hw : mips_malta.c Log message: Fix formatting. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/mips_malta.c?cvsroot=qemu&r1=1.34&r2=1.35

[Qemu-devel] qemu/hw mips_malta.c

2007-06-06 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/06/06 17:19:25 Modified files: hw : mips_malta.c Log message: Make the Malta bootloader handling a bit more transparent. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/

Re: [Qemu-devel] Sparc32 network problems

2007-06-06 Thread Blue Swirl
On 6/6/07, Andreas Färber <[EMAIL PROTECTED]> wrote: > Using Q 0.9.0d88 on a Mac OS X i386 host I was able to boot into > debian-40r0-sparc-netinst.iso with qemu-system-sparc, have the NIC > configured through DHCP and install to about 73% where I repeatedly > got a kernel panic "Aiee". I shoul

Re: [Qemu-devel] Sparc32 network problems

2007-06-06 Thread Aurelien Jarno
Blue Swirl a écrit : > On 6/6/07, Andreas Färber <[EMAIL PROTECTED]> wrote: >>> Using Q 0.9.0d88 on a Mac OS X i386 host I was able to boot into >>> debian-40r0-sparc-netinst.iso with qemu-system-sparc, have the NIC >>> configured through DHCP and install to about 73% where I repeatedly >>> got a k

Re: [Qemu-devel] Sparc32 network problems

2007-06-06 Thread Blue Swirl
On 6/6/07, Aurelien Jarno <[EMAIL PROTECTED]> wrote: Blue Swirl a écrit : > On 6/6/07, Andreas Färber <[EMAIL PROTECTED]> wrote: >>> Using Q 0.9.0d88 on a Mac OS X i386 host I was able to boot into >>> debian-40r0-sparc-netinst.iso with qemu-system-sparc, have the NIC >>> configured through DHCP

[Qemu-devel] [PATCH] Do not refresh graphical screen if useless

2007-06-06 Thread Hervé Poussineau
Hi, This patch removes the useless refresh of the graphical console when it is not used (ie in -nographic mode). It also moves one global variable of vl.c to DisplayState structure. Hervé dont_refresh.diff Description: Binary data

[Qemu-devel] [PATCH] Easy deactivation of TB cache

2007-06-06 Thread Hervé Poussineau
Hi, This patch adds a compile-time define to remove the translated blocks cache. It seems to be a recurrent demand on the list. Use with caution, as emulated system becomes very slow! Hervé no_tb_cache.diff Description: Binary data

[Qemu-devel] [PATCH] Add parallel memory mapped interface

2007-06-06 Thread Hervé Poussineau
Hi, This patch adds a memory-mapped interface to the parallel port emulation. It is not as complete as I/O interface (no EPP/ECP), but I didn't want to add lots of code for very little use. It also cleans up indentation of the file (replaces tabulations by four spaces) Hervé parallel_mm.diff De

Re: [Qemu-devel] [PATCH] Add parallel memory mapped interface

2007-06-06 Thread Blue Swirl
On 6/6/07, Hervé Poussineau <[EMAIL PROTECTED]> wrote: Hi, This patch adds a memory-mapped interface to the parallel port emulation. It is not as complete as I/O interface (no EPP/ECP), but I didn't want to add lots of code for very little use. It also cleans up indentation of the file (replaces

Re: [Qemu-devel] Sparc32 network problems

2007-06-06 Thread Andreas Färber
Hi, > Using Q 0.9.0d88 on a Mac OS X i386 host I was able to boot into > debian-40r0-sparc-netinst.iso with qemu-system-sparc, have the NIC > configured through DHCP and install to about 73% where I repeatedly > got a kernel panic "Aiee". I should add that when I tried the interrupt checking pa

Re: [Qemu-devel] [PATCH] Add parallel memory mapped interface

2007-06-06 Thread Paul Brook
On Wednesday 06 June 2007, Blue Swirl wrote: > On 6/6/07, Hervé Poussineau <[EMAIL PROTECTED]> wrote: > > Hi, > > > > This patch adds a memory-mapped interface to the parallel port emulation. > > It is not as complete as I/O interface (no EPP/ECP), but I didn't want to > > add lots of code for very