On Mon, 1 Dec 2025 09:42:53 +0800, Alvin Chang via wrote: > This series try to support versioning of debug specification. The early debug > implementation supports debug specification v0.13, and later new trigger types > were added which are defined in debug specification v1.0 version. To support > both v0.13 and v1.0, we add 'debug-1.0' as CPU property to let user choose > debug specification v1.0 by specifying "debug-1.0=true". The default version > is still v0.13 if 'debug-1.0' is not provided and set. > > For example, to enable debug specification v1.0 on max CPU: > * -cpu max,debug-1.0=true > > Changes since v2: > * Improve commit message and fix typo > * Apply "Reviewed-by" tags > > Changes since v1: > * Apply suggestions from Daniel. Using boolean property instead of string.
This is great work! Thanks to Alvin Chang for refining the sdext. It seems we are one step closer to merging rvsp-ref into the mainline. What are your thoughts on this, Daniel? Thanks, Chao
