Skip to content
Snippets Groups Projects
  1. Aug 04, 2022
  2. Oct 24, 2021
  3. Jun 21, 2021
  4. Mar 12, 2021
  5. Feb 24, 2021
  6. Feb 10, 2021
  7. Oct 27, 2020
  8. Sep 05, 2019
  9. Nov 12, 2018
  10. Mar 08, 2018
  11. Mar 05, 2018
  12. Feb 10, 2018
  13. Nov 21, 2017
    • Stefan Hajnoczi's avatar
      Use HTTPS for qemu.org and other domains · 70b7fba9
      Stefan Hajnoczi authored
      
      qemu.org enabled HTTPS in 2017 and it should be used instead of HTTP.
      There are also URLs to json.org, openvpn.net, and other domains that
      support HTTPS.
      
      This patch updates the qemu.org domains everywhere and also third-party
      domains that I have checked.
      
      Signed-off-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
      Message-id: 20171121120435.28728-3-stefanha@redhat.com
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      70b7fba9
    • Stefan Hajnoczi's avatar
      Use qemu.org domain name · 1b3bbc68
      Stefan Hajnoczi authored
      
      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 85938981
      ("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: default avatarStefan Hajnoczi <stefanha@redhat.com>
      Message-id: 20171121120435.28728-2-stefanha@redhat.com
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      1b3bbc68
  14. Jan 25, 2017
  15. Oct 07, 2016
  16. Jul 21, 2016
  17. Jul 19, 2016
  18. Oct 14, 2015
    • Daniel P. Berrangé's avatar
      README: fill out some useful quickstart information · 0a3c1900
      Daniel P. Berrangé authored
      
      The README file is usually the first thing consulted when a user
      or developer obtains a copy of the QEMU source. The current QEMU
      README is lacking immediately useful information and so not very
      friendly for first time encounters. It either redirects users to
      qemu-doc.html (which does not exist until they've actually
      compiled QEMU), or the website (which assumes the user has
      convenient internet access at time of reading).
      
      This fills out the README file as simple quick-start guide on
      the topics of building source, submitting patches, licensing
      and how to contact the QEMU community. It does not intend to be
      comprehensive, instead referring people to an appropriate web
      page to obtain more detailed information. The intent is to give
      users quick guidance to get them going in the right direction.
      
      Signed-off-by: default avatarDaniel P. Berrange <berrange@redhat.com>
      Message-Id: <1444671679-17674-1-git-send-email-berrange@redhat.com>
      Reviewed-by: default avatarJohn Snow <jsnow@redhat.com>
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      0a3c1900
  19. Oct 12, 2013
    • Stefan Hajnoczi's avatar
      Use qemu-project.org domain name · 85938981
      Stefan Hajnoczi authored
      
      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
      <anthony@codemonkey.ws>.  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: default avatarMarkus Armbruster <armbru@redhat.com>
      Signed-off-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
      Message-id: 1381495958-8306-1-git-send-email-stefanha@redhat.com
      Signed-off-by: default avatarAnthony Liguori <aliguori@amazon.com>
      85938981
  20. Dec 12, 2011
  21. Dec 14, 2008
  22. Feb 11, 2005
  23. Oct 28, 2003
  24. Aug 12, 2003
  25. Jul 14, 2003
  26. Jun 26, 2003
  27. Jun 09, 2003
  28. Jun 05, 2003
  29. Apr 11, 2003
  30. Mar 30, 2003
  31. Mar 25, 2003
  32. Mar 24, 2003
Loading