Changeset 26953 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Mar 2, 2010 3:49:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r26782 r26953 2168 2168 by reading medium data at the specified location. 2169 2169 2170 If @a write is ReadWrite (which it should be), the image is opened for2171 read/write access and must have according permissions, as VirtualBox2170 If @a accessMode is ReadWrite (which it should be), the image is opened 2171 for read/write access and must have according permissions, as VirtualBox 2172 2172 may actually write status information into the disk's metadata sections. 2173 2173 … … 4484 4484 4485 4485 <attribute name="hpetEnabled" type="boolean"> 4486 <desc>This attribute controls if High Precision Event Timer (HPET) is 4487 enabled in this VM. Use this property if you want to provide guests 4486 <desc>This attribute controls if High Precision Event Timer (HPET) is 4487 enabled in this VM. Use this property if you want to provide guests 4488 4488 with additional time source, or if guest requires HPET to function correctly. 4489 4489 Default is false.</desc>
Note:
See TracChangeset
for help on using the changeset viewer.