1. 15 8月, 2014 1 次提交
  2. 04 6月, 2014 2 次提交
  3. 23 8月, 2013 1 次提交
  4. 18 5月, 2013 1 次提交
  5. 18 1月, 2013 1 次提交
  6. 17 1月, 2013 2 次提交
  7. 15 1月, 2013 1 次提交
  8. 19 12月, 2012 2 次提交
  9. 15 11月, 2012 2 次提交
  10. 31 10月, 2012 1 次提交
    • P
      raw-win32: implement native asynchronous I/O · a2736526
      Paolo Bonzini 提交于
      With the new support for EventNotifiers in the AIO event loop, we
      can hook a completion port to every opened file and use asynchronous
      I/O on them.
      
      Wine's support is extremely inefficient, also because it really does
      the I/O synchronously on regular files. (!)  But it works, and it is
      good to keep the Win32 and POSIX ports as similar as possible.
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      a2736526