WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Free pages in guest VM

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Free pages in guest VM
From: "Arun Babu" <arunbabu.n@xxxxxxxxx>
Date: Tue, 7 Nov 2006 16:26:26 -0500
Delivery-date: Tue, 07 Nov 2006 13:26:40 -0800
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=aRqFaF1pqAKPc5hY55SKVRDrWoKFYzJNF107KeEVsSntXOE3Jb1o3vT8JNHypgiIDgDdpef4SXHwpMtvVSAp/eJFtGSV1tXCbyqG4JrVpK43oHYDbNUxfOKDZzZwcr2LW0SLltYEYj00AG6ghc5L1R2xhb/e19gp+mHvE+vFrRk=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi
While performing migration of a guest virtual machine from a physical node to another,
it would be nice if we can figure out the free pages in the guest VM and opt not to transfer them.
(Currently I have a guest VM of size 1GB and less than 300MB is occupied)
1.I came across in the paper Xen and the Art of Virtualization, that guest VM can be made
 to balloon out the free pages.
2.What is the way to figure out free pages in guest VM?
3.Can this be implemented in the tools (xend) code as a part of the migration framework?
(I was able to note some code where ballooning is happeing.. ie while memory is being allocated to VM
from hypervisor but i was not able to locate a code where VM releases memory to hypervisor. Where
can I find it?)

Can you please give me some pointers on this?

Thank you
Arun
http://www4.ncsu.edu/~abnagara
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Free pages in guest VM, Arun Babu <=