diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-12-19 16:02:02 +0100 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2024-12-28 14:42:52 +0300 |
commit | b4859e8f33a7d9c793a60395f792c10190cb4f78 (patch) | |
tree | 43f2aff188b73639b530c1fa572e8635d0189a7b | |
parent | 916f50172baa91ddf0e669a9d6d2747055c0e610 (diff) | |
download | qemu-b4859e8f33a7d9c793a60395f792c10190cb4f78.zip qemu-b4859e8f33a7d9c793a60395f792c10190cb4f78.tar.gz qemu-b4859e8f33a7d9c793a60395f792c10190cb4f78.tar.bz2 |
docs: Correct release of TCG trace-events removal
TCG trace-events were deprecated before the v6.2 release,
and removed for v7.0.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r-- | docs/about/removed-features.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/about/removed-features.rst b/docs/about/removed-features.rst index 68fe0b4..e3a87f3 100644 --- a/docs/about/removed-features.rst +++ b/docs/about/removed-features.rst @@ -1087,8 +1087,8 @@ processor IP (see `Intel discontinuance notification`_). TCG introspection features -------------------------- -TCG trace-events (since 6.2) -'''''''''''''''''''''''''''' +TCG trace-events (removed in 7.0) +''''''''''''''''''''''''''''''''' The ability to add new TCG trace points had bit rotted and as the feature can be replicated with TCG plugins it was removed. If |