On 12/1/23 09:39, Thomas Huth wrote:
'-drive if=none' is meant for configuring back-end devices only, so this got marked as deprecated in QEMU 6.2. Users should now only use the new way with '-drive if=pflash' instead.Signed-off-by: Thomas Huth <th...@redhat.com> --- docs/about/deprecated.rst | 6 ------ docs/about/removed-features.rst | 7 +++++++ hw/misc/sifive_u_otp.c | 7 ------- 3 files changed, 7 insertions(+), 13 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>