]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Use qemu-project.org domain name
authorStefan Hajnoczi <stefanha@redhat.com>
Fri, 11 Oct 2013 12:52:38 +0000 (14:52 +0200)
committerAnthony Liguori <aliguori@amazon.com>
Fri, 11 Oct 2013 16:34:56 +0000 (09:34 -0700)
qemu.org is held by a third-party and no core community contributor has
access to the DNS configuration.  This leaves the website exposed to
outages due to DNS issues or IP address changes.  For example, if the
web server IP address needs to change we cannot guarantee qemu.org will
point to it!

The newer qemu-project.org domain name is owned by Anthony Liguori
<anthony@codemonkey.ws>.  You can confirm this by querying the whois
information.  Also note that the #qemu IRC channel topic already
references qemu-project.org.

Short of having a dedicated legal entity to hold the domain name on
behalf of the community, qemu-project.org seems like the safest bet.

Let's replace references to qemu.org with qemu-project.org.

Note that git-submodule(1) does not detect URL changes.  The following
commands clear out and re-initialize all submodules to ensure you are
using the latest URLs:

  $ git submodule deinit . # you'll be warned if you have local changes
  $ rm -rf .git/modules    # also clear cached .git/ directories
  $ git submodule update --init

Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 1381495958-8306-1-git-send-email-stefanha@redhat.com
Signed-off-by: Anthony Liguori <aliguori@amazon.com>
.gitmodules
Changelog
MAINTAINERS
README
docs/qmp/README
docs/rdma.txt
pc-bios/README
qemu.nsi
scripts/get_maintainer.pl
scripts/qmp/qemu-ga-client
version.rc

index d7e3f3c7cd2040dd25e2a63a5c63d7e093f99a38..45e51e79be22d6a13bb1495019bfe558d09af331 100644 (file)
@@ -1,27 +1,27 @@
 [submodule "roms/vgabios"]
        path = roms/vgabios
-       url = git://git.qemu.org/vgabios.git/
+       url = git://git.qemu-project.org/vgabios.git/
 [submodule "roms/seabios"]
        path = roms/seabios
-       url = git://git.qemu.org/seabios.git/
+       url = git://git.qemu-project.org/seabios.git/
 [submodule "roms/SLOF"]
        path = roms/SLOF
-       url = git://git.qemu.org/SLOF.git
+       url = git://git.qemu-project.org/SLOF.git
 [submodule "roms/ipxe"]
        path = roms/ipxe
-       url = git://git.qemu.org/ipxe.git
+       url = git://git.qemu-project.org/ipxe.git
 [submodule "roms/openbios"]
        path = roms/openbios
-       url = git://git.qemu.org/openbios.git
+       url = git://git.qemu-project.org/openbios.git
 [submodule "roms/qemu-palcode"]
        path = roms/qemu-palcode
        url = git://github.com/rth7680/qemu-palcode.git
 [submodule "roms/sgabios"]
        path = roms/sgabios
-       url = git://git.qemu.org/sgabios.git
+       url = git://git.qemu-project.org/sgabios.git
 [submodule "pixman"]
        path = pixman
        url = git://anongit.freedesktop.org/pixman
 [submodule "dtc"]
        path = dtc
-       url = git://git.qemu.org/dtc.git
+       url = git://git.qemu-project.org/dtc.git
index 13eebefb7415524e492dc742f84e4d8cece376ab..1249b8aac5d08b52ecad6ffbeb0c1a2e86e1930f 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,6 @@
 This file documents changes for QEMU releases 0.12 and earlier.
 For changelog information for later releases, see
-http://wiki.qemu.org/ChangeLog or look at the git history for
+http://wiki.qemu-project.org/ChangeLog or look at the git history for
 more detailed information.
 
 
index fbe1fd94898f5b264e11086af65c3d5112023564..3c3e9fef18c34131da4dc8c9bfd3a5491ea867cf 100644 (file)
@@ -844,21 +844,21 @@ Stable branches
 ---------------
 Stable 1.0
 L: qemu-stable@nongnu.org
-T: git git://git.qemu.org/qemu-stable-1.0.git
+T: git git://git.qemu-project.org/qemu-stable-1.0.git
 S: Orphan
 
 Stable 0.15
 L: qemu-stable@nongnu.org
 M: Andreas Färber <afaerber@suse.de>
-T: git git://git.qemu.org/qemu-stable-0.15.git
+T: git git://git.qemu-project.org/qemu-stable-0.15.git
 S: Supported
 
 Stable 0.14
 L: qemu-stable@nongnu.org
-T: git git://git.qemu.org/qemu-stable-0.14.git
+T: git git://git.qemu-project.org/qemu-stable-0.14.git
 S: Orphan
 
 Stable 0.10
 L: qemu-stable@nongnu.org
