3 messages in com.xensource.lists.xen-ia64-devel[Xen-ia64-devel] [Patch] fix domVTi b...
FromSent OnAttachments
Akio Takebe31 Oct 2006 04:52.patch
Xu, Anthony31 Oct 2006 19:00 
Alex Williamson31 Oct 2006 22:18 
Subject:[Xen-ia64-devel] [Patch] fix domVTi boot with maxmem
From:Akio Takebe (take@jp.fujitsu.com)
Date:10/31/2006 04:52:45 AM
List:com.xensource.lists.xen-ia64-devel
Attachments:

Hi,

We found the following bug. http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=800

I change assigned page number by assign_domain_page() from d->max_pages to d->tot_pages in vmx_build_physmap_table() because domVTi don't support maxmem.

Signed-off-by: Akio Takebe <take@jp.fujitsu.com>

Best Regards,