Hi all, I need a way to manipulate data saved in a reserved memory region in linux user space emulation. I found the -B option very promising. Documentation says it is useful when the address region required by guest applications is reserved on the host. But how can I initialize that memory with data? Thanks, Libo Zhou