1. 28 11月, 2013 1 次提交
  2. 15 11月, 2013 1 次提交
  3. 24 10月, 2013 1 次提交
  4. 12 9月, 2013 6 次提交
  5. 06 9月, 2013 6 次提交
  6. 06 8月, 2013 2 次提交
  7. 15 7月, 2013 1 次提交
  8. 22 6月, 2013 1 次提交
  9. 07 6月, 2013 2 次提交
  10. 06 6月, 2013 1 次提交
  11. 04 6月, 2013 2 次提交
  12. 22 4月, 2013 1 次提交
  13. 15 3月, 2013 1 次提交
  14. 23 2月, 2013 6 次提交
  15. 02 1月, 2013 1 次提交
    • L
      qemu-img: report size overflow error message · 79443397
      liguang 提交于
      qemu-img will complain when qcow or qcow2
      size overflow for 64 bits, report the right
      message in this condition.
      
      $./qemu-img create -f qcow2 /tmp/foo 0x10000000000000000
      before change:
      qemu-img: Invalid image size specified! You may use k, M, G or T suffixes for
      qemu-img: kilobytes, megabytes, gigabytes and terabytes.
      
      after change:
      qemu-img: Image size must be less than 8 EiB!
      
      [Resolved conflict with a9300911 goto removal -- Stefan]
      Signed-off-by: Nliguang <lig.fnst@cn.fujitsu.com>
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      79443397
  16. 19 12月, 2012 4 次提交
  17. 11 12月, 2012 3 次提交