[Qemu-devel] [PATCH] Coding style and mask value fix

2006-02-21 Thread Thiemo Seufer
Hello All, this drops some leading zeroes in masks, fixes the masks for Context and EntryHi, gets rid of some magic constants, simplifies some conditionals, and remove a bogus do_raise_exception which broke delay slot handling. Thiemo Index: qemu-work/target-mips/helper.c =

[Qemu-devel] qemu crash with exit code 135

2006-02-21 Thread Christian Bourque
Hi! Every time I try to access a particular functionality in one of my application QEMU crashes with the exit code 135, is there a way to interpret this number? Configuration: - Host: SuSE Linux 10.0 (Kernel 2.6.x) running QEMU 0.8.0 + KQEMU 0.7.2 - Guest: Windows 2000 (SP4) Thanks Christian

[Qemu-devel] [PATCH] Add more devices for MIPS system emulation

2006-02-21 Thread Thiemo Seufer
Hello All, this adds to the MIPS system emulation: - Harddisk emulation, including MSDOS partition labels. - RTC support. - (Untested) Audio, PC Keyboard, and PS/2 suport. Thiemo diff -urpN qemu-work/Makefile.target qemu/Makefile.target --- qemu-work/Makefile.target 2006-02-18 00:40:53.00

[Qemu-devel] [PATCH] Fix Harddisk initialization

2006-02-21 Thread Thiemo Seufer
Hello All, this fixes Harddisk initialization (s->nsector is initially 0x100, which is supposed to get handled as zero). Thiemo Index: qemu-work/hw/ide.c === --- qemu-work.orig/hw/ide.c 2006-02-18 22:12:56.0 + +++

[Qemu-devel] [PATCH] Don't flush global TLB entries

2006-02-21 Thread Thiemo Seufer
Hello All, this avoids flushing of global TLB entries for differing ASIDs. Thiemo Index: qemu-work/target-mips/op_helper.c === --- qemu-work.orig/target-mips/op_helper.c 2006-02-19 01:30:55.0 + +++ qemu-work/targ

[Qemu-devel] [PATCH] Clear BMASK also for ErrorEPC

2006-02-21 Thread Thiemo Seufer
Hello All, this clears MIPS_HFLAG_BMASK also for ErrorEPC, like it is done already for EPC and DEPC. Thiemo diff -urpN qemu-work/target-mips/helper.c qemu/target-mips/helper.c --- qemu-work/target-mips/helper.c 2006-02-18 00:40:44.0 + +++ qemu/target-mips/helper.c 2006-02-15

Re: [Qemu-devel] qemu compilation and gcc4 / FC4

2006-02-21 Thread Johannes Schindelin
Hi, Tip of the day: some mailing lists are searchable: http://article.gmane.org/gmane.comp.emulators.qemu/9814 Hth, Dscho ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel