1. 03 1月, 2013 1 次提交
  2. 02 1月, 2013 1 次提交
  3. 29 12月, 2012 1 次提交
  4. 24 12月, 2012 1 次提交
  5. 22 12月, 2012 1 次提交
  6. 19 12月, 2012 6 次提交
  7. 15 12月, 2012 1 次提交
  8. 09 12月, 2012 1 次提交
    • P
      configure: Default to 'cc', not 'gcc' · e49d021e
      Peter Maydell 提交于
      Default to 'cc' as our compiler, rather than 'gcc'. We used to have
      to insist on gcc when we still kept the CPU env in a fixed global
      register, but this is no longer necessary and we will now compile OK
      on clang as well as gcc.  Using 'cc' should generally result in us
      using the most standard and maintained system compiler for the
      platform.  (For instance on newer MacOS X 'gcc' exists but is an
      elderly compiler provided mostly for legacy reasons, and 'cc'
      (which is clang) is definitely the better choice.) On Linux there
      will generally be no user-visible change since cc will be gcc.
      
      This changeover necessitates a slight reworking of how we set the
      'cc' variable, because GNU cross toolchains generally provide a
      '${cross_prefix}gcc' but not a '${cross_prefix}cc'.
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      e49d021e
  9. 08 12月, 2012 1 次提交
  10. 07 12月, 2012 2 次提交
  11. 29 11月, 2012 1 次提交
  12. 19 11月, 2012 1 次提交
  13. 18 11月, 2012 1 次提交
  14. 14 11月, 2012 3 次提交
  15. 04 11月, 2012 1 次提交
  16. 03 11月, 2012 1 次提交
  17. 01 11月, 2012 2 次提交
  18. 31 10月, 2012 1 次提交
  19. 28 10月, 2012 1 次提交
  20. 27 10月, 2012 2 次提交
  21. 22 10月, 2012 1 次提交
  22. 20 10月, 2012 1 次提交
  23. 19 10月, 2012 1 次提交
  24. 12 10月, 2012 2 次提交
  25. 09 10月, 2012 1 次提交
  26. 08 10月, 2012 1 次提交
    • G
      spice: raise requirement to 0.12 · 67be6726
      Gerd Hoffmann 提交于
      With the next qemu version (1.3) we are going to bump the qxl device
      revision to 4.  The new features available require a recent spice-server
      version, so raise up the bar.  Otherwise we would end up with different
      qxl revisions depending on the spice-server version installed, which
      would be a major PITA when it comes to compat properties.
      
      Clear out a big bunch of #ifdefs which are not needed any more.
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      67be6726
  27. 06 10月, 2012 1 次提交
  28. 05 10月, 2012 2 次提交