From mboxrd@z Thu Jan 1 00:00:00 1970
Received: from eggs.gnu.org ([2001:4830:134:3::10]:56642)
by lists.gnu.org with esmtp (Exim 4.71)
(envelope-from Grab the source code for the latest releases and compile it yourself!
Detailed compilation instructions can be found in the wiki for
- Linux,
- Win32 and
- macOS.
or stay on the bleeding edge with the - git repository!
+ git repository!To download and build QEMU {{release.branch}}.{{release.patch}}:
-wget http://download.qemu-project.org/qemu-{{release.branch}}.{{release.patch}}.tar.xz +wget http://download.qemu.org/qemu-{{release.branch}}.{{release.patch}}.tar.xz tar xvJf qemu-{{release.branch}}.{{release.patch}}.tar.xz cd qemu-{{release.branch}}.{{release.patch}} ./configure @@ -24,7 +24,7 @@ make {% endfor %}To download and build QEMU from git:
-git clone git://git.qemu-project.org/qemu.git +git clone git://git.qemu.org/qemu.git cd qemu git submodule init git submodule update --recursive diff --git a/_includes/footer.html b/_includes/footer.html index 7a3e8b1..979a477 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -8,15 +8,15 @@
diff --git a/_posts/2017-02-04-the-new-qemu-website-is-up.md b/_posts/2017-02-04-the-new-qemu-website-is-up.md
index 692e561..6dc5eeb 100644
--- a/_posts/2017-02-04-the-new-qemu-website-is-up.md
+++ b/_posts/2017-02-04-the-new-qemu-website-is-up.md
@@ -9,13 +9,13 @@ At last, QEMU's new website is up!
The new site aims to be simple and provides the basic information
needed to download and start contributing to QEMU. It complements the
-[wiki](http://wiki.qemu-project.org/), which remains the central point for
+[wiki](http://wiki.qemu.org/), which remains the central point for
developers to share information quickly with the rest of the community.
We tried to test the website on most browsers and to make it lightweight
and responsive. It is built using [Jekyll](https://jekyllrb.com/)
and the source code for the website can be cloned from the
-[qemu-web.git](http://git.qemu-project.org/?p=qemu-web.git;a=summary)
+[qemu-web.git](http://git.qemu.org/?p=qemu-web.git;a=summary)
repository. Just like for any other project hosted by QEMU, the best way
to propose or contribute a new change is by sending a patch through the
[qemu-devel@nongnu.org](https://lists.nongnu.org/mailman/listinfo/qemu-devel)
@@ -23,10 +23,10 @@ mailing list.
For example, if you would like to add a new screenshot to the homepage,
you can clone the `qemu-web.git` repository, add a PNG file to the
-[`screenshots/`](http://git.qemu-project.org/?p=qemu-web.git;a=tree;f=screenshots;hb=HEAD)
-directory, and edit the [`_data/screenshots.yml`](http://git.qemu-project.org/?p=qemu-web.git;a=blob;f=_data/screenshots.yml;hb=HEAD)
+[`screenshots/`](http://git.qemu.org/?p=qemu-web.git;a=tree;f=screenshots;hb=HEAD)
+directory, and edit the [`_data/screenshots.yml`](http://git.qemu.org/?p=qemu-web.git;a=blob;f=_data/screenshots.yml;hb=HEAD)
file to include the new screenshot.
Blog posts about QEMU are also welcome; they are simple HTML or Markdown
-files and are stored in the [`_posts/`](http://git.qemu-project.org/?p=qemu-web.git;a=tree;f=_posts;hb=HEAD)
+files and are stored in the [`_posts/`](http://git.qemu.org/?p=qemu-web.git;a=tree;f=_posts;hb=HEAD)
directory of the repository.
diff --git a/_posts/2017-03-19-qemu-in-the-blogs-february-2017.md b/_posts/2017-03-19-qemu-in-the-blogs-february-2017.md
index 6540f45..42af6d2 100644
--- a/_posts/2017-03-19-qemu-in-the-blogs-february-2017.md
+++ b/_posts/2017-03-19-qemu-in-the-blogs-february-2017.md
@@ -32,4 +32,4 @@ More virtualization blog posts can be found on the [virt tools
planet](http://planet.virt-tools.org/).
In other news, QEMU is now in hard freeze for release 2.9.0. The preliminary
-list of features is on the [wiki](http://wiki.qemu-project.org/ChangeLog/2.9).
+list of features is on the [wiki](http://wiki.qemu.org/ChangeLog/2.9).
diff --git a/contribute.md b/contribute.md
index b10ba7f..4ee31db 100644
--- a/contribute.md
+++ b/contribute.md
@@ -5,11 +5,11 @@ permalink: /contribute/
* Report a bug: [https://bugs.launchpad.net/qemu/](https://bugs.launchpad.net/qemu/)
[How to report a bug](report-a-bug/)
-* Clone the git repository:
`git clone git://git.qemu-project.org/qemu.git`
+* Clone the git repository:
`git clone git://git.qemu.org/qemu.git`
-* Join the mailing list: [qemu-devel@nongnu.org](http://lists.nongnu.org/mailman/listinfo/qemu-devel)
[See the list of QEMU mailing lists](http://wiki.qemu-project.org/MailingLists)
+* Join the mailing list: [qemu-devel@nongnu.org](http://lists.nongnu.org/mailman/listinfo/qemu-devel)
[See the list of QEMU mailing lists](http://wiki.qemu.org/MailingLists)
* Chat with the developers on IRC: irc.oftc.net, channel #qemu
-* Read developer documentation: “[Getting started for developers](http://wiki.qemu-project.org/Documentation/GettingStartedDevelopers)”,
- “[Contributor FAQ](http://wiki.qemu-project.org/Contribute/FAQ)”, “[How to submit a patch](http://wiki.qemu-project.org/Contribute/SubmitAPatch)”
+* Read developer documentation: “[Getting started for developers](http://wiki.qemu.org/Documentation/GettingStartedDevelopers)”,
+ “[Contributor FAQ](http://wiki.qemu.org/Contribute/FAQ)”, “[How to submit a patch](http://wiki.qemu.org/Contribute/SubmitAPatch)”
diff --git a/documentation.md b/documentation.md
index de6acb9..4a63cc3 100644
--- a/documentation.md
+++ b/documentation.md
@@ -4,10 +4,10 @@ permalink: /documentation/
---
The [QEMU user manual](https://qemu.weilnetz.de/qemu-doc.html) can be read online, courtesy of Stefan Weil.
-More documentation is found in the `docs`
+More documentation is found in the `docs`
directory of the QEMU git tree.
-The [QEMU wiki](http://wiki.qemu-project.org) contains more
-[user documentation](http://wiki.qemu-project.org/Category:User_documentation) and
-[developer documentation](http://wiki.qemu-project.org/Category:Developer_documentation)
+The [QEMU wiki](http://wiki.qemu.org) contains more
+[user documentation](http://wiki.qemu.org/Category:User_documentation) and
+[developer documentation](http://wiki.qemu.org/Category:Developer_documentation)
that has not been integrated into the QEMU git tree.
diff --git a/index.html b/index.html
index 5a78a15..f4c9c18 100644
--- a/index.html
+++ b/index.html
@@ -62,7 +62,7 @@ $('.colorbox').on("click.random-namespace", function() {
QEMU is a member of Software Freedom Conservancy.
+QEMU is a member of Software Freedom Conservancy.
-- 2.13.5