Opened 9 years ago
Closed 9 years ago
#15170 closed defect (wontfix)
CPU is not identified correctly
Reported by: | Sworddragon | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 5.0.14 |
Keywords: | Cc: | ||
Guest type: | Windows | Host type: | Linux |
Description
Like the log of this ticket ( https://www.virtualbox.org/ticket/15155 ) shows my CPU is matched against an "AMD Phenom II X6 1100T" on the line "CPUM: Matched host CPU AMD 0x10/0xa/0x0 AMD_K10 with CPU DB entry 'AMD Phenom II X6 1100T' (AMD 0x10/0xa/0x0 AMD_K10)". But my host is actually running on an "AMD Phenom(tm) II X6 1045T Processor".
Change History (2)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
The core count 5 instead of 6 is just a wrong value in VBox.log. This value is never used anywhere. Tiny fix. The "wrong CPU name detection" is not a bug. The match of your processor is precise enough and there is no reason to have an exact match unless your processor has different machine status registers than the 1100T from the database.
I'm also noticing now that the line "Physical Core Count: 5" is wrong as the CPU has 6 cores. I'm currently assuming that the cores are counted from 0 and that here just a +1 was forgotten.