]> xenbits.xensource.com Git - qemu-xen.git/commit
i386/cpu: Remove the deprecated cpu model 'Icelake-Client'
authorRobert Hoo <robert.hu@linux.intel.com>
Mon, 14 Mar 2022 08:50:59 +0000 (16:50 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 14 May 2022 10:32:41 +0000 (12:32 +0200)
commit6df39f5e583ca0f67bd934d1327f9ead2e3bd49c
tree89ce5c7f7419f3bc967d971cf7b77325da3d582d
parent6c1d88c72bd740cc431a13a02145168cf87866fc
i386/cpu: Remove the deprecated cpu model 'Icelake-Client'

Icelake, is the codename for Intel 3rd generation Xeon Scalable server
processors. There isn't ever client variants. This "Icelake-Client" CPU
model was added wrongly and imaginarily.

It has been deprecated since v5.2, now it's time to remove it completely
from code.

Signed-off-by: Robert Hoo <robert.hu@linux.intel.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <1647247859-4947-1-git-send-email-robert.hu@linux.intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
docs/about/deprecated.rst
docs/about/removed-features.rst
target/i386/cpu.c