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

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



# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1321540451 0
# Node ID 14a8af47bf11e9e4be35a0000336b49da95d9860
# Parent  dbdc840f8f62db58321b5009e5e0f7833066386f
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 dbdc840f8f62 -r 14a8af47bf11 README
--- a/README    Wed Nov 16 18:21:14 2011 +0000
+++ b/README    Thu Nov 17 14:34:11 2011 +0000
@@ -59,10 +59,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 dbdc840f8f62 -r 14a8af47bf11 docs/misc/vtd.txt
--- a/docs/misc/vtd.txt Wed Nov 16 18:21:14 2011 +0000
+++ b/docs/misc/vtd.txt Thu Nov 17 14:34:11 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 dbdc840f8f62 -r 14a8af47bf11 docs/misc/xl-network-configuration.markdown
--- a/docs/misc/xl-network-configuration.markdown       Wed Nov 16 18:21:14 
2011 +0000
+++ b/docs/misc/xl-network-configuration.markdown       Thu Nov 17 14:34:11 
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 dbdc840f8f62 -r 14a8af47bf11 docs/src/interface.tex
--- a/docs/src/interface.tex    Wed Nov 16 18:21:14 2011 +0000
+++ b/docs/src/interface.tex    Thu Nov 17 14:34:11 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 dbdc840f8f62 -r 14a8af47bf11 docs/src/user.tex
--- a/docs/src/user.tex Wed Nov 16 18:21:14 2011 +0000
+++ b/docs/src/user.tex Thu Nov 17 14:34:11 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 dbdc840f8f62 -r 14a8af47bf11 tools/libxl/libxlu_cfg.c
--- a/tools/libxl/libxlu_cfg.c  Wed Nov 16 18:21:14 2011 +0000
+++ b/tools/libxl/libxlu_cfg.c  Thu Nov 17 14:34:11 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 dbdc840f8f62 -r 14a8af47bf11 xen/common/sched_credit2.c
--- a/xen/common/sched_credit2.c        Wed Nov 16 18:21:14 2011 +0000
+++ b/xen/common/sched_credit2.c        Thu Nov 17 14:34:11 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®.