On 8/14/07, Izik Eidus <[EMAIL PROTECTED]> wrote: > anyway you have anyidea why it is working with kvm above 4giga and not > with qemu??? can you look at how i did the mapping in qemu?
Kqemu is not compatible with >2G, does it change anything if you run without kqemu? Also the assembly versions of softmmu access functions would need changing. To avoid that, you could try qemu on x86_64 or comment out the line for ASM_SOFTMMU in target-i386/op.c.