[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH 01 of 15 v2] Replace references to old wiki with ones to new



# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1322221956 0
# Node ID 732154549538fe983a8cc6ea74605e04e8ea0a64
# Parent  1027e7d13d02143048c7d48d7960967c5b1657a8
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 *
docs/misc/xenstore.txt: See http://wiki.xensource.com/xenwiki/XenBus section
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 1027e7d13d02 -r 732154549538 README
--- a/README    Sun Nov 20 18:26:16 2011 +0100
+++ b/README    Fri Nov 25 11:52:36 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.xensource.com/wiki/XenParavirtOps.
 
 [NB. Unless noted otherwise, all the following steps should be
 performed with root privileges.]
diff -r 1027e7d13d02 -r 732154549538 docs/misc/vtd.txt
--- a/docs/misc/vtd.txt Sun Nov 20 18:26:16 2011 +0100
+++ b/docs/misc/vtd.txt Fri Nov 25 11:52:36 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.xensource.com/wiki/VTdHowTo.
 
 
 Assigning devices to HVM domains
diff -r 1027e7d13d02 -r 732154549538 docs/misc/xl-network-configuration.markdown
--- a/docs/misc/xl-network-configuration.markdown       Sun Nov 20 18:26:16 
2011 +0100
+++ b/docs/misc/xl-network-configuration.markdown       Fri Nov 25 11:52:36 
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 1027e7d13d02 -r 732154549538 docs/src/interface.tex
--- a/docs/src/interface.tex    Sun Nov 20 18:26:16 2011 +0100
+++ b/docs/src/interface.tex    Fri Nov 25 11:52:36 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.xensource.com/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 1027e7d13d02 -r 732154549538 docs/src/user.tex
--- a/docs/src/user.tex Sun Nov 20 18:26:16 2011 +0100
+++ b/docs/src/user.tex Fri Nov 25 11:52:36 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.xensource.com/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 1027e7d13d02 -r 732154549538 tools/libxl/libxlu_cfg.c
--- a/tools/libxl/libxlu_cfg.c  Sun Nov 20 18:26:16 2011 +0100
+++ b/tools/libxl/libxlu_cfg.c  Fri Nov 25 11:52:36 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 1027e7d13d02 -r 732154549538 xen/common/sched_credit2.c
--- a/xen/common/sched_credit2.c        Sun Nov 20 18:26:16 2011 +0100
+++ b/xen/common/sched_credit2.c        Fri Nov 25 11:52:36 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.xensource.com/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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.