On [Mon, 08.01.2007 16:21], Paul Brook wrote:
> On Monday 08 January 2007 08:11, Kirill A. Shutemov wrote:
> > On a 64-bit host system mmap sometimes(quite rarely on x86_64) return
> > address above 0xffffffff. If target system is a 32-bit system then mojor
> > 32-bit will be dropped due to h2g().
> 
> We should be using MAP_32BIT or MAP_FIXED.
But MAP_32BIT can be only used for x86_64. What about other 64-bit host
system? It seems that right way to write VM for linux-user emulators.

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to