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

2017-06-26 Thread Eduardo Habkost
On Mon, Jun 26, 2017 at 09:23:00AM +0800, Boqun Feng wrote: > 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 su

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: AVX512, > > CWLB and PGPE1

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

2017-06-23 Thread Eduardo Habkost
On Fri, Jun 23, 2017 at 04:06:57PM +0200, Paolo Bonzini wrote: [...] > > I believe we should add the same comment about XSAVES from > > Skylake-Cliente here, for consistency: > > > > /* Missing: XSAVES (not supported by some Linux versions, > > * including v4.1 to v4.6). > > It's

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

2017-06-23 Thread Paolo Bonzini
On 23/06/2017 15:38, 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: AVX512, >> CWLB and PGPE1GB. > > I will fix th

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

2017-06-23 Thread Eduardo Habkost
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: AVX512, > CWLB and PGPE1GB. I will fix this to "CLWB" when applying the patch. > > Signed-off-

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

2017-06-21 Thread no-reply
Hi, This series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Message-id: 20170621052935.20715-1-boqun.f...@gmail.com Subject: [Qemu-devel] [PATCH] target-i386: add Skylake-Server cpu

[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(+) d