[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [win-pv-devel] XcGnttabMapForeignPages function fails
‘xl debug-keys g’ should do what you want, I think.
Paul
From: Gaurav Khuntale [mailto:gauravkhuntale@xxxxxxxxx]
Sent: 07 September 2016 15:58
To: Paul Durrant <Paul.Durrant@xxxxxxxxxx>
Cc: win-pv-devel@xxxxxxxxxxxxxxxxxxxx
Subject: Re: [win-pv-devel] XcGnttabMapForeignPages function fails
Hello Paul,
Thank you for your reply.
Can you please tell me any way to check grant table of the domain?
On Wed, Sep 7, 2016 at 4:19 PM, Paul Durrant <Paul.Durrant@xxxxxxxxxx> wrote:
Hi,
There should be no difference. If the page is present in the grant table of the domain that you’re
attempting to map it from then you should be able to access it. The OS running in the domain should have no bearing (unless its interaction with Xen is buggy or limited in some way).
Paul
Hello Folks,
For learning purpose i am trying things with event-channel and grant pages on Xen.
The problem currently i am facing is, XcGnttabMapForeignPages() function fails to map grant pages which are shared from domain 0 with error code as 31(0x1f). To share pages from
domain 0, i am using xc_gntshr_share_pages() function.
When i tried to map grant pages into the windows guest domain which are shared from other windows guest domain then same function XcGnttabMapForeignPages() works perfectly.
Can anyone please help me to understand why i am observing such a behavior? Does grant page sharing not supported across the different operating system?
|
_______________________________________________
win-pv-devel mailing list
win-pv-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/cgi-bin/mailman/listinfo/win-pv-devel
|