]> xenbits.xensource.com Git - libvirt.git/commit
qemu: conf: Remove 'allow_disk_format_probing' config option
authorPeter Krempa <pkrempa@redhat.com>
Mon, 4 Jun 2018 07:00:27 +0000 (09:00 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 8 Jun 2018 07:26:37 +0000 (09:26 +0200)
commitc95f50cb021ea9a297d77a482b31b9bf5bcf6065
treecfcf6bf5ef35c5d2031ca80ac67c3489277532e0
parent18d94e17f82a8ba95786f3c985b93626feeb00d8
qemu: conf: Remove 'allow_disk_format_probing' config option

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@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu.conf
src/qemu/qemu_conf.c
src/qemu/qemu_conf.h
src/qemu/qemu_domain.c
src/qemu/qemu_driver.c
src/qemu/test_libvirtd_qemu.aug.in