Hi Isaku:
I found below codes in ChangeSet 11726 cause this issue:
In privcmd_ioctl() of linux-2.6-xen-sparse/drivers/xen/privcmd/privcmd.c:
if (!vma || (msg.va != vma->vm_start) || vma->vm_private_data)
goto mmap_out;
when we create a domain, vma->vm_private_data !=0 ,so our operation failed.
I'm not familiar with these codes, hope this information is helpful to you.
Good good study,day day up ! ^_^
-Wing(zhang xin)
OTC,Intel Corporation
-----Original Message-----
From: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Isaku Yamahata
Sent: 2006年10月11日 20:19
To: Zhang, Jingke
Cc: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-ia64-devel] [IPF] Xen3.0.3 RC3 can not create VTI_domain
Could you check whether the change sets,
11727:411c6aca255c9be78cab2a91e4131a3e9807ea60 and
11726:e1f3af226a8e8cb32de079b283cdcac718d3e076,
cause the failure?
I guess they broke IA64 foreign domain page mapping.
On Wed, Oct 11, 2006 at 04:35:29PM +0800, Zhang, Jingke wrote:
> Hi,
> VTI domain CREATE FAIL!
> I used xen3.0.3 rc3 to create VTI_domain. It always shows me the
> error info "Invalid argument". The Cset number is 11731 in the testing
> tree.
> xend.log is:
> -----------------------------------------------------------
> [2006-10-11 16:13:55 xend.XendDomainInfo 5331] ERROR
> (XendDomainInfo:202) Domain construction failed
> Traceback (most recent call last):
> File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 195, in create
> vm.initDomain()
> File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 1363, in
> initDomain
> raise VmError(str(exn))
> VmError: (22, 'Invalid argument')
> -----------------------------------------------------------
>
> Thanks,
> Zhangjingke
>
> _______________________________________________
> Xen-ia64-devel mailing list
> Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-ia64-devel
--
yamahata
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|