diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2022-02-04 20:43:26 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2022-02-09 12:08:42 +0000 |
commit | d9a6bad542cd796c785ff19793fa7ae24da6a97d (patch) | |
tree | df014b16e60c89eb608725817f546307e44e138a /docs/about | |
parent | 3bdc19af00937191623fb0a2cacbc4ad54882072 (diff) | |
download | qemu-d9a6bad542cd796c785ff19793fa7ae24da6a97d.zip qemu-d9a6bad542cd796c785ff19793fa7ae24da6a97d.tar.gz qemu-d9a6bad542cd796c785ff19793fa7ae24da6a97d.tar.bz2 |
docs: remove references to TCG tracing
Users wanting this sort of functionality should turn to TCG plugins
instead.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Cc: Luis Vilanova <vilanova@imperial.ac.uk>
Cc: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20220204204335.1689602-18-alex.bennee@linaro.org>
Diffstat (limited to 'docs/about')
-rw-r--r-- | docs/about/removed-features.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/about/removed-features.rst b/docs/about/removed-features.rst index 4c4da20..b0156e0 100644 --- a/docs/about/removed-features.rst +++ b/docs/about/removed-features.rst @@ -601,6 +601,19 @@ the upstream Linux kernel in 2018, and it has also been dropped from glibc, so there is no new Linux development taking place with this architecture. For running the old binaries, you can use older versions of QEMU. +TCG introspection features +-------------------------- + +TCG trace-events (since 6.2) +'''''''''''''''''''''''''''' + +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 +any user is currently using this feature and needs help with +converting to using TCG plugins they should contact the qemu-devel +mailing list. + + System emulator devices ----------------------- |