diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2023-04-20 13:22:56 +0100 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2023-05-02 15:47:40 +0100 |
| commit | ac64ebbecf80f6bc764d120f85fe9fa28fbd9e85 (patch) | |
| tree | 3ee9c7cebabd09dd1e2f79e3abb805b944d66de8 | |
| parent | 34c18203d472c5bf969ebd87dc06c7c3a957efc4 (diff) | |
| download | focaccia-qemu-ac64ebbecf80f6bc764d120f85fe9fa28fbd9e85.tar.gz focaccia-qemu-ac64ebbecf80f6bc764d120f85fe9fa28fbd9e85.zip | |
docs/about/deprecated.rst: Add "since 7.1" tag to dtb-kaslr-seed deprecation
In commit 5242876f37ca we deprecated the dtb-kaslr-seed property of the virt board, but forgot the "since n.n" tag in the documentation of this in deprecated.rst. This deprecation note first appeared in the 7.1 release, so retrospectively add the correct "since 7.1" annotation to it. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-id: 20230420122256.1023709-1-peter.maydell@linaro.org
| -rw-r--r-- | docs/about/deprecated.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst index d5eda0f566..4c7f08803e 100644 --- a/docs/about/deprecated.rst +++ b/docs/about/deprecated.rst @@ -258,8 +258,8 @@ Use the more generic event ``DEVICE_UNPLUG_GUEST_ERROR`` instead. System emulator machines ------------------------ -Arm ``virt`` machine ``dtb-kaslr-seed`` property -'''''''''''''''''''''''''''''''''''''''''''''''' +Arm ``virt`` machine ``dtb-kaslr-seed`` property (since 7.1) +'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' The ``dtb-kaslr-seed`` property on the ``virt`` board has been deprecated; use the new name ``dtb-randomness`` instead. The new name |