aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@redhat.com>2017-11-21 12:04:34 +0000
committerPeter Maydell <peter.maydell@linaro.org>2017-11-21 13:34:13 +0000
commit1b3bbc68872be5b618811db9dae611373c49f823 (patch)
tree83d6d9b991e538ba89166da28f3780c674a2a34b /README
parentd0dead3b6df7f6cd970ed02e8369ab8730aac9d3 (diff)
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 859389810910f232188675d2f10b15f1aad77660 ("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>
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 8 insertions, 8 deletions
diff --git a/README b/README
index cb60d05bee..34ee588cd8 100644
--- a/README
+++ b/README
@@ -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:
- http://qemu-project.org/Hosts/Linux
- http://qemu-project.org/Hosts/Mac
- http://qemu-project.org/Hosts/W32
+ http://qemu.org/Hosts/Linux
+ http://qemu.org/Hosts/Mac
+ http://qemu.org/Hosts/W32
Submitting patches
@@ -54,7 +54,7 @@ Submitting patches
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
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
the QEMU website
- http://qemu-project.org/Contribute/SubmitAPatch
- http://qemu-project.org/Contribute/TrivialPatches
+ http://qemu.org/Contribute/SubmitAPatch
+ http://qemu.org/Contribute/TrivialPatches
Bug reporting
@@ -85,7 +85,7 @@ reported via launchpad.
For additional information on bug reporting consult:
- http://qemu-project.org/Contribute/ReportABug
+ http://qemu.org/Contribute/ReportABug
Contact
@@ -101,6 +101,6 @@ main methods being email and IRC
Information on additional methods of contacting the community can be
found online via the QEMU website:
- http://qemu-project.org/Contribute/StartHere
+ http://qemu.org/Contribute/StartHere
-- End