diff options
author | Robert Hoo | 2020-09-22 09:14:15 +0200 |
---|---|---|
committer | Eduardo Habkost | 2020-10-14 21:28:55 +0200 |
commit | 3e6a015cbd0f61c19cdc02d5ce74a3e60235cb9a (patch) | |
tree | 32add2d68eb66d09067a0b6d38cebd1e8bea281c /docs | |
parent | cpu: Introduce CPU model deprecation API (diff) | |
download | qemu-3e6a015cbd0f61c19cdc02d5ce74a3e60235cb9a.tar.gz qemu-3e6a015cbd0f61c19cdc02d5ce74a3e60235cb9a.tar.xz qemu-3e6a015cbd0f61c19cdc02d5ce74a3e60235cb9a.zip |
i386: Mark Icelake-Client CPU models deprecated
Icelake-Client CPU models will be removed in the future.
Signed-off-by: Robert Hoo <robert.hu@linux.intel.com>
Message-Id: <1600758855-80046-2-git-send-email-robert.hu@linux.intel.com>
[ehabkost: reword deprecation note, fix version in doc]
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/system/deprecated.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/system/deprecated.rst b/docs/system/deprecated.rst index 09ec8b1ae8..21d122c49a 100644 --- a/docs/system/deprecated.rst +++ b/docs/system/deprecated.rst @@ -314,6 +314,12 @@ a future version of QEMU. Support for this CPU was removed from the upstream Linux kernel, and there is no available upstream toolchain to build binaries for it. +``Icelake-Client`` CPU Model (since 5.2.0) +'''''''''''''''''''''''''''''''''''''''''' + +``Icelake-Client`` CPU Models are deprecated. Use ``Icelake-Server`` CPU +Models instead. + System emulator devices ----------------------- |