On 17/06/07 17:30 +0100, Thiemo Seufer wrote:
> Lauri Leukkunen wrote:
> > Attached patch fixes the linux-user path mangling code for use with
> > real target root filesystems that have nasty symlinks and lots of
> > files. The old code is terribly slow and can easily end up going
> > through the e
On 6/16/07, Rob Landley <[EMAIL PROTECTED]> wrote:
On Thursday 14 June 2007 17:13:32 Christian MICHON wrote:
> * /proc/miniconfig.gz: main ideas from Rob Landley, need documentation
Actually, there was documentation for this before there was code. You can
follow my development of the concept:
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/06/17 16:41:04
Modified files:
. : Makefile
Log message:
Remove cscope.* files on 'make clean', by George G. Davis.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Makefil
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/06/17 16:38:40
Modified files:
linux-user : main.c
Log message:
Option to drop LD_PRELOAD from emulated environment, by Lauri Leukkunen.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/
Lauri Leukkunen wrote:
> Attached patch fixes the linux-user path mangling code for use with
> real target root filesystems that have nasty symlinks and lots of
> files. The old code is terribly slow and can easily end up going
> through the entire host system /usr hierarchy in a recursive loop.
>
I just tried Linux 2.6.21.5 with Malta BE in QEMU.
I get the same console messages like Aurelien but
then Malta continues to boot normally.
So Geert is right: all output from early printk is
output again when the real console is activated.
Stefan
Geert Uytterhoeven schrieb:
> On Sat, 16 Jun 2007
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/06/17 15:32:30
Modified files:
linux-user : path.c
Log message:
Allow relative paths for the interpreter prefix in linux-user emulation.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/
On Sat, 16 Jun 2007, Aurelien Jarno wrote:
> Since I switch to 2.6.21 kernel on my emulated Malta board (QEMU), I
> have noticed something strange. The kernel starts to boot up to the
> timer calibration, and then it restart the boot again. A small example:
>
> ...
>
> Primary data cache 0kB,
Hi,
I think there's a small issue with the pl110 emulation.
LCDIMSC and LCDControl are swapped depending whether versatile is used
as a platform or not. This is done in the write function but not in the
read function where it also should be done.
Possible patch:
Index: pl110.c
==