From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Mike D. Day" Subject: Re: Page sharing in Xen? Date: Wed, 12 Jul 2006 10:20:55 -0400 Message-ID: <44B50547.9090909@us.ibm.com> References: <44B460AF.7090106@camars.kaist.ac.kr> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: Jae-Wan Jang , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Keir Fraser wrote: > > On 12 Jul 2006, at 03:38, Jae-Wan Jang wrote: > >> I want to know whether Xen shares pages between domains or not. >> When I read "Memory Resource Management in VMware ESX server", >> they use page sharing between domains with hash value of a page. >> So I wonder that Xen uses this technique >> or if not, is there anyone who is implementing this to Xen now or >> willing to do so. > > There is explicit page sharing in Xen, but the kind of automatic scheme > described in that paper. This is largely because it's unclear how great > the benefit would be in practice. Page coalescing is a frequently requested feature, not just for Xen/x86 but for other platforms/Hypervisors. It would be good if we can incorporate it into Xen. Mike