On Mon, Jun 04, 2018 at 10:58:44AM +0200, Peter Krempa wrote:
The option is insecure and it has been long enough for users to
migrate
their disk files to use explicit format. Drop the option and related
code.
The config parser still parses it and rejects statup if it's still
present in the config in enabled state.
The augeas lens is also kept so that users can disable it.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/qemu/qemu.conf | 12 ---------
src/qemu/qemu_conf.c | 8 +++++-
src/qemu/qemu_conf.h | 1 -
src/qemu/qemu_domain.c | 54 +++++++++++---------------------------
src/qemu/qemu_driver.c | 20 +++++---------
src/qemu/test_libvirtd_qemu.aug.in | 1 -
6 files changed, 28 insertions(+), 68 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano