[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Xen-devel] [PATCH 01 of 17 v3] Replace references to old wiki with ones to new
# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1322574811 0
# Node ID 4bdc0f7611d72d80b5d7efedc86fd70df06a6bbc
# Parent a2cb7ed6d0a2ee5aecb3a988750ce9c8d8b718ee
Replace references to old wiki with ones to new.
I have confirmed that the relevant pages have been transitioned.
What remains is pages which have not yet been moved over:
$ rgrep xenwiki *
tools/libxen/README:http://wiki.xensource.com/xenwiki/XenApi
tools/xenballoon/xenballoond.README:http://wiki.xensource.com/xenwiki/Open_Topics_For_Discussion?action=AttachFile&do=get&target=Memory+Overcommit.pdf
Note that "PythonInXlConfig" never existed in the old wiki and does not exist
in the new. This reference was introduced by 22735:cb94dbe20f97 and was
supposed to have been written prior to the 4.1 release. I have transitioned it
anyway but it's not clear how valuable the message actually is. Perhaps we
should just remove that aspect of it?
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
diff -r a2cb7ed6d0a2 -r 4bdc0f7611d7 README
--- a/README Mon Nov 28 17:42:40 2011 +0000
+++ b/README Tue Nov 29 13:53:31 2011 +0000
@@ -61,10 +61,10 @@ provided by your OS distributor:
Second, you need to acquire a suitable kernel for use in domain 0. If
possible you should use a kernel provided by your OS distributor. If
no suitable kernel is available from your OS distributor then refer to
-http://wiki.xen.org/xenwiki/XenDom0Kernels for suggestions for
+http://wiki.xen.org/wiki/XenDom0Kernels for suggestions for
suitable kernels to use.
If you are looking to compile a Dom0 kernel from source, please refer to
-http://wiki.xensource.com/xenwiki/XenParavirtOps.
+http://wiki.xen.org/wiki/XenParavirtOps.
[NB. Unless noted otherwise, all the following steps should be
performed with root privileges.]
diff -r a2cb7ed6d0a2 -r 4bdc0f7611d7 docs/misc/vtd.txt
--- a/docs/misc/vtd.txt Mon Nov 28 17:42:40 2011 +0000
+++ b/docs/misc/vtd.txt Tue Nov 29 13:53:31 2011 +0000
@@ -184,7 +184,7 @@ http://www.dell.com/content/products/cat
- HP Compaq: DC7800
http://h10010.www1.hp.com/wwpc/us/en/en/WF04a/12454-12454-64287-321860-3328898.html
-For more information, pls refer to http://wiki.xensource.com/xenwiki/VTdHowTo.
+For more information, pls refer to http://wiki.xen.org/wiki/VTdHowTo.
Assigning devices to HVM domains
diff -r a2cb7ed6d0a2 -r 4bdc0f7611d7 docs/misc/xenstore.txt
--- a/docs/misc/xenstore.txt Mon Nov 28 17:42:40 2011 +0000
+++ b/docs/misc/xenstore.txt Tue Nov 29 13:53:31 2011 +0000
@@ -159,7 +159,7 @@ SET_PERMS <path>|<perm-as-string>|+?
r<domid> read only
b<domid> both read and write
n<domid> no access
- See http://wiki.xensource.com/xenwiki/XenBus section
+ See http://wiki.xen.org/wiki/XenBus section
`Permissions' for details of the permissions system.
---------- Watches ----------
diff -r a2cb7ed6d0a2 -r 4bdc0f7611d7 docs/misc/xl-network-configuration.markdown
--- a/docs/misc/xl-network-configuration.markdown Mon Nov 28 17:42:40
2011 +0000
+++ b/docs/misc/xl-network-configuration.markdown Tue Nov 29 13:53:31
2011 +0000
@@ -123,4 +123,4 @@ defaults to domain 0. Specifying another
driver domain which is outside the scope of this document.
[oui]: http://en.wikipedia.org/wiki/Organizationally_Unique_Identifier
-[net]: http://wiki.xen.org/xenwiki/HostConfiguration/Networking
+[net]: http://wiki.xen.org/wiki/HostConfiguration/Networking
diff -r a2cb7ed6d0a2 -r 4bdc0f7611d7 docs/src/interface.tex
--- a/docs/src/interface.tex Mon Nov 28 17:42:40 2011 +0000
+++ b/docs/src/interface.tex Tue Nov 29 13:53:31 2011 +0000
@@ -1579,7 +1579,7 @@ This contains links to the latest versio
documentation, including the latest version of the FAQ.
Information regarding Xen is also available at the Xen Wiki at
-\begin{quote} {\tt http://wiki.xensource.com/xenwiki/}\end{quote}
+\begin{quote} {\tt http://wiki.xen.org/wiki/}\end{quote}
The Xen project uses Bugzilla as its bug tracking system. You'll find
the Xen Bugzilla at http://bugzilla.xensource.com/bugzilla/.
diff -r a2cb7ed6d0a2 -r 4bdc0f7611d7 docs/src/user.tex
--- a/docs/src/user.tex Mon Nov 28 17:42:40 2011 +0000
+++ b/docs/src/user.tex Tue Nov 29 13:53:31 2011 +0000
@@ -2349,7 +2349,7 @@ This contains links to the latest versio
documentation, including the latest version of the FAQ.
Information regarding Xen is also available at the Xen Wiki at
-\begin{quote} {\tt http://wiki.xensource.com/xenwiki/}\end{quote}
+\begin{quote} {\tt http://wiki.xen.org/wiki/}\end{quote}
The Xen project uses Bugzilla as its bug tracking system. You'll find
the Xen Bugzilla at http://bugzilla.xensource.com/bugzilla/.
diff -r a2cb7ed6d0a2 -r 4bdc0f7611d7 tools/libxl/libxlu_cfg.c
--- a/tools/libxl/libxlu_cfg.c Mon Nov 28 17:42:40 2011 +0000
+++ b/tools/libxl/libxlu_cfg.c Tue Nov 29 13:53:31 2011 +0000
@@ -72,7 +72,7 @@ static void parse(CfgParseContext *ctx)
fputs(
"warning: Config file looks like it contains Python code.\n"
"warning: Arbitrary Python is no longer supported.\n"
- "warning: See http://wiki.xen.org/xenwiki/PythonInXlConfig\n",
+ "warning: See http://wiki.xen.org/wiki/PythonInXlConfig\n",
ctx->cfg->report);
}
}
diff -r a2cb7ed6d0a2 -r 4bdc0f7611d7 xen/common/sched_credit2.c
--- a/xen/common/sched_credit2.c Mon Nov 28 17:42:40 2011 +0000
+++ b/xen/common/sched_credit2.c Tue Nov 29 13:53:31 2011 +0000
@@ -51,7 +51,7 @@
/*
* WARNING: This is still in an experimental phase. Status and work can be
found at the
* credit2 wiki page:
- * http://wiki.xensource.com/xenwiki/Credit2_Scheduler_Development
+ * http://wiki.xen.org/wiki/Credit2_Scheduler_Development
* TODO:
* + Immediate bug-fixes
* - Do per-runqueue, grab proper lock for dump debugkey
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel