On Sat, Apr 10, 2010 at 05:22:08PM +0200, Aurelien Jarno wrote: > On Fri, Apr 09, 2010 at 10:02:41PM +0200, Aurelien Jarno wrote: > > On Wed, Mar 31, 2010 at 11:00:36PM +0200, Juergen Lock wrote: > > > V2 that uses endaddr = end-of-guest-address-space if !h2g_valid(endaddr) > > > after I found out that indeed works; and also disables the FreeBSD 6.x > > > /compat/linux/proc/self/maps fallback because it can return partial lines > > > if (at least I think that's the reason) the mappings change between > > > subsequent read() calls. > > > > > > Signed-off-by: Juergen Lock <n...@jelal.kn-bremen.de> > > > > Thanks, applied. > > > > This patch actually breaks the build on 32-bit hosts. I have reverted > it.
Oh dear, sorry about that. :( Should I make a new version thats conditional on the host being 64-bit? Or do you think 32-bit hosts also need something fixed there? Sorry again... Juergen