Use qemu.org domain name

The owner of qemu.org has delegated authority to modify DNS records to
the QEMU Project.  This has allowed us to use the domain name without
worries about IP address changes or technical issues disrupting service.
The issues described in commit 8593898109
("Use qemu-project.org domain name") have therefore been mitigated.

This patch switches back to consistently using qemu.org instead of
qemu-project.org in documentation, version.rc, and the Windows installer
script.

The git submodules and SeaBIOS still use qemu-project.org for the time
being.  This will be fixed in the QEMU 2.12 release cycle.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 20171121120435.28728-2-stefanha@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
Stefan Hajnoczi 2017-11-21 12:04:34 +00:00 committed by Peter Maydell
parent d0dead3b6d
commit 1b3bbc6887
9 changed files with 17 additions and 17 deletions

View File

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

16
README
View File

@ -44,9 +44,9 @@ of other UNIX targets. The simple steps to build QEMU are:
Additional information can also be found online via the QEMU website: Additional information can also be found online via the QEMU website:
http://qemu-project.org/Hosts/Linux http://qemu.org/Hosts/Linux
http://qemu-project.org/Hosts/Mac http://qemu.org/Hosts/Mac
http://qemu-project.org/Hosts/W32 http://qemu.org/Hosts/W32
Submitting patches Submitting patches
@ -54,7 +54,7 @@ Submitting patches
The QEMU source code is maintained under the GIT version control system. The QEMU source code is maintained under the GIT version control system.
git clone git://git.qemu-project.org/qemu.git git clone git://git.qemu.org/qemu.git
When submitting patches, the preferred approach is to use 'git When submitting patches, the preferred approach is to use 'git
format-patch' and/or 'git send-email' to format & send the mail to the format-patch' and/or 'git send-email' to format & send the mail to the
@ -65,8 +65,8 @@ guidelines set out in the HACKING and CODING_STYLE files.
Additional information on submitting patches can be found online via Additional information on submitting patches can be found online via
the QEMU website the QEMU website
http://qemu-project.org/Contribute/SubmitAPatch http://qemu.org/Contribute/SubmitAPatch
http://qemu-project.org/Contribute/TrivialPatches http://qemu.org/Contribute/TrivialPatches
Bug reporting Bug reporting
@ -85,7 +85,7 @@ reported via launchpad.
For additional information on bug reporting consult: For additional information on bug reporting consult:
http://qemu-project.org/Contribute/ReportABug http://qemu.org/Contribute/ReportABug
Contact Contact
@ -101,6 +101,6 @@ main methods being email and IRC
Information on additional methods of contacting the community can be Information on additional methods of contacting the community can be
found online via the QEMU website: found online via the QEMU website:
http://qemu-project.org/Contribute/StartHere http://qemu.org/Contribute/StartHere
-- End -- End

View File

@ -83,4 +83,4 @@ Please, refer to the qapi-schema.json file for a complete command reference.
QMP wiki page QMP wiki page
------------- -------------
http://wiki.qemu-project.org/QMP http://wiki.qemu.org/QMP

View File

@ -1,7 +1,7 @@
(RDMA: Remote Direct Memory Access) (RDMA: Remote Direct Memory Access)
RDMA Live Migration Specification, Version # 1 RDMA Live Migration Specification, Version # 1
============================================== ==============================================
Wiki: http://wiki.qemu-project.org/Features/RDMALiveMigration Wiki: http://wiki.qemu.org/Features/RDMALiveMigration
Github: git@github.com:hinesmr/qemu.git, 'rdma' branch Github: git@github.com:hinesmr/qemu.git, 'rdma' branch
Copyright (C) 2013 Michael R. Hines <mrhines@us.ibm.com> Copyright (C) 2013 Michael R. Hines <mrhines@us.ibm.com>

View File

@ -23,7 +23,7 @@
legacy x86 software to communicate with an attached serial console as legacy x86 software to communicate with an attached serial console as
if a video card were attached. The master sources reside in a subversion 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 repository at http://sgabios.googlecode.com/svn/trunk. A git mirror is
available at git://git.qemu-project.org/sgabios.git. available at git://git.qemu.org/sgabios.git.
- The PXE roms come from the iPXE project. Built with BANNER_TIME 0. - The PXE roms come from the iPXE project. Built with BANNER_TIME 0.
Sources available at http://ipxe.org. Vendor:Device ID -> ROM mapping: Sources available at http://ipxe.org. Vendor:Device ID -> ROM mapping:
@ -40,7 +40,7 @@
- The u-boot binary for e500 comes from the upstream denx u-boot project where - The u-boot binary for e500 comes from the upstream denx u-boot project where
it was compiled using the qemu-ppce500 target. it was compiled using the qemu-ppce500 target.
A git mirror is available at: git://git.qemu-project.org/u-boot.git A git mirror is available at: git://git.qemu.org/u-boot.git
The hash used to compile the current version is: 2072e72 The hash used to compile the current version is: 2072e72
- Skiboot (https://github.com/open-power/skiboot/) is an OPAL - Skiboot (https://github.com/open-power/skiboot/) is an OPAL

View File

@ -20,7 +20,7 @@
; NSIS_WIN32_MAKENSIS ; NSIS_WIN32_MAKENSIS
!define PRODUCT "QEMU" !define PRODUCT "QEMU"
!define URL "http://www.qemu-project.org/" !define URL "http://www.qemu.org/"
!define UNINST_EXE "$INSTDIR\qemu-uninstall.exe" !define UNINST_EXE "$INSTDIR\qemu-uninstall.exe"
!define UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT}" !define UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT}"

View File

@ -1376,7 +1376,7 @@ sub vcs_exists {
warn("$P: No supported VCS found. Add --nogit to options?\n"); warn("$P: No supported VCS found. Add --nogit to options?\n");
warn("Using a git repository produces better results.\n"); warn("Using a git repository produces better results.\n");
warn("Try latest git repository using:\n"); warn("Try latest git repository using:\n");
warn("git clone git://git.qemu-project.org/qemu.git\n"); warn("git clone git://git.qemu.org/qemu.git\n");
$printed_novcs = 1; $printed_novcs = 1;
} }
return 0; return 0;

View File

@ -33,7 +33,7 @@
# $ qemu-ga-client fsfreeze freeze # $ qemu-ga-client fsfreeze freeze
# 2 filesystems frozen # 2 filesystems frozen
# #
# See also: http://wiki.qemu-project.org/Features/QAPI/GuestAgent # See also: http://wiki.qemu.org/Features/QAPI/GuestAgent
# #
import base64 import base64

View File

@ -13,7 +13,7 @@ FILESUBTYPE VFT2_UNKNOWN
{ {
BLOCK "040904E4" BLOCK "040904E4"
{ {
VALUE "CompanyName", "http://www.qemu-project.org" VALUE "CompanyName", "http://www.qemu.org"
VALUE "FileDescription", "QEMU machine emulators and tools" VALUE "FileDescription", "QEMU machine emulators and tools"
VALUE "FileVersion", QEMU_VERSION VALUE "FileVersion", QEMU_VERSION
VALUE "LegalCopyright", "Copyright various authors. Released under the GNU General Public License." VALUE "LegalCopyright", "Copyright various authors. Released under the GNU General Public License."