[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-bugs] [Bug 1121] New: Incorrect update_va_mapping call in interface.tex (Interface Manual).
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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |