Skip to content
  1. Oct 11, 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...
      85938981
  2. May 14, 2012
    • Jim Meyering's avatar
      fix some common typos · a31f0531
      Jim Meyering authored
      These were identified using: http://github.com/lyda/misspell-check
      and run like this to create a bourne shell script using GNU sed's
      -i option:
      
      git ls-files|grep -vF .bin | misspellings -f - |grep -v '^ERROR:' |perl \
      -pe 's/^(.*?)\[(\d+)\]: (\w+) -> "(.*?)"$/sed -i '\''${2}s!$3!$4!'\'' $1/'
      
      Manually eliding the FP, "rela->real" and resolving "addres" to
      address (not "adders") we get this:
      
        sed -i '450s!thru!through!' Changelog
        sed -i '260s!neccessary!necessary!' coroutine-sigaltstack.c
        sed -i '54s!miniscule!minuscule!' disas.c
        sed -i '1094s!thru!through!' hw/usb/hcd-ehci.c
        sed -i '1095s!thru!through!' hw/usb/hcd-ehci.c
        sed -i '21s!unecessary!unnecessary!' qapi-schema-guest.json
        sed -i '307s!explictly!explicitly!' qemu-ga.c
        sed -i '490s!preceeding!preceding!' qga/commands-posix.c
        sed -i '792s!addres!address!' qga/commands-posix.c
        sed -i '6s!beeing!being!' tests/tcg/test-mmap.c
      
      Also, manually fix "arithmentic", spotted by Peter Maydell:
      
        sed -i 's!arithmentic!...
      a31f0531
  3. Dec 14, 2011
  4. Jun 13, 2011
  5. May 08, 2011
  6. Dec 19, 2009
  7. Apr 07, 2009
  8. Mar 13, 2009
  9. Mar 04, 2009
  10. Jun 08, 2008
  11. May 18, 2008
  12. May 07, 2008
  13. Apr 08, 2008
  14. Apr 07, 2008
  15. Jan 06, 2008
  16. Jan 05, 2008
  17. Nov 11, 2007
  18. Nov 03, 2007
  19. Nov 01, 2007
  20. Oct 09, 2007
  21. Oct 08, 2007
  22. Oct 07, 2007
  23. Sep 23, 2007
  24. Sep 17, 2007
  25. Sep 16, 2007
  26. Jul 31, 2007
  27. Jun 25, 2007
  28. May 26, 2007
  29. May 07, 2007
  30. Apr 05, 2007
  31. Mar 18, 2007
  32. Feb 28, 2007
  33. Feb 23, 2007
  34. Feb 20, 2007
  35. Feb 15, 2007
  36. Feb 05, 2007
  37. Jan 18, 2007
  38. Jan 17, 2007