|
@@ -413,6 +413,18 @@ Specifying the iSCSI password in plain text on the command line using the
|
|
|
used instead, to refer to a ``--object secret...`` instance that provides
|
|
|
a password via a file, or encrypted.
|
|
|
|
|
|
+CPU device properties
|
|
|
+'''''''''''''''''''''
|
|
|
+
|
|
|
+``pmu-num=n`` on RISC-V CPUs (since 8.2)
|
|
|
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
+
|
|
|
+In order to support more flexible counter configurations this has been replaced
|
|
|
+by a ``pmu-mask`` property. If set of counters is continuous then the mask can
|
|
|
+be calculated with ``((2 ^ n) - 1) << 3``. The least significant three bits
|
|
|
+must be left clear.
|
|
|
+
|
|
|
+
|
|
|
Backwards compatibility
|
|
|
-----------------------
|
|
|
|