1. 14 3月, 2014 1 次提交
    • S
      qemu-iotests: add 083 NBD client disconnect tests · dc668ded
      Stefan Hajnoczi 提交于
      This new test case uses nbd-fault-injector.py to simulate broken TCP
      connections at each stage in the NBD protocol.  This way we can exercise
      block/nbd-client.c's socket error handling code paths.
      
      In particular, this serves as a regression test to make sure
      nbd-client.c doesn't cause an infinite loop by leaving its
      nbd_receive_reply() fd handler registered after the connection has been
      closed.  This bug was fixed in an earlier patch.
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      dc668ded
  2. 07 3月, 2014 2 次提交
  3. 05 3月, 2014 1 次提交
  4. 01 3月, 2014 1 次提交
  5. 22 2月, 2014 2 次提交
  6. 09 2月, 2014 1 次提交
  7. 25 1月, 2014 1 次提交
  8. 22 1月, 2014 2 次提交
  9. 04 12月, 2013 2 次提交
  10. 03 12月, 2013 1 次提交
  11. 15 11月, 2013 1 次提交
  12. 07 11月, 2013 1 次提交
  13. 30 10月, 2013 1 次提交
  14. 25 10月, 2013 1 次提交
  15. 11 10月, 2013 4 次提交
  16. 12 9月, 2013 2 次提交
  17. 06 9月, 2013 1 次提交
  18. 02 9月, 2013 1 次提交
  19. 30 8月, 2013 2 次提交
  20. 06 8月, 2013 1 次提交
  21. 03 8月, 2013 1 次提交
  22. 27 7月, 2013 1 次提交
  23. 28 6月, 2013 1 次提交
  24. 24 6月, 2013 1 次提交
  25. 24 5月, 2013 1 次提交
  26. 26 4月, 2013 1 次提交
  27. 22 4月, 2013 1 次提交
  28. 15 4月, 2013 1 次提交
  29. 19 3月, 2013 1 次提交
  30. 15 3月, 2013 1 次提交
  31. 23 2月, 2013 1 次提交
    • K
      qemu-iotests: Test qcow2 image creation options · 4dc9f9d6
      Kevin Wolf 提交于
      Just create lots of images and try out each of the creation options that
      qcow2 provides (except backing_file/fmt for now)
      
      I'm not totally happy with the behaviour of qemu-img in each of the
      cases, but let's be explicit and update the test when we do change
      things later.
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      4dc9f9d6