diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2021-11-22 08:53:05 +0100 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2021-11-22 08:53:05 +0100 |
commit | edf1aa8d44d5070828ac10c5b82dbc6caf29e7d3 (patch) | |
tree | 501b5aa7d1b621ac6587cd6550a644ba68d16ee9 /docs | |
parent | c5fbdd60cf1fb52f01bdfe342b6fa65d5343e1b1 (diff) | |
parent | 526e7443027c71fe7b04c29df529e1f9f425f9e3 (diff) | |
download | qemu-edf1aa8d44d5070828ac10c5b82dbc6caf29e7d3.zip qemu-edf1aa8d44d5070828ac10c5b82dbc6caf29e7d3.tar.gz qemu-edf1aa8d44d5070828ac10c5b82dbc6caf29e7d3.tar.bz2 |
Merge tag 'pull-riscv-to-apply-20211122' of github.com:alistair23/qemu into staging
Seventh RISC-V PR for QEMU 6.2
- Deprecate IF_NONE for SiFive OTP
- Don't reset SiFive OTP content
# gpg: Signature made Mon 22 Nov 2021 07:51:24 AM CET
# gpg: using RSA key F6C4AC46D4934868D3B8CE8F21E10D29DF977054
# gpg: Good signature from "Alistair Francis <alistair@alistair23.me>" [full]
* tag 'pull-riscv-to-apply-20211122' of github.com:alistair23/qemu:
hw/misc/sifive_u_otp: Do not reset OTP content on hardware reset
hw/misc/sifive_u_otp: Use IF_PFLASH for the OTP device instead of IF_NONE
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/about/deprecated.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst index c03fcf9..ff7488c 100644 --- a/docs/about/deprecated.rst +++ b/docs/about/deprecated.rst @@ -192,6 +192,12 @@ as short-form boolean values, and passed to plugins as ``arg_name=on``. However, short-form booleans are deprecated and full explicit ``arg_name=on`` form is preferred. +``-drive if=none`` for the sifive_u OTP device (since 6.2) +'''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + +Using ``-drive if=none`` to configure the OTP device of the sifive_u +RISC-V machine is deprecated. Use ``-drive if=pflash`` instead. + QEMU Machine Protocol (QMP) commands ------------------------------------ |