Hi folks, Any comments/insight on the following problem statement will be appreciated. Host and the guests are running the same linux distro and a recent kernel (say 2.6.34 and later). The applications on guest 1 are creating several mmap'ed files that dynamically grow and shrink. The application from guest 1 needs to be moved into guest 2. The application will be first killed/stopped before it is launched in guest 2. However, it needs access to the mmap'ed files that are in guest 1. I do not want to use an IPC mechanism to replicate these files into guest 2. I am looking for a mechanism that unmaps/unlinks these files from guest 1 and makes them available to guest 2. The files can be in the order of gigabytes. Is it possible to do the above thing in kvm using any available technologies (say ivshmem)? Thx Chaks ============================================================ The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any reproduction, dissemination or distribution of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. Tellabs ============================================================ -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html