1. 22 12月, 2011 1 次提交
  2. 21 10月, 2011 1 次提交
  3. 21 2月, 2011 1 次提交
  4. 30 10月, 2010 4 次提交
  5. 10 9月, 2010 1 次提交
  6. 15 6月, 2010 1 次提交
    • C
      cow: stop using mmap · 893a9cb4
      Christoph Hellwig 提交于
      We don't have an equivalent to mmap in the qemu block API, so read and
      write the bitmap directly.  At least in the dumb implementation added
      in this patch this is a lot less efficient, but it means cow can also
      work on windows, and over nbd or curl.  And it fixes qemu-iotests testcase
      012 which did not work properly due to issues with read-only mmap access.
      
      In addition we can also get rid of the now unused get_mmap_addr function.
      Signed-off-by: NChristoph Hellwig <hch@lst.de>
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      893a9cb4
  7. 29 5月, 2010 1 次提交
  8. 24 2月, 2010 1 次提交
  9. 12 12月, 2009 1 次提交
    • A
      Do not abort on qemu_malloc(0) in production builds · 20ff6c80
      Anthony Liguori 提交于
      qemu_malloc() does not allow size=0 to be passed in and aborts on this behavior.
      
      Unfortunately, there is good reason to believe that within qemu, there are a
      number of, so far, undetected places that assume size=0 can be safely passed.
      Since we do not want to abort unnecessarily in production builds, return
      qemu_malloc(1) whenever the version file indicates that this is a production
      build.
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      20ff6c80
  10. 20 5月, 2009 2 次提交
  11. 12 2月, 2009 1 次提交
  12. 06 2月, 2009 2 次提交
  13. 09 11月, 2008 1 次提交
  14. 26 8月, 2008 1 次提交
  15. 22 8月, 2008 1 次提交
  16. 06 8月, 2008 1 次提交
  17. 09 6月, 2008 1 次提交
  18. 08 4月, 2008 1 次提交
  19. 01 2月, 2008 1 次提交
  20. 07 10月, 2007 1 次提交
  21. 17 9月, 2007 1 次提交
  22. 08 4月, 2007 1 次提交
  23. 02 2月, 2007 1 次提交
  24. 31 10月, 2005 1 次提交
  25. 08 11月, 2004 1 次提交