Changeset 7990 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Apr 15, 2008 1:50:59 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r7989 r7990 2484 2484 <interface 2485 2485 name="IMachine" extends="$unknown" 2486 uuid=" 4f6b4977-95fd-40b1-8391-fc165c040635"2486 uuid="f95c0793-7737-49a1-85d9-6da81097173b" 2487 2487 wsmap="managed" 2488 2488 > … … 2707 2707 </attribute> 2708 2708 2709 <attribute name="PAEEnabled" type="boolean" default="false"> 2710 <desc> 2711 This setting determines whether VirtualBox will expose the Physical Address 2712 Extension (PAE) feature of the host CPU to the guest. Note that in case PAE 2713 is not available, it will not be reported. 2714 </desc> 2715 </attribute> 2716 2709 2717 <attribute name="snapshotFolder" type="wstring"> 2710 2718 <desc> … … 8558 8566 </desc> 8559 8567 </attribute> 8568 8569 <attribute name="PAEEnabled" type="boolean" readonly="yes"> 8570 <desc> 8571 Flag indicating whether the VM is currently making use of the Physical 8572 Address Extension CPU feature. 8573 </desc> 8574 </attribute> 8560 8575 8561 8576 <attribute name="virtualTimeRate" type="unsigned long">
Note:
See TracChangeset
for help on using the changeset viewer.