Skip to content

Commit 0f10bf8

Browse files
committed
Deprecate TileGX port
Deprecate our TileGX target support: * we have no active maintainer for it * it has had essentially no contributions (other than tree-wide cleanups and similar) since it was first added * the Linux kernel dropped support in 2018, as has glibc Note the deprecation in the manual, but don't try to print a warning when QEMU runs -- printing unsuppressable messages is more obtrusive for linux-user mode than it would be for system-emulation mode, and it doesn't seem worth trying to invent a new suppressible-error system for linux-user just for this. Signed-off-by: Peter Maydell <[email protected]> Reviewed-by: Daniel P. Berrangé <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Reviewed-by: Thomas Huth <[email protected]> Message-id: [email protected]
1 parent 213f63d commit 0f10bf8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/system/deprecated.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,17 @@ The above, converted to the current supported format::
404404

405405
json:{"file.driver":"rbd", "file.pool":"rbd", "file.image":"name"}
406406

407+
linux-user mode CPUs
408+
--------------------
409+
410+
``tilegx`` CPUs (since 5.1.0)
411+
'''''''''''''''''''''''''''''
412+
413+
The ``tilegx`` guest CPU support (which was only implemented in
414+
linux-user mode) is deprecated and will be removed in a future version
415+
of QEMU. Support for this CPU was removed from the upstream Linux
416+
kernel in 2018, and has also been dropped from glibc.
417+
407418
Related binaries
408419
----------------
409420

0 commit comments

Comments
 (0)