block: rip out all traces of password prompting
commit788cf9f8c8cbda53843e060540f3e91a060eb744
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 23 Jun 2017 16:24:15 +0000 (23 17:24 +0100)
committerMax Reitz <mreitz@redhat.com>
Tue, 11 Jul 2017 15:44:56 +0000 (11 17:44 +0200)
treec775845394970710fb20f02bac233ba09593d987
parent23f831c33180656c03c5112552868e1dfa096da4
block: rip out all traces of password prompting

Now that qcow & qcow2 are wired up to get encryption keys
via the QCryptoSecret object, nothing is relying on the
interactive prompting for passwords. All the code related
to password prompting can thus be ripped out.

Reviewed-by: Alberto Garcia <berto@igalia.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 20170623162419.26068-17-berrange@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
hmp.c
include/monitor/monitor.h
include/qemu/osdep.h
monitor.c
qapi-schema.json
qemu-img.c
qemu-io.c
qmp.c
util/oslib-posix.c
util/oslib-win32.c