hw/misc/sifive_u_otp: Remove the deprecated OTP config with '-drive if=none'
commite803a7f9b1f4d2324b15213593b6e24096e64280
authorThomas Huth <thuth@redhat.com>
Thu, 12 Jan 2023 08:39:21 +0000 (12 09:39 +0100)
committerThomas Huth <thuth@redhat.com>
Thu, 26 Jan 2023 12:25:07 +0000 (26 13:25 +0100)
treed762d8105b3dce9041ed6b5a9654e63d0e018131
parenta8fe0757e1a3b6d92d7d0a9ddccd902e35fbb045
hw/misc/sifive_u_otp: Remove the deprecated OTP config with '-drive if=none'

'-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.

Message-Id: <20230112083921.887828-1-thuth@redhat.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
docs/about/deprecated.rst
docs/about/removed-features.rst
hw/misc/sifive_u_otp.c