Changeset 26459 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Feb 12, 2010 11:42:36 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57608
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r26444 r26459 4227 4227 <interface 4228 4228 name="IMachine" extends="$unknown" 4229 uuid=" 91470ab5-8457-48ab-8a3f-a2e68d8ae923"4229 uuid="f2816298-7408-4c44-a117-0ed8ea09b9bc" 4230 4230 wsmap="managed" 4231 4231 > … … 4478 4478 4479 4479 <attribute name="keyboardHidType" type="KeyboardHidType"> 4480 <desc>Type of keyboard HID used in this VM 4480 <desc>Type of keyboard HID used in this VM. 4481 4481 The default is typically "PS2Keyboard" but can vary depending on the 4482 4482 requirements of the guest operating system.</desc> 4483 </attribute> 4484 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 4488 with additional time source, or if guest requires HPET to function correctly. 4489 Default is false.</desc> 4483 4490 </attribute> 4484 4491
Note:
See TracChangeset
for help on using the changeset viewer.