Re: [Qemu-devel] qemu-system-* using mmap?

2006-12-14 Thread Tim Olson
On Dec 13, 2006, at 10:04 AM, Joseph Miller wrote: Can someone elaborate on this a little? What is the difference between the SOFTMMU and the mmap()? Should I be using the --enable-system or the --disable-system for win32 guest on i386 debian host? Can someone give a little more insight

[Qemu-devel] qemu-system-* using mmap?

2006-12-13 Thread Tim Olson
I am using qemu 0.8.2 built from source. In the qemu technical documentation for features under full system emulation, it says: QEMU can either use a full software MMU for maximum portability or use the host system call mmap() to simulate the target MMU. However, I cannot find a way to

Re: [Qemu-devel] qemu-system-* using mmap?

2006-12-13 Thread Paul Brook
On Wednesday 13 December 2006 14:40, Tim Olson wrote: I am using qemu 0.8.2 built from source. In the qemu technical documentation for features under full system emulation, it says: QEMU can either use a full software MMU for maximum portability or use the host system call mmap() to simulate

Re: [Qemu-devel] qemu-system-* using mmap?

2006-12-13 Thread Joseph Miller
Tim Olson wrote: I am using qemu 0.8.2 built from source. In the qemu technical documentation for features under full system emulation, it says: QEMU can either use a full software MMU for maximum portability or use the host system call mmap() to simulate the target MMU. However, I cannot