[Qemu-devel] QEmu for m68k target

2006-12-07 Thread Hilt, Ian
I know that qemu for m68k emulation is still in development. However, if someone would tell me what sources I need and where to get them, I would like to test it. I have checked for this information on the mailing list archives, but since I'm not sure of what I need this wasn't very helpful.

Re: [Qemu-devel] QEmu for m68k target

2006-12-07 Thread Paul Brook
On Thursday 07 December 2006 15:15, Hilt, Ian wrote: I know that qemu for m68k emulation is still in development. However, if someone would tell me what sources I need and where to get them, I would like to test it. Use CVS. Paul ___ Qemu-devel

Re: [Qemu-devel] QEmu for m68k target

2006-12-07 Thread Thiemo Seufer
Hilt, Ian wrote: I know that qemu for m68k emulation is still in development. However, if someone would tell me what sources I need and where to get them, I would like to test it. I have checked for this information on the mailing list archives, but since I'm not sure of what I need this

[Qemu-devel] qemu/target-mips helper.c translate.c

2006-12-07 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 06/12/07 16:22:15 Modified files: target-mips: helper.c translate.c Log message: Fix reset handling, CP0 isn't enabled by default (a fact which doesn't matter when running in

[Qemu-devel] qemu/hw mc146818rtc.c pc.c

2006-12-07 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 06/12/07 17:16:55 Modified files: hw : mc146818rtc.c pc.c Log message: Move date/time init to the RTC implementation. CVSWeb URLs:

[Qemu-devel] qemu .cvsignore

2006-12-07 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 06/12/07 17:18:01 Modified files: . : .cvsignore Log message: .cvsignore m68k-user. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/.cvsignore?cvsroot=qemur1=1.14r2=1.15

[Qemu-devel] qemu cpu-exec.c hw/ne2000.c hw/smc91c111.c hw/u...

2006-12-07 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 06/12/07 18:28:42 Modified files: . : cpu-exec.c hw : ne2000.c smc91c111.c unin_pci.c target-sh4 : README.sh4 Log message: Spelling fixes,

Re: [Qemu-devel] qemu/target-mips helper.c translate.c (compiler error)

2006-12-07 Thread Stefan Weil
Hi, the latest changes of QEMU CVS break compilation for MIPS systems without a FPU. Such systems are in wide use (DSL routers like Sinus 154 and Fritz!Box), and several developers already use QEMU for emulation of these systems. I'm sorry that I cannot provide a patch which fixes the compiler

Re: [Qemu-devel] qemu/target-mips helper.c translate.c (compiler error)

2006-12-07 Thread Paul Brook
On Thursday 07 December 2006 18:44, Stefan Weil wrote: Hi, the latest changes of QEMU CVS break compilation for MIPS systems without a FPU. Such systems are in wide use (DSL routers like Sinus 154 and Fritz!Box), and several developers already use QEMU for emulation of these systems. If you

Re: [Qemu-devel] qemu/target-mips helper.c translate.c (compiler error)

2006-12-07 Thread Thiemo Seufer
Stefan Weil wrote: Hi, the latest changes of QEMU CVS break compilation for MIPS systems without a FPU. Such systems are in wide use (DSL routers like Sinus 154 and Fritz!Box), and several developers already use QEMU for emulation of these systems. Fixed, thanks for the report. Thiemo

Re: [Qemu-devel] qemu/target-mips helper.c translate.c (compiler error)

2006-12-07 Thread Stefan Weil
Paul, did you get my last mailing on this subject? (see http://lists.gnu.org/archive/html/qemu-devel/2006-05/msg00280.html) I'd be very glad to maintain my code in the tree, but Thiemo is right. Today, it takes sometimes very long until a patch gets integrated. Maybe a switch to another

Re: [Qemu-devel] Bounce message

2006-12-07 Thread Stefan Weil
Who is the list owner of qemu-devel and can remove Rebecca Langley from the subscriber list? I'm getting these messages, too (for every mail which I send to qemu-devel (at) nongnu.org). Stefan Weil Michael McConnell schrieb: On Wed, 22 Nov 2006, Joshua Root wrote: David Roberts wrote: I'm

Re: [Qemu-devel] qemu/target-mips helper.c translate.c (compiler error)

2006-12-07 Thread Paul Brook
On Thursday 07 December 2006 22:22, Stefan Weil wrote: Paul, did you get my last mailing on this subject? (see http://lists.gnu.org/archive/html/qemu-devel/2006-05/msg00280.html) My point exactly. Posting a link to a random website isn't sufficient, especially when you say my patches are still

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

[Qemu-devel] qemu/linux-user syscall.c

2006-12-07 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 06/12/08 01:32:58 Modified files: linux-user : syscall.c Log message: Fix fstat for MIPS userland emulation, and add support for a cacheflush syscall, thanks to Dave Denholm.

[Qemu-devel] Learning QEmy Virtual Machine

2006-12-07 Thread I_am alone
Hi All, I plan to do my undergraduate research on QEMU Virtual machine Design , Implementation and operation. Since i dont have much idea about virtual machines and there operations i would really appreciate if anyone could help me on this. If i plan to learn the technology from

Re: [Qemu-devel] Learning QEmy Virtual Machine

2006-12-07 Thread Vincent Palatin
On Friday 08 December 2006 05:33, I_am alone wrote: I plan to do my undergraduate research on QEMU Virtual machine Design , Implementation and operation. Since i dont have much idea about virtual machines and there operations i would really appreciate if anyone could help me on this.