* [Qemu-devel] [PULL 0/1] x86 queue for 4.1 @ 2019-07-29 16:09 Eduardo Habkost 2019-07-29 16:09 ` [Qemu-devel] [PULL 1/1] i386: Fix Snowridge CPU model name and features Eduardo Habkost 2019-07-29 16:57 ` [Qemu-devel] [PULL 0/1] x86 queue for 4.1 Peter Maydell 0 siblings, 2 replies; 3+ messages in thread From: Eduardo Habkost @ 2019-07-29 16:09 UTC (permalink / raw) To: Peter Maydell, qemu-devel Cc: Paolo Bonzini, Eduardo Habkost, Richard Henderson The following changes since commit 893dc8300c80e3dc32f31e968cf7aa0904da50c3: Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging (2019-07-29 12:04:53 +0100) are available in the Git repository at: git://github.com/ehabkost/qemu.git tags/x86-next-pull-request for you to fetch changes up to ff656fcd338a70c4d9783a800733c4ab3806e5b0: i386: Fix Snowridge CPU model name and features (2019-07-29 13:08:02 -0300) ---------------------------------------------------------------- x86 queue for 4.1 * Rename and fix SnowRidge CPU model (Paul Lai) ---------------------------------------------------------------- Paul Lai (1): i386: Fix Snowridge CPU model name and features target/i386/cpu.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -- 2.18.0.rc1.1.g3f1ff2140 ^ permalink raw reply [flat|nested] 3+ messages in thread
* [Qemu-devel] [PULL 1/1] i386: Fix Snowridge CPU model name and features 2019-07-29 16:09 [Qemu-devel] [PULL 0/1] x86 queue for 4.1 Eduardo Habkost @ 2019-07-29 16:09 ` Eduardo Habkost 2019-07-29 16:57 ` [Qemu-devel] [PULL 0/1] x86 queue for 4.1 Peter Maydell 1 sibling, 0 replies; 3+ messages in thread From: Eduardo Habkost @ 2019-07-29 16:09 UTC (permalink / raw) To: Peter Maydell, qemu-devel Cc: Paolo Bonzini, Paul Lai, Eduardo Habkost, Richard Henderson From: Paul Lai <paul.c.lai@intel.com> Changing the name to Snowridge from SnowRidge-Server. There is no client model of Snowridge, so "-Server" is unnecessary. Removing CPUID_EXT_VMX from Snowridge cpu feature list. Signed-off-by: Paul Lai <paul.c.lai@intel.com> Tested-by: Tao3 Xu <tao3.xu@intel.com> Message-Id: <20190716155808.25010-1-paul.c.lai@intel.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> --- target/i386/cpu.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/i386/cpu.c b/target/i386/cpu.c index e3320f5e92..19751e37a7 100644 --- a/target/i386/cpu.c +++ b/target/i386/cpu.c @@ -2472,7 +2472,7 @@ static X86CPUDefinition builtin_x86_defs[] = { .model_id = "Intel Xeon Processor (Icelake)", }, { - .name = "SnowRidge-Server", + .name = "Snowridge", .level = 27, .vendor = CPUID_VENDOR_INTEL, .family = 6, @@ -2490,7 +2490,6 @@ static X86CPUDefinition builtin_x86_defs[] = { CPUID_FXSR | CPUID_SSE | CPUID_SSE2, .features[FEAT_1_ECX] = CPUID_EXT_SSE3 | CPUID_EXT_PCLMULQDQ | CPUID_EXT_MONITOR | - CPUID_EXT_VMX | CPUID_EXT_SSSE3 | CPUID_EXT_CX16 | CPUID_EXT_SSE41 | -- 2.18.0.rc1.1.g3f1ff2140 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PULL 0/1] x86 queue for 4.1 2019-07-29 16:09 [Qemu-devel] [PULL 0/1] x86 queue for 4.1 Eduardo Habkost 2019-07-29 16:09 ` [Qemu-devel] [PULL 1/1] i386: Fix Snowridge CPU model name and features Eduardo Habkost @ 2019-07-29 16:57 ` Peter Maydell 1 sibling, 0 replies; 3+ messages in thread From: Peter Maydell @ 2019-07-29 16:57 UTC (permalink / raw) To: Eduardo Habkost; +Cc: Paolo Bonzini, QEMU Developers, Richard Henderson On Mon, 29 Jul 2019 at 17:10, Eduardo Habkost <ehabkost@redhat.com> wrote: > > The following changes since commit 893dc8300c80e3dc32f31e968cf7aa0904da50c3: > > Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging (2019-07-29 12:04:53 +0100) > > are available in the Git repository at: > > git://github.com/ehabkost/qemu.git tags/x86-next-pull-request > > for you to fetch changes up to ff656fcd338a70c4d9783a800733c4ab3806e5b0: > > i386: Fix Snowridge CPU model name and features (2019-07-29 13:08:02 -0300) > > ---------------------------------------------------------------- > x86 queue for 4.1 > > * Rename and fix SnowRidge CPU model (Paul Lai) > > ---------------------------------------------------------------- > > Paul Lai (1): > i386: Fix Snowridge CPU model name and features > > target/i386/cpu.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > -- > 2.18.0.rc1.1.g3f1ff2140 Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/4.1 for any user-visible changes. -- PMM ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-07-29 16:58 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-07-29 16:09 [Qemu-devel] [PULL 0/1] x86 queue for 4.1 Eduardo Habkost 2019-07-29 16:09 ` [Qemu-devel] [PULL 1/1] i386: Fix Snowridge CPU model name and features Eduardo Habkost 2019-07-29 16:57 ` [Qemu-devel] [PULL 0/1] x86 queue for 4.1 Peter Maydell
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).