[Qemu-devel] [PATCH 0/6] luks: Implement .bdrv_co_create

Kevin Wolf posted 6 patches 6 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180309172713.26318-1-kwolf@redhat.com
There is a newer version of this series
qapi/block-core.json         |  17 +++-
block/crypto.c               | 150 +++++++++++++++++++++---------
tests/qemu-iotests/208       | 211 +++++++++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/208.out   | 136 ++++++++++++++++++++++++++++
tests/qemu-iotests/common.rc |   2 +-
tests/qemu-iotests/group     |   1 +
6 files changed, 473 insertions(+), 44 deletions(-)
create mode 100755 tests/qemu-iotests/208
create mode 100644 tests/qemu-iotests/208.out
[Qemu-devel] [PATCH 0/6] luks: Implement .bdrv_co_create
Posted by Kevin Wolf 6 years ago
This series implements the .bdrv_co_create callback for luks, adds an
image creation test for it and contains some bonus fixes for bugs that
the test triggered.

Kevin Wolf (6):
  luks: Separate image file creation from formatting
  luks: Create block_crypto_co_create_generic()
  luks: Support .bdrv_co_create
  luks: Turn invalid assertion into check
  luks: Catch integer overflow for huge sizes
  qemu-iotests: Test luks QMP image creation

 qapi/block-core.json         |  17 +++-
 block/crypto.c               | 150 +++++++++++++++++++++---------
 tests/qemu-iotests/208       | 211 +++++++++++++++++++++++++++++++++++++++++++
 tests/qemu-iotests/208.out   | 136 ++++++++++++++++++++++++++++
 tests/qemu-iotests/common.rc |   2 +-
 tests/qemu-iotests/group     |   1 +
 6 files changed, 473 insertions(+), 44 deletions(-)
 create mode 100755 tests/qemu-iotests/208
 create mode 100644 tests/qemu-iotests/208.out

-- 
2.13.6