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

[Xen-devel] Incorrect update_va_mapping call in interface.tex (Interface

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Incorrect update_va_mapping call in interface.tex (Interface Manual).
From: "Bruce Montague" <Bruce_Montague@xxxxxxxxxxxx>
Date: Fri, 30 Nov 2007 14:34:21 -0700
Delivery-date: Fri, 30 Nov 2007 13:36:44 -0800
Envelope-to: www-data@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/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: AcgzmMVI58rE4Y6eQo+2fAotrvVXxw==
Thread-topic: Incorrect update_va_mapping call in interface.tex (Interface Manual).
At the bottom of page 40 of the Interface manual, an "update_va_mapping"
prototype is shown, but it should be an "update_va_mapping_otherdomain"
prototype. (This prototype introduces the "update_va_mapping_otherdomain"
hypercall documentation, so the association between hypercall and documentation
is wrong.) Patch below.
 
- bruce
 
 
diff -r e10eacec8b91 docs/src/interface.tex
--- a/docs/src/interface.tex    Wed Nov 28 22:36:33 2007 +0000
+++ b/docs/src/interface.tex    Fri Nov 30 11:15:45 2007 -0800
@@ -1831,7 +1831,7 @@ the pages of others:
 the pages of others:
 
 \begin{quote}
-\hypercall{update\_va\_mapping(unsigned long va, uint64\_t val,
+\hypercall{update\_va\_mapping\_otherdomain(unsigned long va, uint64\_t val,
                          unsigned long flags, domid\_t domid)}
 
 Identical to {\bf update\_va\_mapping} save that the pages being
 
 
 
 

 

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Incorrect update_va_mapping call in interface.tex (Interface Manual)., Bruce Montague <=