VirtualBox

Opened 14 years ago

Closed 13 years ago

#6577 closed defect (fixed)

Synthetic CPU setting ignored => Fixed in SVN

Reported by: Benjamin Gilbert Owned by:
Component: VM control Version: VirtualBox 3.1.6
Keywords: Cc:
Guest type: other Host type: other

Description

After I enable the Synthetic CPU option on a VM using IMachine.setCpuProperty(), VBoxManage properly reports that Synthetic CPU is enabled, but /proc/cpuinfo in the guest does not change. The reason appears to be that Console::configConstructor() places the CFGM node at /SyntheticCpu, but CPUM expects the node at /CPUM/SyntheticCpu. Adding an ExtraData key to the machine configuration:

VBoxInternal/CPUM/SyntheticCpu -> 1

indeed causes the guest's /proc/cpuinfo to report the synthetic CPU.

Change History (2)

comment:1 by Frank Mehnert, 13 years ago

Summary: Synthetic CPU setting ignoredSynthetic CPU setting ignored => Fixed in SVN

Thanks for the report (and the fix on vbox-dev). The fix will be included in the next maintenance release.

comment:2 by Frank Mehnert, 13 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use