#11646 closed defect (duplicate)
"Enable PAE" CPU option always on
回報者: | chrisb | 負責人: | |
---|---|---|---|
元件: | other | 版本: | VirtualBox 4.1.12 |
關鍵字: | 副本: | ||
Guest type: | Linux | Host type: | Linux |
描述
Host: Dell Opteron 1212 running Ubuntu and virtualbox 4.1.12.
Clear the checkbox Settings>System>Processor>Enable PAE/NX. Boot Ubuntu VM. "cat /proc/cpuinfo|grep pae" shows that the pae flag is still present in the VM.
Bug: when the checkbox is clear, PAE should not be exposed to the virtual machine.
VBox.log shows that "EnablePAE = .. 0" but later "CPUMSetGuestCpuIdFeature: Enabled PAE":
00:00:01.355 EnablePAE <integer> = 0x0000000000000000 (0) 00:00:01.366 PAE - Physical Address Extension = 0 (1) 00:00:01.366 PAE - Physical Address Extension = 0 (1) 00:00:01.368 Debug: HCPhysInterPD=00000000b26a2000 HCPhysInterPaePDPT=00000000a3c4d000 HCPhysInterPaePML4=00000000b05b1000 00:00:01.368 Debug: apInterPTs={00000000a3894000,0000000086f13000} apInterPaePTs={000000010a9ab000,000000010a99e000} apInterPaePDs={000000010a99f000,000000010a990000,000000010a991000,000000010a97a000} pInterPaePDPT64=00000000af3a6000 00:00:01.740 CPUMSetGuestCpuIdFeature: Enabled PAE
附加檔案 (1)
更動歷史 (5)
comment:2 12 年 前 由 編輯
I tested with VirtualBox 4.2.10 from https://www.alldomusa.eu.org/wiki/Linux_Downloads and got exactly the same:
00:00:00.894801 EnablePAE <integer> = 0x0000000000000000 (0) 00:00:00.898889 Debug: HCPhysInterPD=00000000af7ee000 HCPhysInterPaePDPT=000000005aa7d000 HCPhysInterPaePML4=00000000305a8000 00:00:00.898948 Debug: apInterPTs={0000000009de4000,0000000094997000} apInterPaePTs={0000000137299000,000000013729a000} apInterPaePDs={000000013729b000,000000013729c000,000000013729d000,000000013729e000} pInterPaePDPT64=00000000b138e000 00:00:01.659533 PAE - Physical Address Extension = 0 (1) 00:00:01.659930 PAE - Physical Address Extension = 0 (1) 00:00:01.660414 CPUMSetGuestCpuIdFeature: Enabled PAE
注意:
瀏覽 TracTickets
來幫助您使用待辦事項功能
(The host system is Ubuntu 12.04.02 LTS)