1. 12 3月, 2012 1 次提交
  2. 29 2月, 2012 1 次提交
  3. 09 2月, 2012 1 次提交
  4. 15 12月, 2011 1 次提交
  5. 29 11月, 2011 1 次提交
  6. 21 10月, 2011 1 次提交
  7. 29 8月, 2011 1 次提交
    • K
      qemu-img: Require larger zero areas for sparse handling · a22f123c
      Kevin Wolf 提交于
      By default, require 4k of consecutive zero bytes for qemu-img to make the
      output file sparse by not issuing a write request for the zeroed parts. Add an
      -S option to allow users to tune this setting.
      
      This helps to avoid situations where a lot of zero sectors and data sectors are
      mixed and qemu-img tended to issue many tiny 512 byte writes.
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      a22f123c
  8. 23 8月, 2011 4 次提交
  9. 21 8月, 2011 1 次提交
  10. 19 7月, 2011 1 次提交
  11. 05 7月, 2011 1 次提交
    • F
      qemu-img: Add cache command line option · 661a0f71
      Federico Simoncelli 提交于
      qemu-img currently writes disk images using writeback and filling
      up the cache buffers which are then flushed by the kernel preventing
      other processes from accessing the storage.
      This is particularly bad in cluster environments where time-based
      algorithms might be in place and accessing the storage within
      certain timeouts is critical.
      This patch adds the option to choose a cache method when writing
      disk images.
      Signed-off-by: NFederico Simoncelli <fsimonce@redhat.com>
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      661a0f71
  12. 24 6月, 2011 2 次提交
  13. 18 5月, 2011 2 次提交
  14. 03 5月, 2011 1 次提交
    • K
      qemu-img resize: Fix option parsing · e80fec7f
      Kevin Wolf 提交于
      For shrinking images, you're supposed to use a negative size. However, the
      leading minus makes getopt think that it's an option and so you get the help
      text if you don't use -- like in 'qemu-img resize test.img -- -1G'.
      
      This patch handles the size first and removes it from the argument list so that
      getopt won't even try to interpret it and you don't need -- any more.
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      e80fec7f
  15. 27 4月, 2011 1 次提交
  16. 07 4月, 2011 2 次提交
  17. 10 2月, 2011 1 次提交
  18. 24 1月, 2011 2 次提交
  19. 17 12月, 2010 5 次提交
  20. 14 12月, 2010 9 次提交
  21. 30 10月, 2010 1 次提交