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 th

[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 d

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

2006-12-07 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 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. CVSWeb

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

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 sti

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: >>>

[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

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 configura

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. Thie

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

2006-12-07 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 06/12/07 20:07:37 Modified files: target-mips: op.c translate.c Log message: Fix build of MIPS target without FPU support. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/

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

2006-12-07 Thread Thiemo Seufer
Paul Brook wrote: > 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 > > fo

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. I

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 er

[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 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, thanks t

[Qemu-devel] qemu Makefile.target hw/mips_r4k.c

2006-12-07 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 06/12/07 18:15:35 Modified files: . : Makefile.target hw : mips_r4k.c Log message: MIPS RTC emulation. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/Ma

[Qemu-devel] qemu .cvsignore

2006-12-07 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 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=qemu&r1=1.14&r2=1.15

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

2006-12-07 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 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: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/mc1468

[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 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 kernel

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 >

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

[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. O