qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] i386: Minor fixes for building  CPUIDs
@ 2024-01-25  2:40 Xiaoyao Li
  2024-01-25  2:40 ` [PATCH v3 1/3] i386/cpuid: Decrease cpuid_i when skipping CPUID leaf 1F Xiaoyao Li
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Xiaoyao Li @ 2024-01-25  2:40 UTC (permalink / raw)
  To: Paolo Bonzini, Marcelo Tosatti; +Cc: qemu-devel, kvm, xiaoyao.li

The issue that fixed by Patch 1 looks fatal though it doesn't appear on
KVM because KVM always searches with assending order and hit with the
correct cpuid leaf 0.

Patch 2 removes the wrong constraint on CPUID leaf 1f.

Patch 3 fix the build of CPUID leaf 7.

Changes in v3:
- collect Reviewed-by tags;
- rebase to latest master branch
  4a4efae44f19 ("Merge tag 'pull-hex-20240121' of https://github.com/quic/qemu into staging")

v2:
https://lore.kernel.org/qemu-devel/20230613131929.720453-1-xiaoyao.li@intel.com/
Changes in v2:
- Add Patch 3;
- rebase to latest master branch

v1:
https://lore.kernel.org/qemu-devel/20220712021249.3227256-1-xiaoyao.li@intel.com/


Xiaoyao Li (3):
  i386/cpuid: Decrease cpuid_i when skipping CPUID leaf 1F
  i386/cpuid: Remove subleaf constraint on CPUID leaf 1F
  i386/cpuid: Move leaf 7 to correct group

 target/i386/kvm/kvm.c | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2024-01-25  2:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-25  2:40 [PATCH v3 0/3] i386: Minor fixes for building CPUIDs Xiaoyao Li
2024-01-25  2:40 ` [PATCH v3 1/3] i386/cpuid: Decrease cpuid_i when skipping CPUID leaf 1F Xiaoyao Li
2024-01-25  2:40 ` [PATCH v3 2/3] i386/cpuid: Remove subleaf constraint on " Xiaoyao Li
2024-01-25  2:40 ` [PATCH v3 3/3] i386/cpuid: Move leaf 7 to correct group Xiaoyao Li

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).