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

Re: [Xen-devel] Page access during migration

To: Anthony Nocentino <nocentino@xxxxxxxxx>
Subject: Re: [Xen-devel] Page access during migration
From: Mike Sun <msun@xxxxxxxxxx>
Date: Tue, 27 Jan 2009 17:48:55 -0500
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 27 Jan 2009 14:49:24 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=3UTxLE8KlVL4Atz6ioOf65kYSlDTBDvFiujfDb2Uttk=; b=jqUCXGPZFPJNlvMOIRk/ZeuuB8PkhFR+QutuuH7+5UtbsJxqlYxbgggna3LbW2xDmy VwoF2xahw3fcx4DEsUVgWhA5Rh8fHfrpxUqkQD1O0OizWiWeBKBHZAghMA0tU9pOrx8F xEHfOVSGpqDnN4kA6dKBUsGZlqG713XMVsXSY=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=QSnlBMLEnFe/18CFPLHfTr53zG/pcMAK30dXNgtg8f7GKzrR8OiLWIlTWTf6ikgfUF elQVpRflLZ4IAtU6kv4S5ka8KjIf/4nLta76TnfEKi1szJ87evEs2g+GaMsAGRBNdAlz wc4usRCPilSSRFCAPGUxEdtAPvTQEAmpGAJak=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <0E3FCDAA-CBDD-4689-A5DC-D755E00B7844@xxxxxxxxx>
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/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <0E3FCDAA-CBDD-4689-A5DC-D755E00B7844@xxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
>        I'm investigating modifying the live migration process. During the
> live migration (xc_domain_save.c) is it possible to get a pointer to a
> guest's page descriptor (struct page)? If this is possible, could you please
> describe the process.

You'd likely have to use a hypercall that could pass you mfn of the
the struct page you're looking for and then map that in.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>