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] blkif_map error starting fourth guest domain

To: Kieran Mansley <kmansley@xxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] blkif_map error starting fourth guest domain
From: Keir Fraser <keir@xxxxxxxxxxxxx>
Date: Fri, 08 Jun 2007 11:23:54 +0100
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 08 Jun 2007 03:22:01 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <1181297967.4108.29.camel@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Aceptx1bW7Rr6BWqEdyJ4AAX8io7RQ==
Thread-topic: [Xen-devel] blkif_map error starting fourth guest domain
User-agent: Microsoft-Entourage/11.3.3.061214


On 8/6/07 11:19, "Kieran Mansley" <kmansley@xxxxxxxxxxxxxx> wrote:

> The grant map that's failing is (linux-2.6-xen-
> sparse/drivers/xen/blkback/interface.c:62):
> 
> gnttab_set_map_op(&op, (unsigned long)blkif->blk_ring_area->addr,
>  GNTMAP_host_map, shared_page, blkif->domid);
> 
> if (HYPERVISOR_grant_table_op(GNTTABOP_map_grant_ref, &op, 1))
> BUG();
> 
> I'll get some more tracing and info about why this page supplied by the
> frontend doesn't have a PTE when I get some spare time.

Thanks. The call to alloc_vm_area() should be ensuring that the pte does
exist (as opposed to possibly needing to be allocated by the caller).

 -- Keir


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

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