v2: http://www.redhat.com/archives/libvir-list/2016-May/msg02140.html Patch 1 is the same as v2 patch 1 Patch 2 is already ACK'd - it was the previous patch 5 Patch 3 & 4 replace patches 2-4 from v2 Patch 5 is the same as v2 patch 6. John Ferlan (5): qemu: Move and rename qemuBuildObjectCommandlineFromJSON storage: Use virSecretGetSecretString qemu: Use virJSONValueObjectCreate for master key qemu: Remove need for qemuBuildSecretInfoProps secret: Move virStorageSecretType to secret_util and rename cfg.mk | 2 +- po/POTFILES.in | 1 + src/Makefile.am | 2 + src/conf/secret_conf.h | 2 +- src/libvirt_private.syms | 4 + src/libxl/libxl_conf.c | 2 +- src/qemu/qemu_command.c | 202 +++++++----------------------------- src/qemu/qemu_command.h | 4 - src/qemu/qemu_domain.c | 4 +- src/secret/secret_util.c | 18 ++-- src/secret/secret_util.h | 22 +++- src/storage/storage_backend_iscsi.c | 55 ++-------- src/storage/storage_backend_rbd.c | 49 +-------- src/util/virqemu.c | 142 +++++++++++++++++++++++++ src/util/virqemu.h | 34 ++++++ src/util/virstoragefile.c | 33 +++--- src/util/virstoragefile.h | 17 +-- tests/qemuargv2xmltest.c | 4 +- tests/qemucommandutiltest.c | 9 +- 19 files changed, 294 insertions(+), 312 deletions(-) create mode 100644 src/util/virqemu.c create mode 100644 src/util/virqemu.h -- 2.5.5 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list