Re: [PATCH 3/3] target/i386: modify Icelake-Client and Icelake-Server CPU model number

2020-02-27 Thread Chenyi Qiang
On 2/27/2020 5:48 PM, Jack Wang wrote: Chenyi Qiang 于2020年2月27日周四 上午10:07写道: According to the Intel Icelake family list, Icelake-Client uses model number 126(0x7D) 0x7D is 125 in hex, so the commit message needs to be fixed. Sorry, my mistake. Cheers Jack Wang

Re: [PATCH 3/3] target/i386: modify Icelake-Client and Icelake-Server CPU model number

2020-02-27 Thread Jack Wang
Chenyi Qiang 于2020年2月27日周四 上午10:07写道: > > According to the Intel Icelake family list, Icelake-Client uses model > number 126(0x7D) 0x7D is 125 in hex, so the commit message needs to be fixed. Cheers Jack Wang

[PATCH 3/3] target/i386: modify Icelake-Client and Icelake-Server CPU model number

2020-02-27 Thread Chenyi Qiang
According to the Intel Icelake family list, Icelake-Client uses model number 126(0x7D) and Icelake-Server uses model number 106(0x6A). Reviewed-by: Xiaoyao Li Signed-off-by: Chenyi Qiang --- target/i386/cpu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git