# HG changeset patch # User Ian Campbell <ian.campbell@citrix.com> # Date 1309165299 -3600 # Node ID 92af3c070b2aeee6f96171039766f1e122fd13f8 # Parent 6327930d8951ebcb5164cb306281195223216922 libxc: remove obsolete comment. Seems to predate Xen 3.0... Signed-off-by: Ian Campbell <ian.campbell@citrix.com> diff -r 6327930d8951 -r 92af3c070b2a tools/libxc/xenctrl.h --- a/tools/libxc/xenctrl.h Thu Jun 23 17:29:41 2011 +0100 +++ b/tools/libxc/xenctrl.h Mon Jun 27 10:01:39 2011 +0100 @@ -1117,10 +1117,6 @@ int xc_lockprof_query(xc_interface *xch, * should be unmapped with munmap and should follow the same rules as mmap * regarding page alignment. Returns NULL on failure. * - * In Linux, the ring queue for the control channel is accessible by mapping - * the shared_info_frame (from xc_domain_getinfo()) + 2048. The structure - * stored there is of type control_if_t. - * * @parm xch a handle on an open hypervisor interface * @parm dom the domain to map memory from * @parm size the amount of memory to map (in multiples of page size) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
# HG changeset patch # User Ian Campbell <ian.campbell@citrix.com> # Date 1310733097 -3600 # Node ID 93b21aac9a6685fcbd5a5b17dd5dfe675adef666 # Parent 4dfdbab57cb97c2f9b4009381b6bfdaae9e8be11 libxc: remove obsolete comment. Seems to predate Xen 3.0... Signed-off-by: Ian Campbell <ian.campbell@citrix.com> diff -r 4dfdbab57cb9 -r 93b21aac9a66 tools/libxc/xenctrl.h --- a/tools/libxc/xenctrl.h Fri Jul 15 13:31:27 2011 +0100 +++ b/tools/libxc/xenctrl.h Fri Jul 15 13:31:37 2011 +0100 @@ -1132,10 +1132,6 @@ int xc_lockprof_query(xc_interface *xch, * should be unmapped with munmap and should follow the same rules as mmap * regarding page alignment. Returns NULL on failure. * - * In Linux, the ring queue for the control channel is accessible by mapping - * the shared_info_frame (from xc_domain_getinfo()) + 2048. The structure - * stored there is of type control_if_t. - * * @parm xch a handle on an open hypervisor interface * @parm dom the domain to map memory from * @parm size the amount of memory to map (in multiples of page size) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel