#6577 closed defect (fixed)
Synthetic CPU setting ignored => Fixed in SVN
回報者: | Benjamin Gilbert | 負責人: | |
---|---|---|---|
元件: | VM control | 版本: | VirtualBox 3.1.6 |
關鍵字: | 副本: | ||
Guest type: | other | Host type: | other |
描述
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.
更動歷史 (2)
注意:
瀏覽 TracTickets
來幫助您使用待辦事項功能
Thanks for the report (and the fix on vbox-dev). The fix will be included in the next maintenance release.