Re: [PATCH] i386/cpu: Remove the deprecated cpu model 'Icelake-Client'

2022-04-26 Thread Igor Mammedov
On Fri, 15 Apr 2022 15:07:33 +0800 Robert Hoo wrote: > On Thu, 2022-03-24 at 09:22 +0100, Igor Mammedov wrote: > > On Mon, 14 Mar 2022 16:50:59 +0800 > > Robert Hoo wrote: > > > > > Icelake, is the codename for Intel 3rd generation Xeon Scalable > > > server > > > processors. There isn't

Re: [PATCH] i386/cpu: Remove the deprecated cpu model 'Icelake-Client'

2022-04-15 Thread Robert Hoo
On Thu, 2022-03-24 at 09:22 +0100, Igor Mammedov wrote: > On Mon, 14 Mar 2022 16:50:59 +0800 > Robert Hoo wrote: > > > 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

Re: [PATCH] i386/cpu: Remove the deprecated cpu model 'Icelake-Client'

2022-03-24 Thread Igor Mammedov
On Mon, 14 Mar 2022 16:50:59 +0800 Robert Hoo wrote: > 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

Re: [PATCH] i386/cpu: Remove the deprecated cpu model 'Icelake-Client'

2022-03-20 Thread Robert Hoo
Hi Igor, Ping... Thanks. On Mon, 2022-03-14 at 16:50 +0800, Robert Hoo wrote: > 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

[PATCH] i386/cpu: Remove the deprecated cpu model 'Icelake-Client'

2022-03-14 Thread Robert Hoo
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

Re: [PATCH] i386/cpu: Remove the deprecated cpu model 'Icelake-Client'

2021-04-27 Thread Robert Hoo
On Tue, 2021-04-27 at 16:55 -0400, Eduardo Habkost wrote: > On Thu, Apr 22, 2021 at 05:42:16PM +0800, Robert Hoo wrote: > > As it's been marked deprecated since v5.2, now I think it's time > > remove it > > from code. > > > > Signed-off-by: Robert Hoo > > Thanks! There's only one issue: we

Re: [PATCH] i386/cpu: Remove the deprecated cpu model 'Icelake-Client'

2021-04-27 Thread Eduardo Habkost
On Thu, Apr 22, 2021 at 05:42:16PM +0800, Robert Hoo wrote: > As it's been marked deprecated since v5.2, now I think it's time remove it > from code. > > Signed-off-by: Robert Hoo Thanks! There's only one issue: we need to update docs/system/deprecated.rst and docs/system/removed-features.rst

[PATCH] i386/cpu: Remove the deprecated cpu model 'Icelake-Client'

2021-04-22 Thread Robert Hoo
As it's been marked deprecated since v5.2, now I think it's time remove it from code. Signed-off-by: Robert Hoo --- target/i386/cpu.c | 118 -- 1 file changed, 118 deletions(-) diff --git a/target/i386/cpu.c b/target/i386/cpu.c index