Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200211160318.453650-1-stefanha@redhat.com
block/crypto.c | 62 +++++++++++++++++++++
block/qcow2.c | 74 +++++++------------------
crypto/block.c | 40 ++++++++++++++
include/crypto/block.h | 22 ++++++++
qemu-img.c | 6 +--
tests/qemu-iotests/178 | 2 +-
tests/qemu-iotests/178.out.qcow2 | 8 +--
tests/qemu-iotests/178.out.raw | 8 +--
tests/qemu-iotests/282 | 93 ++++++++++++++++++++++++++++++++
tests/qemu-iotests/282.out | 30 +++++++++++
tests/qemu-iotests/group | 1 +
11 files changed, 278 insertions(+), 68 deletions(-)
create mode 100755 tests/qemu-iotests/282
create mode 100644 tests/qemu-iotests/282.out