Changeset 29327 in vbox
- Timestamp:
- May 11, 2010 10:11:29 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r29309 r29327 4862 4862 4863 4863 For an SATA controller, @a controllerPort must be a number ranging 4864 from @c 0 to @c 29. For a SCSI controller, @a controllerPort must4865 be a number ranging from @c 0 to @c 15.4866 4867 For both SCSIand SATA, the @a device parameter is unused and must4864 from @c 0 to @c 29. For a SCSI or SAS controller, @a controllerPort 4865 must be a number ranging from @c 0 to @c 15. 4866 4867 For SCSI, SAS and SATA, the @a device parameter is unused and must 4868 4868 be @c 0. 4869 4869 … … 5141 5141 <method name="addStorageController"> 5142 5142 <desc> 5143 Adds a new storage controller (SCSI or SATA controller) to the5143 Adds a new storage controller (SCSI, SAS or SATA controller) to the 5144 5144 machine and returns it as an instance of 5145 5145 <link to="IStorageController" />. … … 8573 8573 <attribute name="PageFusionEnabled" type="boolean"> 8574 8574 <desc> 8575 Flag whether VirtualBox allows page fusion for this machine 8575 Flag whether VirtualBox allows page fusion for this machine 8576 8576 (64 bits host only; transient property). 8577 8577 </desc> … … 9338 9338 9339 9339 <attribute name="port" type="long" readonly="yes"> 9340 <desc>Port number of this attachment.</desc> 9340 <desc>Port number of this attachment. 9341 See <link to="IMachine::attachDevice" /> for the meaning of this value for the different controller types. 9342 </desc> 9341 9343 </attribute> 9342 9344 9343 9345 <attribute name="device" type="long" readonly="yes"> 9344 <desc>Device slot number of this attachment.</desc> 9346 <desc>Device slot number of this attachment. 9347 See <link to="IMachine::attachDevice" /> for the meaning of this value for the different controller types. 9348 </desc> 9345 9349 </attribute> 9346 9350 … … 9377 9381 <ul> 9378 9382 <li><link to="IMachine::storageControllers"/> contains an array of 9379 storage controllers (IDE, SATA, SCSI or a floppy controller;9383 storage controllers (IDE, SATA, SCSI, SAS or a floppy controller; 9380 9384 these are instances of <link to="IStorageController"/>).</li> 9381 9385 <li><link to="IMachine::mediumAttachments"/> contains an array of … … 13686 13690 > 13687 13691 <desc> 13688 The bus type of the storage controller (IDE, SATA, SCSI or Floppy);13692 The bus type of the storage controller (IDE, SATA, SCSI, SAS or Floppy); 13689 13693 see <link to="IStorageController::bus" />. 13690 13694 </desc> … … 13752 13756 of a storage controller, and for purposes of the Main API, all virtual 13753 13757 storage is attached to virtual machines via instances of this interface. 13754 There are f our types of such virtual storage controllers: IDE, SCSI, SATA13755 and Floppy (see <link to="#bus" />). Depending on which of these four is13756 used, certain sub-types may be available and can be selected in13758 There are five types of such virtual storage controllers: IDE, SCSI, SATA, 13759 SAS and Floppy (see <link to="#bus" />). Depending on which of these four 13760 is used, certain sub-types may be available and can be selected in 13757 13761 <link to="#controllerType" />. 13758 13762 … … 13805 13809 <attribute name="bus" type="StorageBus" readonly="yes"> 13806 13810 <desc> 13807 The bus type of the storage controller (IDE, SATA, SCSI or Floppy).13811 The bus type of the storage controller (IDE, SATA, SCSI, SAS or Floppy). 13808 13812 </desc> 13809 13813 </attribute> … … 13815 13819 Depending on this value, VirtualBox will provide a different 13816 13820 virtual storage controller hardware to the guest. 13817 For SATA and floppy controllers, only one variant is available,13818 but for IDE and SCSI, there are several.13821 For SATA, SAS and floppy controllers, only one variant is 13822 available, but for IDE and SCSI, there are several. 13819 13823 13820 13824 For SCSI controllers, the default type is LsiLogic.
Note:
See TracChangeset
for help on using the changeset viewer.