Skip to content

Commit 8593898

Browse files
stefanhaRHAnthony Liguori
authored and
Anthony Liguori
committed
Use qemu-project.org domain name
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 <[email protected]>. 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 <[email protected]> Signed-off-by: Stefan Hajnoczi <[email protected]> Message-id: [email protected] Signed-off-by: Anthony Liguori <[email protected]>
1 parent 33c6cae commit 8593898

File tree

11 files changed

+20
-20
lines changed

11 files changed

+20
-20
lines changed

.gitmodules

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
[submodule "roms/vgabios"]
22
path = roms/vgabios
3-
url = git://git.qemu.org/vgabios.git/
3+
url = git://git.qemu-project.org/vgabios.git/
44
[submodule "roms/seabios"]
55
path = roms/seabios
6-
url = git://git.qemu.org/seabios.git/
6+
url = git://git.qemu-project.org/seabios.git/
77
[submodule "roms/SLOF"]
88
path = roms/SLOF
9-
url = git://git.qemu.org/SLOF.git
9+
url = git://git.qemu-project.org/SLOF.git
1010
[submodule "roms/ipxe"]
1111
path = roms/ipxe
12-
url = git://git.qemu.org/ipxe.git
12+
url = git://git.qemu-project.org/ipxe.git
1313
[submodule "roms/openbios"]
1414
path = roms/openbios
15-
url = git://git.qemu.org/openbios.git
15+
url = git://git.qemu-project.org/openbios.git
1616
[submodule "roms/qemu-palcode"]
1717
path = roms/qemu-palcode
1818
url = git://github.com/rth7680/qemu-palcode.git
1919
[submodule "roms/sgabios"]
2020
path = roms/sgabios
21-
url = git://git.qemu.org/sgabios.git
21+
url = git://git.qemu-project.org/sgabios.git
2222
[submodule "pixman"]
2323
path = pixman
2424
url = git://anongit.freedesktop.org/pixman
2525
[submodule "dtc"]
2626
path = dtc
27-
url = git://git.qemu.org/dtc.git
27+
url = git://git.qemu-project.org/dtc.git

Changelog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This file documents changes for QEMU releases 0.12 and earlier.
22
For changelog information for later releases, see
3-
http://wiki.qemu.org/ChangeLog or look at the git history for
3+
http://wiki.qemu-project.org/ChangeLog or look at the git history for
44
more detailed information.
55

66

MAINTAINERS

+4-4
Original file line numberDiff line numberDiff line change
@@ -844,21 +844,21 @@ Stable branches
844844
---------------
845845
Stable 1.0
846846
847-
T: git git://git.qemu.org/qemu-stable-1.0.git
847+
T: git git://git.qemu-project.org/qemu-stable-1.0.git
848848
S: Orphan
849849

850850
Stable 0.15
851851
852852
M: Andreas Färber <[email protected]>
853-
T: git git://git.qemu.org/qemu-stable-0.15.git
853+
T: git git://git.qemu-project.org/qemu-stable-0.15.git
854854
S: Supported
855855

856856
Stable 0.14
857857
858-
T: git git://git.qemu.org/qemu-stable-0.14.git
858+
T: git git://git.qemu-project.org/qemu-stable-0.14.git
859859
S: Orphan
860860

861861
Stable 0.10
862862
863-
T: git git://git.qemu.org/qemu-stable-0.10.git
863+
T: git git://git.qemu-project.org/qemu-stable-0.10.git
864864
S: Orphan

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Read the documentation in qemu-doc.html or on http://wiki.qemu.org
1+
Read the documentation in qemu-doc.html or on http://wiki.qemu-project.org
22

33
- QEMU team

docs/qmp/README

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ Please, refer to the qapi-schema.json file for a complete command reference.
8484
QMP wiki page
8585
-------------
8686

87-
http://wiki.qemu.org/QMP
87+
http://wiki.qemu-project.org/QMP

docs/rdma.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(RDMA: Remote Direct Memory Access)
22
RDMA Live Migration Specification, Version # 1
33
==============================================
4-
Wiki: http://wiki.qemu.org/Features/RDMALiveMigration
4+
Wiki: http://wiki.qemu-project.org/Features/RDMALiveMigration
55
Github: [email protected]:hinesmr/qemu.git, 'rdma' branch
66

77
Copyright (C) 2013 Michael R. Hines <[email protected]>

pc-bios/README

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
legacy x86 software to communicate with an attached serial console as
2424
if a video card were attached. The master sources reside in a subversion
2525
repository at http://sgabios.googlecode.com/svn/trunk. A git mirror is
26-
available at git://git.qemu.org/sgabios.git.
26+
available at git://git.qemu-project.org/sgabios.git.
2727

2828
- The PXE roms come from the iPXE project. Built with BANNER_TIME 0.
2929
Sources available at http://ipxe.org. Vendor:Device ID -> ROM mapping:

qemu.nsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
; NSIS_WIN32_MAKENSIS
2121

2222
!define PRODUCT "QEMU"
23-
!define URL "http://www.qemu.org/"
23+
!define URL "http://www.qemu-project.org/"
2424

2525
!define UNINST_EXE "$INSTDIR\qemu-uninstall.exe"
2626
!define UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT}"

scripts/get_maintainer.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1385,7 +1385,7 @@ sub vcs_exists {
13851385
warn("$P: No supported VCS found. Add --nogit to options?\n");
13861386
warn("Using a git repository produces better results.\n");
13871387
warn("Try latest git repository using:\n");
1388-
warn("git clone git://git.qemu.org/qemu.git\n");
1388+
warn("git clone git://git.qemu-project.org/qemu.git\n");
13891389
$printed_novcs = 1;
13901390
}
13911391
return 0;

scripts/qmp/qemu-ga-client

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# $ qemu-ga-client fsfreeze freeze
3434
# 2 filesystems frozen
3535
#
36-
# See also: http://wiki.qemu.org/Features/QAPI/GuestAgent
36+
# See also: http://wiki.qemu-project.org/Features/QAPI/GuestAgent
3737
#
3838

3939
import base64

version.rc

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ FILESUBTYPE VFT2_UNKNOWN
1313
{
1414
BLOCK "040904E4"
1515
{
16-
VALUE "CompanyName", "http://www.qemu.org"
16+
VALUE "CompanyName", "http://www.qemu-project.org"
1717
VALUE "FileDescription", "QEMU machine emulators and tools"
1818
VALUE "FileVersion", QEMU_VERSION
1919
VALUE "LegalCopyright", "Copyright various authors. Released under the GNU General Public License."

0 commit comments

Comments
 (0)