From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: swap out guest physical page Date: Fri, 20 Mar 2015 12:21:25 +0000 Message-ID: <1426854085.21742.170.camel@citrix.com> References: <9b1dbb99fffb700e949ea1c671bc2b1a@inp-toulouse.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <9b1dbb99fffb700e949ea1c671bc2b1a@inp-toulouse.fr> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: HANNAS YAYA Issa Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Fri, 2015-03-20 at 13:09 +0100, HANNAS YAYA Issa wrote: > Hi > Is it possible to swap out guest physical page from hypervisor in xen The keyword you need in the context of Xen is "paging" not "swap", with that you should be able to find docs in the source tree and the wiki etc. Paging happens from a userspace utility in a control domain, not from within the hypervisor (which has no real useful i/o devices to swap to). Ian.