1. 24 2月, 2010 1 次提交
  2. 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
  3. 20 5月, 2009 2 次提交
  4. 12 2月, 2009 1 次提交
  5. 06 2月, 2009 2 次提交
  6. 09 11月, 2008 1 次提交
  7. 26 8月, 2008 1 次提交
  8. 22 8月, 2008 1 次提交
  9. 06 8月, 2008 1 次提交
  10. 09 6月, 2008 1 次提交
  11. 08 4月, 2008 1 次提交
  12. 01 2月, 2008 1 次提交
  13. 07 10月, 2007 1 次提交
  14. 17 9月, 2007 1 次提交
  15. 08 4月, 2007 1 次提交
  16. 02 2月, 2007 1 次提交
  17. 31 10月, 2005 1 次提交
  18. 08 11月, 2004 1 次提交