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] Xen 4.0 crashes with pvops kernel

To: Jan Beulich <JBeulich@xxxxxxxxxx>
Subject: Re: [Xen-devel] Xen 4.0 crashes with pvops kernel
From: Jeremy Fitzhardinge <jeremy@xxxxxxxx>
Date: Thu, 24 Jun 2010 22:25:47 +0100
Cc: Cris Daniluk <cris.daniluk@xxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>, Keir Fraser <keir.fraser@xxxxxxxxxxxxx>
Delivery-date: Thu, 24 Jun 2010 14:28:11 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4C235DED0200007800008058@xxxxxxxxxxxxxxxxxx>
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: <4C17932F0200007800006821@xxxxxxxxxxxxxxxxxx> <C83D3707.178AF%keir.fraser@xxxxxxxxxxxxx> <4C179A47020000780000683A@xxxxxxxxxxxxxxxxxx> <4C17A2F9020000780000688F@xxxxxxxxxxxxxxxxxx> <4C23257E.4070308@xxxxxxxx> <4C235DED0200007800008058@xxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-2.fc12 Lightning/1.0b2pre Thunderbird/3.0.4
On 06/24/2010 12:30 PM, Jan Beulich wrote:
>> If the pte has _PAGE_IO set (which all ioremap ptes should), then it
>> will call xen_set_iomap_pte. This can't fail (not return code), so if
>>     
> Ah, right, I apparently looked at the upstream (i.e. DomU-only)
> implementation rather than your tree.
>   

Yes, that has no way to ioremap real hardware.

>> the hypercall fails then it will leave it unmapped.  It should at least
>> print a warn-on in that case.
>>     
> Yes, that's the minimal requirement I would say.
>   

Currently its implemented as a batched multicall, so the site itself
can't check to see if the hypercall worked.  I should check that it can
actually be called in a batched context.

    J

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

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