[Qemu-devel] qemu/target-m68k translate.c

2007-06-09 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/06/09 21:30:14 Modified files: target-m68k: translate.c Log message: M68K watchpoint hacks. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-m68k/translate.c?cvsroot=qemu&r1=1.1

[Qemu-devel] [PATCH] Add a 7 segments + led display

2007-06-09 Thread Hervé Poussineau
Hi, This patch adds a 7-segments + led display device emulation to Qemu. A picture of the original thing can be found at http://www.sensi.org/~alec/mips/images/acer_pica_io_3.jpg Use the device in the MIPS PICA 61 machine. Hervé jazz_led.diff Description: Binary data

[Qemu-devel] [PATCH] Add memory-mapped interface to parallel port #2

2007-06-09 Thread Hervé Poussineau
Hi, This patch adds a memory-mapped interface for the parallel port. 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. Use it in the MIPS PICA 61 machine. Hervé parallel_mm.diff Description: Binary data

[Qemu-devel] [PATCH] Flush debug file at exit

2007-06-09 Thread Hervé Poussineau
Hi, This patch flushes the debug file when qemu stops when calling cpu_abort(). If you don't do it, last lines of the debug are not written to the file. Hervé flush_debug.diff Description: Binary data

[Qemu-devel] qemu/target-m68k op-hacks.h op.c

2007-06-09 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/06/09 20:50:01 Modified files: target-m68k: op-hacks.h op.c Log message: Workaround dyngen problems with m68k conditional branch ops. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/t

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

2007-06-09 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/06/09 20:48:46 Modified files: target-m68k: op.c op_helper.c translate.c Log message: M68K status register fixes. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-m68k/op.c?cvsr

[Qemu-devel] qemu/hw mips_malta.c

2007-06-09 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/06/09 15:44:26 Modified files: hw : mips_malta.c Log message: Don't try to use "vt" output in nographic mode. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/mips_malta.

Re: [Qemu-devel] Sparc32 network problems

2007-06-09 Thread Thiemo Seufer
Blue Swirl wrote: > On 6/8/07, Thiemo Seufer <[EMAIL PROTECTED]> wrote: > >Blue Swirl wrote: > >[snip] > >> >I haven't been able to test the new patch yet. > >> > > >> >Q's patch and my adaptation for tcx just reversed the order of the > >> >colors, just like BlueSwirl's patch except that they used

[Qemu-devel] qemu arm-semi.c

2007-06-09 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/06/09 14:44:00 Modified files: . : arm-semi.c Log message: ARM GDB semihosting fixes CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/arm-semi.c?cvsroot=qemu&r1=1.3&r2=1.4

[Qemu-devel] qemu/hw pl181.c

2007-06-09 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/06/09 14:07:54 Modified files: hw : pl181.c Log message: ARM PL181 MMCI fixes. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pl181.c?cvsroot=qemu&r1=1.4&r2=1.5

[Qemu-devel] qemu/target-mips translate_init.c

2007-06-09 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/06/09 12:29:32 Modified files: target-mips: translate_init.c Log message: R5k has PX implemented. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/translate_init.c?cvsro

Re: [Qemu-devel] Sparc32 network problems

2007-06-09 Thread Andreas Färber
Am 07.06.2007 um 13:47 schrieb 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 sho

Re: [Qemu-devel] Sparc32 network problems

2007-06-09 Thread Andreas Färber
Am 09.06.2007 um 10:05 schrieb Blue Swirl: Maybe the bgr detection logic in sdl.c is flawed. Is this patch any better? Except that on OSX the correct place to fix this would be in cocoa.m, right? For qemu yes. Works fine on ppc (and if ds->bgr is manually set to 1, shows the blue-foote

Re: [Qemu-devel] Sparc32 network problems

2007-06-09 Thread Blue Swirl
On 6/9/07, Blue Swirl <[EMAIL PROTECTED]> wrote: On 6/8/07, Andreas Färber <[EMAIL PROTECTED]> wrote: > It is not okay. It works on ppc but on Intel applied to 0.9.0 s->ds- > >bgr does not evaluate to true so OpenBIOS and Tux are blue again... > (tested i386 and sparc guests; my console output i

Re: [Qemu-devel] Sparc32 network problems

2007-06-09 Thread Blue Swirl
On 6/8/07, Andreas Färber <[EMAIL PROTECTED]> wrote: It is not okay. It works on ppc but on Intel applied to 0.9.0 s->ds- >bgr does not evaluate to true so OpenBIOS and Tux are blue again... (tested i386 and sparc guests; my console output indicates rgb_to_pixel32 is called for tcx) Maybe the