Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-bugs

[Xen-bugs] [Bug 1121] New: Incorrect update_va_mapping call in interface

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 1121] New: Incorrect update_va_mapping call in interface.tex (Interface Manual).
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Fri, 30 Nov 2007 11:38:35 -0800
Delivery-date: Fri, 30 Nov 2007 11:39:01 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1121

           Summary: Incorrect update_va_mapping call in interface.tex
                    (Interface Manual).
           Product: Xen
           Version: unstable
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Unspecified
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: bruce_montague@xxxxxxxxxxxx


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.) See patch:

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

-bruce


-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-bugs] [Bug 1121] New: Incorrect update_va_mapping call in interface.tex (Interface Manual)., bugzilla-daemon <=