1. 10 9月, 2008 1 次提交
    • A
      Use signalfd() to work around signal/select race · baf35cb9
      aliguori 提交于
      This patch introduces signalfd() to work around the signal/select race in
      checking for AIO completions.  For platforms that don't support signalfd(), we
      emulate it with threads.
      
      There was a long discussion about this approach.  I don't believe there are any
      fundamental problems with this approach and I believe eliminating the use of
      signals is a good thing.
      
      I've tested Windows and Linux using Windows and Linux guests.  I've also checked
      for disk IO performance regressions.
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5187 c046a42c-6fe2-441c-8c8c-71466251a162
      baf35cb9
  2. 30 8月, 2008 1 次提交
  3. 22 8月, 2008 1 次提交
    • A
      Fix windows build · cd01b4a3
      aliguori 提交于
      Right now, the Windows build is broken because of NBD.  Using a mingw32 cross
      compiler is also badly broken.
      
      This patch fixes the Windows build by stubbing out NBD support until someone
      fixes it for Windows.  It also santizing the mingw32 cross compiler support
      by replacing the --enable-mingw32 option with a compiler check to determine
      if we're on windows or not.
      
      Also remove the weird SDL pseudo-detection for mingw32 using a cross compiler.
      The hardcoded sdl-config name is seemly arbitrary.  If you cross compiler SDL
      correctly and modify your PATH variable appropriately, it will Just Work when
      cross compiling.
      
      The audio driver detection is also broken for cross compiling so you have to
      specify the audio drivers explicitly for now.
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      
      
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5046 c046a42c-6fe2-441c-8c8c-71466251a162
      cd01b4a3
  4. 03 7月, 2008 1 次提交
  5. 06 6月, 2008 1 次提交
  6. 09 4月, 2008 1 次提交
  7. 12 3月, 2008 2 次提交
  8. 10 3月, 2008 1 次提交
  9. 25 12月, 2007 1 次提交
  10. 24 12月, 2007 1 次提交
  11. 17 12月, 2007 1 次提交
  12. 02 12月, 2007 1 次提交
  13. 18 11月, 2007 2 次提交
  14. 11 11月, 2007 1 次提交
  15. 17 9月, 2007 2 次提交
  16. 01 8月, 2007 1 次提交
  17. 11 2月, 2007 1 次提交
  18. 26 1月, 2007 1 次提交
  19. 19 1月, 2007 1 次提交
  20. 08 1月, 2007 2 次提交
  21. 22 12月, 2006 1 次提交
  22. 25 8月, 2006 1 次提交
  23. 24 8月, 2006 2 次提交
  24. 19 8月, 2006 1 次提交
  25. 08 8月, 2006 1 次提交
  26. 07 8月, 2006 1 次提交
  27. 06 8月, 2006 2 次提交
  28. 02 8月, 2006 1 次提交
  29. 27 6月, 2006 1 次提交
  30. 04 6月, 2006 1 次提交
  31. 26 4月, 2006 1 次提交
  32. 19 12月, 2005 1 次提交
  33. 26 11月, 2005 1 次提交
  34. 31 10月, 2005 1 次提交