Re: [Qemu-devel] [PATCH] Add more devices to MIPS system emulation

2006-12-06 Thread Aurelien Jarno
Thiemo Seufer a écrit : > Aurelien Jarno wrote: > [snip] >> Index: hw/mips_r4k.c >> === >> RCS file: /sources/qemu/qemu/hw/mips_r4k.c,v >> retrieving revision 1.23 >> diff -u -d -p -r1.23 mips_r4k.c >> --- hw/mips_r4k.c6 Dec 2006 2

Re: [Qemu-devel] [PATCH] Add more devices to MIPS system emulation

2006-12-06 Thread Thiemo Seufer
Aurelien Jarno wrote: [snip] > Index: hw/mips_r4k.c > === > RCS file: /sources/qemu/qemu/hw/mips_r4k.c,v > retrieving revision 1.23 > diff -u -d -p -r1.23 mips_r4k.c > --- hw/mips_r4k.c 6 Dec 2006 21:38:37 - 1.23 > +++ hw

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

2006-12-06 Thread Aurelien Jarno
Hello all, This patch, initially posted by Thiemo Seufer, adds more devices to the MIPS system emulation, most importantly a RTC emulation which e.g. keeps timestamps on a linux filesystem sane. I have only modified it to use the patch I posted on the mailing list a few minutes ago. Aurelien I