Re: [LinuxBIOS] [PATCH] Detect RAM size on qemu target

2006-09-13 Thread Johan Rydberg
Ronald G Minnich writes: > I am not on that list, think you could ask them for a little favor? I'd > like a switch whereby I could say --memory-error x, such that one in > every x memory references gave bad data. This would help with linuxbios > testing on OLPC. That would kill performance.

Re: [LinuxBIOS] [PATCH] Detect RAM size on qemu target

2006-09-12 Thread Ronald G Minnich
oh yeah, commited as rev 2405, builds, not tested. ron -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] [PATCH] Detect RAM size on qemu target

2006-09-12 Thread Ronald G Minnich
nice work! let me know when this is committed to qemu. I am not on that list, think you could ask them for a little favor? I'd like a switch whereby I could say --memory-error x, such that one in every x memory references gave bad data. This would help with linuxbios testing on OLPC. Thanks r

[LinuxBIOS] [PATCH] Detect RAM size on qemu target

2006-09-12 Thread Ed Swierk
The attached patch changes the qemu northbridge.c to read the RAM size from the i440 PCI bridge configuration registers. This is mostly a copy-and-paste from the i440bx northbridge.c. Unfortunately the current version of qemu does not set these registers, but I have patched qemu so that it emulat