3 messages in com.xensource.lists.xen-ia64-devel[Xen-devel] PATH: start_pfn field in ...
FromSent OnAttachments
Tristan Gingold29 Aug 2006 03:00.diffs
Hollis Blanchard29 Aug 2006 09:19 
Tristan Gingold30 Aug 2006 00:29 
Subject:[Xen-devel] PATH: start_pfn field in xen_domctl_getmemlist_t
From:Tristan Gingold (Tris@bull.net)
Date:08/29/2006 03:00:25 AM
List:com.xensource.lists.xen-ia64-devel
Attachments:

Hi,

Because getmemlist needs to be restartable and read P2M, xen/ia64 has always passed start_pfn info trough the hypercall.

Until now it was combined with max_pfns into the max_pfns field. This was not very clean. Because the API has just been changed I think this is the right time to make this small change.

Tested on xen/ia64.

Tristan.