1. 31 1月, 2011 1 次提交
  2. 24 1月, 2011 2 次提交
  3. 17 12月, 2010 1 次提交
  4. 09 12月, 2010 1 次提交
  5. 22 11月, 2010 1 次提交
  6. 04 11月, 2010 1 次提交
  7. 30 10月, 2010 4 次提交
  8. 23 10月, 2010 2 次提交
  9. 20 10月, 2010 1 次提交
  10. 19 10月, 2010 1 次提交
  11. 03 10月, 2010 1 次提交
  12. 23 9月, 2010 1 次提交
  13. 21 9月, 2010 1 次提交
  14. 08 9月, 2010 1 次提交
  15. 24 8月, 2010 1 次提交
    • B
      Rearrange block headers · 2446333c
      Blue Swirl 提交于
      Changing block.h or blockdev.h resulted in recompiling most objects.
      
      Move DriveInfo typedef and BlockInterfaceType enum definitions
      to qemu-common.h and rearrange blockdev.h use to decrease churn.
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      2446333c
  16. 19 6月, 2010 1 次提交
  17. 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
  18. 14 6月, 2010 1 次提交
  19. 12 5月, 2010 1 次提交
  20. 02 4月, 2010 2 次提交
  21. 30 3月, 2010 2 次提交
  22. 20 3月, 2010 1 次提交
  23. 18 3月, 2010 1 次提交
  24. 19 2月, 2010 1 次提交
  25. 17 2月, 2010 1 次提交
  26. 14 2月, 2010 1 次提交
  27. 27 1月, 2010 3 次提交
  28. 20 1月, 2010 1 次提交
    • K
      Fix QEMU_WARN_UNUSED_RESULT · beb6f0de
      Kevin Wolf 提交于
      Since commit 747bbdf7 QEMU_WARN_UNUSED_RESULT is never defined as it is
      conditional on a define from config-host.h which is included only later.
      Include that file earlier to get the warnings back.
      
      Reactivating it unfortunately leads to some warnings about unused qdev_init
      results. These calls are changed to qdev_init_nofail to avoid build failures.
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      beb6f0de
  29. 04 12月, 2009 1 次提交
  30. 01 12月, 2009 1 次提交
  31. 23 11月, 2009 1 次提交