v1: <https://lists.gnu.org/archive/html/qemu-riscv/2022-05/msg00227.html>
Hello, This is a refined version of the patch to RISC-V CPU property names. See v1 for background. [Changes: RFC PATCH (v1) -> PATCH v2] - Reorganized all properties for clarity and extensibility (PATCH 1/3, not actually a point of this patchset but worth doing) - Reworded for correctness and clarity (it's the first time for me to use Grammarly) - Added a deprecation note to documentation (PATCH 3/3) [RFC: PATCH 3/3] 1. Which is a better section to add a deprecation note? - "System emulator command line arguments" or - A new section under "Device options" (THIS PATCH) 2. Is it okay to use the word "7.1" (an unreleased version number)? Tsukasa OI (3): target/riscv: Reorganize riscv_cpu_properties target/riscv: Make CPU property names lowercase target/riscv: Deprecate capitalized property names docs/about/deprecated.rst | 10 +++++ target/riscv/cpu.c | 79 +++++++++++++++++++++++++-------------- 2 files changed, 61 insertions(+), 28 deletions(-) base-commit: 0cac736e73723850a99e5142e35d14d8f8efb232 -- 2.34.1