From: Christoph L. <cla...@sg...> - 2008-01-14 19:49:48
|
On Sat, 12 Jan 2008, Avi Kivity wrote: > Two kvm instances mmap() the file (from anywhere) into the guest address > space. That memory is shared, and will be backed by the same page structs at > the same offset. Duh. Impossible. Two instances of Linux cannot share page structs. So how are you doing this? Or is this just an idea? |