1. 27 3月, 2010 1 次提交
  2. 18 3月, 2010 1 次提交
  3. 27 1月, 2010 1 次提交
  4. 20 1月, 2010 1 次提交
  5. 23 12月, 2009 2 次提交
  6. 01 8月, 2009 1 次提交
  7. 17 7月, 2009 1 次提交
  8. 16 6月, 2009 1 次提交
  9. 06 2月, 2009 1 次提交
  10. 09 1月, 2009 1 次提交
  11. 05 1月, 2009 1 次提交
  12. 26 10月, 2008 1 次提交
  13. 14 10月, 2008 1 次提交
    • A
      Expand cache= option and use write-through caching by default · 9f7965c7
      aliguori 提交于
      This patch changes the cache= option to accept none, writeback, or writethough
      to control the host page cache behavior.  By default, writethrough caching is
      now used which internally is implemented by using O_DSYNC to open the disk
      images.  When using -snapshot, writeback is used by default since data integrity
      it not at all an issue.
      
      cache=none has the same behavior as cache=off previously.  The later syntax is
      still supported by now deprecated.  I also cleaned up the O_DIRECT
      implementation to avoid many of the #ifdefs.
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5485 c046a42c-6fe2-441c-8c8c-71466251a162
      9f7965c7
  14. 10 9月, 2008 1 次提交
  15. 19 7月, 2008 1 次提交
  16. 03 7月, 2008 5 次提交
  17. 28 5月, 2008 1 次提交