From: Christoph L. <cla...@sg...> - 2008-01-10 19:04:46
|
On Thu, 10 Jan 2008, Avi Kivity wrote: > Actually sharing memory is possible even without this patch; one simply > mmap()s a file into the address space of both guests. Or are you referring to > something else? A file from where? If a file is read by two guests then they will have distinct page structs. |