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
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
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.
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
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
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
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
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)
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
> 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
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
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
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=
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
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/
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
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
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
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
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
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
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
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
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
24 matches
Mail list logo