Re: [Qemu-devel] [PATCH v2] i386: add KnightsMill cpu model

2018-04-01 Thread Boqun Feng
Ping ;-) Regards, Boqun On Tue, Mar 20, 2018 at 08:08:15AM +0800, Boqun Feng wrote: > A new cpu model called "KnightsMill" is added to model Knights Mill > processors. Compared to "Skylake-Server" cpu model, the following > features are added: > > a

[Qemu-devel] [PATCH v2] i386: add KnightsMill cpu model

2018-03-19 Thread Boqun Feng
pcid invpcid clflushopt avx512dq avx512bw clwb smap rtm mpx xsavec xgetbv1 hle Signed-off-by: Boqun Feng --- v1 --> v2: * Change the model name to "KnightsMill" as per Daniel's suggestion. target/i386/cpu.c | 42 ++

Re: [Qemu-devel] [PATCH] i386: add KNM cpu model

2018-03-15 Thread Boqun Feng
On Wed, Mar 14, 2018 at 01:01:30PM +, Daniel P. Berrangé wrote: > On Wed, Mar 14, 2018 at 03:29:59PM +0800, Boqun Feng wrote: > > A new cpu model called "KNM" is added to model Knights Mill processors. > > Why the obscure acryonym? Can't we just call it KnightsM

[Qemu-devel] [PATCH] i386: add KNM cpu model

2018-03-14 Thread Boqun Feng
d invpcid clflushopt avx512dq avx512bw axv512cd clwb smap rtm mpx xsavec xgetbv1 hle Signed-off-by: Boqun Feng --- target/i386/cpu.c | 42 ++ 1 file changed, 42 insertions(+) diff --git a/target/i386/cpu.c b/target/i386/cpu.c index 2c04645ceac9..215a9

Re: [Qemu-devel] [PATCH] target-i386: add Skylake-Server cpu model

2017-06-25 Thread Boqun Feng
On Fri, Jun 23, 2017 at 10:38:14AM -0300, Eduardo Habkost wrote: > On Wed, Jun 21, 2017 at 01:29:34PM +0800, Boqun Feng (Intel) wrote: > > Introduce Skylake-Server cpu mode which inherits the features from > > Skylake-Client and supports some additional features that are: AVX51

[Qemu-devel] [PATCH] target-i386: add Skylake-Server cpu model

2017-06-21 Thread Boqun Feng (Intel)
Introduce Skylake-Server cpu mode which inherits the features from Skylake-Client and supports some additional features that are: AVX512, CWLB and PGPE1GB. Signed-off-by: Boqun Feng (Intel) --- target/i386/cpu.c | 42 ++ 1 file changed, 42 insertions