Re: [Qemu-devel] New display device for MIPS

2006-12-28 Thread Alexander Voropay
"Thiemo Seufer" <[EMAIL PROTECTED]> wrote: > AFAICS the output interferes with the serial console output. > I wonder how the typical scrolling text "Linux on MALTA" would look > like in that case. :-) What about starting with the core of the new machine description before submitting the unconne

Re: [Qemu-devel] New display device for MIPS

2006-12-08 Thread Thiemo Seufer
Stefan Weil wrote: > > > AFAICS the output interferes with the serial console output. > > I wonder how the typical scrolling text "Linux on MALTA" would look > > like in that case. :-) > > > Believe me, it won't interfere (because it creates an additional > virtual console, like 2nd serial console

Re: [Qemu-devel] New display device for MIPS

2006-12-08 Thread Stefan Weil
> AFAICS the output interferes with the serial console output. > I wonder how the typical scrolling text "Linux on MALTA" would look > like in that case. :-) > Believe me, it won't interfere (because it creates an additional virtual console, like 2nd serial console, parallel port, ...). And you w

Re: [Qemu-devel] New display device for MIPS

2006-12-07 Thread Thiemo Seufer
Stefan Weil wrote: > Hi, > > the latest Linux kernels contain a driver for an ASCII display > (arch/mips/mips-boards/generic/display.c). This is the driver for the ASCII display of a MIPS MALTA board. > Because this display is used by code I'm currently testing, > I implemented an emulation for

[Qemu-devel] New display device for MIPS

2006-12-07 Thread Stefan Weil
Hi, the latest Linux kernels contain a driver for an ASCII display (arch/mips/mips-boards/generic/display.c). Because this display is used by code I'm currently testing, I implemented an emulation for QEMU (code is added to this mail). hw/mips_display.c - implementation hw/mips_display.h - i