-T: git git://git.qemu.org/qemu-stable-0.10.git
+T: git git://git.qemu-project.org/qemu-stable-0.10.git
 S: Orphan
diff --git a/README b/README
index c77d12642da06facdd8dbd088009e6f42feee849..c7c990d89538f01fb6dd8f1ed9f2e6a271dc57e2 100644 (file)
--- a/README
+++ b/README
@@ -1,3 +1,3 @@
-Read the documentation in qemu-doc.html or on http://wiki.qemu.org
+Read the documentation in qemu-doc.html or on http://wiki.qemu-project.org
 
 - QEMU team
index 85c4bc17bf3cabff8adc4163d2fe53c7ccf50600..f6a3a031e9f90add1afeb55552df05eec78a81f7 100644 (file)
@@ -84,4 +84,4 @@ Please, refer to the qapi-schema.json file for a complete command reference.
 QMP wiki page
 -------------
 
-http://wiki.qemu.org/QMP
+http://wiki.qemu-project.org/QMP
index 8d1e003f925c3a64db1878f68eda3f9347906d60..2aca63bd72f6d66fa74bd4870d42d4e3063821a7 100644 (file)
@@ -1,7 +1,7 @@
 (RDMA: Remote Direct Memory Access)
 RDMA Live Migration Specification, Version # 1
 ==============================================
-Wiki: http://wiki.qemu.org/Features/RDMALiveMigration
+Wiki: http://wiki.qemu-project.org/Features/RDMALiveMigration
 Github: git@github.com:hinesmr/qemu.git, 'rdma' branch
 
 Copyright (C) 2013 Michael R. Hines <mrhines@us.ibm.com>
index d70be168880e5c72b31cdb29491baa802cbf44a2..be8dae0aa923e731dd8fe1d6e0f7211753400836 100644 (file)
@@ -23,7 +23,7 @@
   legacy x86 software to communicate with an attached serial console as
   if a video card were attached.  The master sources reside in a subversion
   repository at http://sgabios.googlecode.com/svn/trunk.  A git mirror is
-  available at git://git.qemu.org/sgabios.git.
+  available at git://git.qemu-project.org/sgabios.git.
 
 - The PXE roms come from the iPXE project. Built with BANNER_TIME 0.
   Sources available at http://ipxe.org.  Vendor:Device ID -> ROM mapping:
index 1d57455956026b082fb703d1d41517a94a39089d..0dc1f52693549d3f2f1585473f004541ad12d0ed 100644 (file)
--- a/qemu.nsi
+++ b/qemu.nsi
@@ -20,7 +20,7 @@
 ; NSIS_WIN32_MAKENSIS
 
 !define PRODUCT "QEMU"
-!define URL     "http://www.qemu.org/"
+!define URL     "http://www.qemu-project.org/"
 
 !define UNINST_EXE "$INSTDIR\qemu-uninstall.exe"
 !define UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT}"
index bf5342a08dfab3c7ba0aef48215038d1543ce948..38334de8751f6e10291b19e10a25a7ffa1f55419 100755 (executable)
@@ -1385,7 +1385,7 @@ sub vcs_exists {
        warn("$P: No supported VCS found.  Add --nogit to options?\n");
        warn("Using a git repository produces better results.\n");
        warn("Try latest git repository using:\n");
-       warn("git clone git://git.qemu.org/qemu.git\n");
+       warn("git clone git://git.qemu-project.org/qemu.git\n");
        $printed_novcs = 1;
     }
     return 0;
index b5f7e7c5ffbf7f75c143c6a1c537abee89072138..9908f2109341fb35ca16d805b0a4f46d333cef7a 100755 (executable)
@@ -33,7 +33,7 @@
 # $ qemu-ga-client fsfreeze freeze
 # 2 filesystems frozen
 #
-# See also: http://wiki.qemu.org/Features/QAPI/GuestAgent
+# See also: http://wiki.qemu-project.org/Features/QAPI/GuestAgent
 #
 
 import base64
index a50d62fa0c4ff47c08a77de1589e2b500a8b528e..d42ef629625bd2a1e17a4e6e34ed38ba30e3bd20 100644 (file)
@@ -13,7 +13,7 @@ FILESUBTYPE VFT2_UNKNOWN
   {
     BLOCK "040904E4"
     {
-      VALUE "CompanyName", "http://www.qemu.org"
+      VALUE "CompanyName", "http://www.qemu-project.org"
       VALUE "FileDescription", "QEMU machine emulators and tools"
       VALUE "FileVersion", QEMU_VERSION
       VALUE "LegalCopyright", "Copyright various authors. Released under the GNU General Public License."