All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/1] x86 CPU model queue, 2021-10-29
@ 2021-10-29 19:07 Eduardo Habkost
  2021-10-29 19:07 ` [PULL 1/1] target/i386: Remove core-capability in Snowridge CPU model Eduardo Habkost
  2021-10-30  2:42 ` [PULL 0/1] x86 CPU model queue, 2021-10-29 Richard Henderson
  0 siblings, 2 replies; 3+ messages in thread
From: Eduardo Habkost @ 2021-10-29 19:07 UTC (permalink / raw)
  To: qemu-devel, Peter Maydell
  Cc: Paolo Bonzini, Richard Henderson, Eduardo Habkost

I should have flushed the queue a long time ago.  Apologies for
taking so long.

A single patch, by now.  Probably there are others I missed on
the mailing list, and if necessary I will send another pull
request.

The following changes since commit a92cecba2791cd408d2bca04ce181dc2abaf9695:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211028' into staging (2021-10-29 08:39:44 -0700)

are available in the Git repository at:

  https://gitlab.com/ehabkost/qemu.git tags/x86-next-pull-request

for you to fetch changes up to 07db29f20a9a845c8408df11936889e5411ff44f:

  target/i386: Remove core-capability in Snowridge CPU model (2021-10-29 15:02:30 -0400)

----------------------------------------------------------------
x86 queue, 2021-10-29

Bug fixes:
* Remove core-capability in Snowridge CPU model

----------------------------------------------------------------

Chenyi Qiang (1):
  target/i386: Remove core-capability in Snowridge CPU model

 target/i386/cpu.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.32.0



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PULL 1/1] target/i386: Remove core-capability in Snowridge CPU model
  2021-10-29 19:07 [PULL 0/1] x86 CPU model queue, 2021-10-29 Eduardo Habkost
@ 2021-10-29 19:07 ` Eduardo Habkost
  2021-10-30  2:42 ` [PULL 0/1] x86 CPU model queue, 2021-10-29 Richard Henderson
  1 sibling, 0 replies; 3+ messages in thread
From: Eduardo Habkost @ 2021-10-29 19:07 UTC (permalink / raw)
  To: qemu-devel, Peter Maydell
  Cc: Paolo Bonzini, Richard Henderson, Eduardo Habkost, Chenyi Qiang

From: Chenyi Qiang <chenyi.qiang@intel.com>

Because core-capability releated features are model-specific and KVM
won't support it, remove the core-capability in CPU model to avoid the
warning message.

Signed-off-by: Chenyi Qiang <chenyi.qiang@intel.com>
Message-Id: <20210827064818.4698-3-chenyi.qiang@intel.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
---
 target/i386/cpu.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/target/i386/cpu.c b/target/i386/cpu.c
index fc3ed80ef1e..598d451dcf0 100644
--- a/target/i386/cpu.c
+++ b/target/i386/cpu.c
@@ -3749,9 +3749,10 @@ static const X86CPUDefinition builtin_x86_defs[] = {
             },
             {
                 .version = 4,
-                .note = "no split lock detect",
+                .note = "no split lock detect, no core-capability",
                 .props = (PropValue[]) {
                     { "split-lock-detect", "off" },
+                    { "core-capability", "off" },
                     { /* end of list */ },
                 },
             },
-- 
2.32.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PULL 0/1] x86 CPU model queue, 2021-10-29
  2021-10-29 19:07 [PULL 0/1] x86 CPU model queue, 2021-10-29 Eduardo Habkost
  2021-10-29 19:07 ` [PULL 1/1] target/i386: Remove core-capability in Snowridge CPU model Eduardo Habkost
@ 2021-10-30  2:42 ` Richard Henderson
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Henderson @ 2021-10-30  2:42 UTC (permalink / raw)
  To: Eduardo Habkost, qemu-devel, Peter Maydell; +Cc: Paolo Bonzini

On 10/29/21 12:07 PM, Eduardo Habkost wrote:
> I should have flushed the queue a long time ago.  Apologies for
> taking so long.
> 
> A single patch, by now.  Probably there are others I missed on
> the mailing list, and if necessary I will send another pull
> request.
> 
> The following changes since commit a92cecba2791cd408d2bca04ce181dc2abaf9695:
> 
>    Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211028' into staging (2021-10-29 08:39:44 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/ehabkost/qemu.git tags/x86-next-pull-request
> 
> for you to fetch changes up to 07db29f20a9a845c8408df11936889e5411ff44f:
> 
>    target/i386: Remove core-capability in Snowridge CPU model (2021-10-29 15:02:30 -0400)
> 
> ----------------------------------------------------------------
> x86 queue, 2021-10-29
> 
> Bug fixes:
> * Remove core-capability in Snowridge CPU model
> 
> ----------------------------------------------------------------
> 
> Chenyi Qiang (1):
>    target/i386: Remove core-capability in Snowridge CPU model
> 
>   target/i386/cpu.c | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)

Applied, thanks.

r~



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-30  2:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-29 19:07 [PULL 0/1] x86 CPU model queue, 2021-10-29 Eduardo Habkost
2021-10-29 19:07 ` [PULL 1/1] target/i386: Remove core-capability in Snowridge CPU model Eduardo Habkost
2021-10-30  2:42 ` [PULL 0/1] x86 CPU model queue, 2021-10-29 Richard Henderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.