* [Bug 221249] New: kvm_amd prints "CPU 1 isn't AMD or Hygon" on Intel Core Ultra (Arch Linux)
@ 2026-03-16 23:22 bugzilla-daemon
2026-04-03 14:13 ` Sean Christopherson
2026-04-03 14:13 ` [Bug 221249] " bugzilla-daemon
0 siblings, 2 replies; 3+ messages in thread
From: bugzilla-daemon @ 2026-03-16 23:22 UTC (permalink / raw)
To: kvm
https://bugzilla.kernel.org/show_bug.cgi?id=221249
Bug ID: 221249
Summary: kvm_amd prints "CPU 1 isn't AMD or Hygon" on Intel
Core Ultra (Arch Linux)
Product: Virtualization
Version: unspecified
Hardware: Intel
OS: Linux
Status: NEW
Severity: normal
Priority: P3
Component: kvm
Assignee: virtualization_kvm@kernel-bugs.osdl.org
Reporter: thisisamirv@gmail.com
Regression: No
Created attachment 309692
--> https://bugzilla.kernel.org/attachment.cgi?id=309692&action=edit
log
I am observing the following kernel message on a Lenovo ThinkPad X9-14 Gen 1
running Arch Linux on an Intel CPU:
kvm_amd: CPU 1 isn't AMD or Hygon
# System information
Kernel: 6.19.6-arch1-1
Distribution: Arch Linux
Laptop model: Lenovo ThinkPad X9-14 Gen 1 (21QBS0KV00)
CPU: Intel Core Ultra 7 268V
Architecture: x86_64
# CPU information (lscpu)
Vendor ID: GenuineIntel
Model name: Intel(R) Core(TM) Ultra 7 268V
Virtualization: VT-x
# Loaded KVM modules
lsmod | grep kvm
kvm_intel 516096 1
kvm 1462272 3 kvm_intel
irqbypass 16384 1 kvm
# Observations
* The system uses an Intel CPU (GenuineIntel).
* The Intel KVM module (kvm_intel) loads normally.
* However, during boot the following message appears:
kvm_amd: CPU 1 isn't AMD or Hygon
* The system does not have an AMD CPU.
* It appears the kvm_amd module may be probed or initialized briefly
even on Intel systems.
# Attachments
The following are attached:
* sudo dmesg
* lscpu
* lsmod
* sudo acpidump
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Bug 221249] New: kvm_amd prints "CPU 1 isn't AMD or Hygon" on Intel Core Ultra (Arch Linux)
2026-03-16 23:22 [Bug 221249] New: kvm_amd prints "CPU 1 isn't AMD or Hygon" on Intel Core Ultra (Arch Linux) bugzilla-daemon
@ 2026-04-03 14:13 ` Sean Christopherson
2026-04-03 14:13 ` [Bug 221249] " bugzilla-daemon
1 sibling, 0 replies; 3+ messages in thread
From: Sean Christopherson @ 2026-04-03 14:13 UTC (permalink / raw)
To: bugzilla-daemon; +Cc: kvm
On Mon, Mar 16, 2026, bugzilla-daemon@kernel.org wrote:
> https://bugzilla.kernel.org/show_bug.cgi?id=221249
>
> Bug ID: 221249
> Summary: kvm_amd prints "CPU 1 isn't AMD or Hygon" on Intel
> Core Ultra (Arch Linux)
> Product: Virtualization
> Version: unspecified
> Hardware: Intel
> OS: Linux
> Status: NEW
> Severity: normal
> Priority: P3
> Component: kvm
> Assignee: virtualization_kvm@kernel-bugs.osdl.org
> Reporter: thisisamirv@gmail.com
> Regression: No
>
> Created attachment 309692
> --> https://bugzilla.kernel.org/attachment.cgi?id=309692&action=edit
> log
>
> I am observing the following kernel message on a Lenovo ThinkPad X9-14 Gen 1
> running Arch Linux on an Intel CPU:
>
> kvm_amd: CPU 1 isn't AMD or Hygon
>
> # System information
>
> Kernel: 6.19.6-arch1-1
> Distribution: Arch Linux
...
> kvm_amd: CPU 1 isn't AMD or Hygon
>
> * The system does not have an AMD CPU.
> * It appears the kvm_amd module may be probed or initialized briefly
> even on Intel systems.
This is highly unlikely to be an upstream kernel bug. The unwanted probing is
most likely coming from elsewhere. Given that the out-of-tree VirtualBox driver
loads shortly after the failed kvm_amd.ko load, my guess is that vboxdrv is the
culprit.
[ 3.087169] kvm_amd: CPU 1 isn't AMD or Hygon
[ 3.118021] vboxdrv: module uses symbol (cr4_read_shadow) from namespace module:kvm,kvm-amd,kvm-intel, but does not import it.
[ 3.118032] vboxdrv: module uses symbol (__flush_tlb_all) from namespace module:kvm,kvm-amd,kvm-intel, but does not import it.
[ 3.118063] vboxdrv: module uses symbol (cr4_update_irqsoff) from namespace module:kvm,kvm-amd,kvm-intel, but does not import it.
[ 3.124334] vboxdrv: Found 8 processor cores/threads
[ 3.152502] rtR0InitNative: g_pLnxInitMm=000000000ba3e8e7
[ 3.181635] vboxdrv: Found KVM hardware-virtualization symbols
[ 3.181638] vboxdrv: TSC mode is Invariant, tentative frequency 3302385743 Hz
[ 3.181641] vboxdrv: Successfully loaded version 7.2.6 r172322 (interface 0x00340002)
FWIW, attempting to load kvm_{amd,intel}.ko on the "wrong" CPU is benign other
than the error message.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Bug 221249] kvm_amd prints "CPU 1 isn't AMD or Hygon" on Intel Core Ultra (Arch Linux)
2026-03-16 23:22 [Bug 221249] New: kvm_amd prints "CPU 1 isn't AMD or Hygon" on Intel Core Ultra (Arch Linux) bugzilla-daemon
2026-04-03 14:13 ` Sean Christopherson
@ 2026-04-03 14:13 ` bugzilla-daemon
1 sibling, 0 replies; 3+ messages in thread
From: bugzilla-daemon @ 2026-04-03 14:13 UTC (permalink / raw)
To: kvm
https://bugzilla.kernel.org/show_bug.cgi?id=221249
--- Comment #1 from Sean Christopherson (seanjc@google.com) ---
On Mon, Mar 16, 2026, bugzilla-daemon@kernel.org wrote:
> https://bugzilla.kernel.org/show_bug.cgi?id=221249
>
> Bug ID: 221249
> Summary: kvm_amd prints "CPU 1 isn't AMD or Hygon" on Intel
> Core Ultra (Arch Linux)
> Product: Virtualization
> Version: unspecified
> Hardware: Intel
> OS: Linux
> Status: NEW
> Severity: normal
> Priority: P3
> Component: kvm
> Assignee: virtualization_kvm@kernel-bugs.osdl.org
> Reporter: thisisamirv@gmail.com
> Regression: No
>
> Created attachment 309692
> --> https://bugzilla.kernel.org/attachment.cgi?id=309692&action=edit
> log
>
> I am observing the following kernel message on a Lenovo ThinkPad X9-14 Gen 1
> running Arch Linux on an Intel CPU:
>
> kvm_amd: CPU 1 isn't AMD or Hygon
>
> # System information
>
> Kernel: 6.19.6-arch1-1
> Distribution: Arch Linux
...
> kvm_amd: CPU 1 isn't AMD or Hygon
>
> * The system does not have an AMD CPU.
> * It appears the kvm_amd module may be probed or initialized briefly
> even on Intel systems.
This is highly unlikely to be an upstream kernel bug. The unwanted probing is
most likely coming from elsewhere. Given that the out-of-tree VirtualBox
driver
loads shortly after the failed kvm_amd.ko load, my guess is that vboxdrv is the
culprit.
[ 3.087169] kvm_amd: CPU 1 isn't AMD or Hygon
[ 3.118021] vboxdrv: module uses symbol (cr4_read_shadow) from namespace
module:kvm,kvm-amd,kvm-intel, but does not import it.
[ 3.118032] vboxdrv: module uses symbol (__flush_tlb_all) from namespace
module:kvm,kvm-amd,kvm-intel, but does not import it.
[ 3.118063] vboxdrv: module uses symbol (cr4_update_irqsoff) from namespace
module:kvm,kvm-amd,kvm-intel, but does not import it.
[ 3.124334] vboxdrv: Found 8 processor cores/threads
[ 3.152502] rtR0InitNative: g_pLnxInitMm=000000000ba3e8e7
[ 3.181635] vboxdrv: Found KVM hardware-virtualization symbols
[ 3.181638] vboxdrv: TSC mode is Invariant, tentative frequency 3302385743
Hz
[ 3.181641] vboxdrv: Successfully loaded version 7.2.6 r172322 (interface
0x00340002)
FWIW, attempting to load kvm_{amd,intel}.ko on the "wrong" CPU is benign other
than the error message.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-04-03 14:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-16 23:22 [Bug 221249] New: kvm_amd prints "CPU 1 isn't AMD or Hygon" on Intel Core Ultra (Arch Linux) bugzilla-daemon
2026-04-03 14:13 ` Sean Christopherson
2026-04-03 14:13 ` [Bug 221249] " bugzilla-daemon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox