forked from queueRAM/qemu-irix
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
1 parent
33c6cae
commit 8593898
Showing
11 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -844,21 +844,21 @@ Stable branches | |
--------------- | ||
Stable 1.0 | ||
L: [email protected] | ||
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: [email protected] | ||
M: Andreas Färber <[email protected]> | ||
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: [email protected] | ||
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: [email protected] | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: [email protected]:hinesmr/qemu.git, 'rdma' branch | ||
|
||
Copyright (C) 2013 Michael R. Hines <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters