[libvirt] [PATCH v2 0/2] qemu: Forbid qcow/qcow2 native encryption

Peter Krempa pkrempa at redhat.com
Fri Jun 1 12:06:36 UTC 2018


v2:
- add entries to formatdomain.html and formatstorageencryption.html
saying that the encryption should not be used.

This applies on top of my branch collecting all ACKed postings of
recent blockdev-related work. Current version can be fetched by:

git fetch git://pipo.sk/pipo/libvirt.git blockdev-staging

Peter Krempa (2):
  qemu: domain: Forbid storage with old QCOW2 encryption
  qemu: Remove code for setting up disk passphrases

 docs/formatdomain.html.in                        |   4 +
 docs/formatstorageencryption.html.in             |   5 +-
 src/qemu/qemu_domain.c                           |  10 +++
 src/qemu/qemu_monitor.c                          |  13 ---
 src/qemu/qemu_monitor.h                          |   4 -
 src/qemu/qemu_monitor_json.c                     |  28 ------
 src/qemu/qemu_monitor_json.h                     |   4 -
 src/qemu/qemu_process.c                          | 103 -----------------------
 tests/qemumonitorjsontest.c                      |   2 -
 tests/qemuxml2argvdata/encrypted-disk-usage.args |   8 +-
 tests/qemuxml2argvdata/encrypted-disk-usage.xml  |   2 +-
 tests/qemuxml2argvdata/encrypted-disk.args       |   8 +-
 tests/qemuxml2argvdata/encrypted-disk.xml        |   2 +-
 tests/qemuxml2argvtest.c                         |   4 +-
 tests/qemuxml2xmloutdata/encrypted-disk.xml      |   2 +-
 tests/qemuxml2xmltest.c                          |   4 +-
 16 files changed, 37 insertions(+), 166 deletions(-)

-- 
2.16.2




More information about the libvir-list mailing list