1. 30 3月, 2016 1 次提交
    • D
      block: an interoperability test for luks vs dm-crypt/cryptsetup · 6278ae03
      Daniel P. Berrange 提交于
      It is important that the QEMU luks implementation retains 100%
      compatibility with the reference implementation provided by
      the combination of the linux kernel dm-crypt module and cryptsetup
      userspace tools.
      
      There is a matrix of tests to be performed with different sets
      of encryption settings. For each matrix entry, two tests will
      be performed. One will create a LUKS image with the cryptsetup
      tool and then do I/O with both cryptsetup & qemu-io. The other
      will create the image with qemu-img and then again do I/O with
      both cryptsetup and qemu-io.
      
      The new I/O test 149 performs interoperability testing between
      QEMU and the reference implementation. Such testing inherantly
      requires elevated privileges, so to this this the user must have
      configured passwordless sudo access. The test will automatically
      skip if sudo is not available.
      
      The test has to be run explicitly thus:
      
          cd tests/qemu-iotests
          ./check -luks 149
      Reviewed-by: NEric Blake <eblake@redhat.com>
      Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      6278ae03
  2. 15 3月, 2016 1 次提交
  3. 14 3月, 2016 1 次提交
  4. 22 2月, 2016 1 次提交
    • K
      block: Fix -incoming with snapshot=on · 12d5ee3a
      Kevin Wolf 提交于
      The BDRV_O_INACTIVE flag should only be set for images explicitly opened
      by the user. snapshot=on needs to create a new qcow2 image and write
      some metadata to it. This is not a problem because it can't come from
      the source, so there's no reason to mark it as BDRV_O_INACTIVE, even
      though it is opened while waiting for the migration to complete.
      
      This fixes an assertion failure when -incoming and snapshot=on are
      combined.
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      12d5ee3a
  5. 03 2月, 2016 5 次提交
  6. 18 12月, 2015 2 次提交
  7. 12 11月, 2015 1 次提交
  8. 11 11月, 2015 2 次提交
  9. 16 10月, 2015 1 次提交
  10. 14 9月, 2015 2 次提交
  11. 27 7月, 2015 1 次提交
  12. 02 7月, 2015 1 次提交
  13. 12 6月, 2015 1 次提交
  14. 22 5月, 2015 2 次提交
  15. 28 4月, 2015 3 次提交
  16. 08 4月, 2015 1 次提交
  17. 17 3月, 2015 2 次提交
  18. 10 3月, 2015 3 次提交
  19. 16 2月, 2015 4 次提交
  20. 07 2月, 2015 1 次提交
  21. 13 1月, 2015 2 次提交
  22. 10 12月, 2014 2 次提交