- Timestamp:
- Nov 24, 2010 12:13:56 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r34308 r34312 3371 3371 </const> 3372 3372 </enum> 3373 3373 3374 3374 <interface 3375 name="I Context" extends="$unknown"3375 name="IEventContext" extends="$unknown" 3376 3376 uuid="7563F4E7-1583-40F7-B4C4-C9BA02CB0AE3" 3377 3377 wsmap="managed" … … 3417 3417 <param name="result" type="long" dir="return" /> 3418 3418 </method> 3419 3419 3420 3420 <method name="fromLong"> 3421 3421 <desc> … … 3441 3441 </desc> 3442 3442 </attribute> 3443 3443 3444 3444 <attribute name="physicalDevice" type="boolean" readonly="yes"> 3445 3445 <desc> … … 4623 4623 PCI bus of the virtual machine. Please note, that this operation 4624 4624 is two phase, as real attachement will happen when VM will start, 4625 and most information will be delivered as IHostPciDevicePlugEvent 4625 and most information will be delivered as IHostPciDevicePlugEvent 4626 4626 on IVirtualBox event source. 4627 4627 <note> 4628 4628 Not yet implemented. 4629 4629 </note> 4630 4630 4631 4631 <see>IHostPciDevicePlugEvent</see> 4632 4632 4633 4633 <result name="VBOX_E_INVALID_VM_STATE"> 4634 4634 Virtual machine state is not stopped (PCI hotplug not yet implemented). … … 4647 4647 <desc>Desired position of this device on guest PCI bus.</desc> 4648 4648 </param> 4649 <param name="eventContext" type="I Context" dir="in">4649 <param name="eventContext" type="IEventContext" dir="in"> 4650 4650 <desc>Context passed into IHostPciDevicePlugEvent event.</desc> 4651 4651 </param> 4652 4652 <param name="tryToUnbind" type="boolean" dir="in"> 4653 <desc>If VMM shall try to unbind existing drivers from the 4653 <desc>If VMM shall try to unbind existing drivers from the 4654 4654 device before attaching it to the guest.</desc> 4655 4655 </param> 4656 4656 </method> 4657 4657 4658 4658 <method name="detachHostPciDevice"> 4659 4659 <desc> 4660 Detach host PCI device from the virtual machine. 4661 Also HostPciDevicePlugEvent on IVirtualBox event source 4660 Detach host PCI device from the virtual machine. 4661 Also HostPciDevicePlugEvent on IVirtualBox event source 4662 4662 will be delivered. 4663 4663 4664 4664 <note> 4665 4665 Not yet implemented. 4666 4666 </note> 4667 4667 4668 4668 <see>IHostPciDevicePlugEvent</see> 4669 4669 4670 4670 <result name="VBOX_E_INVALID_VM_STATE"> 4671 4671 Virtual machine state is not stopped (PCI hotplug not yet implemented). … … 4685 4685 </param> 4686 4686 </method> 4687 4687 4688 4688 <method name="getNetworkAdapter" const="yes"> 4689 4689 <desc> … … 14615 14615 </desc> 14616 14616 </const> 14617 14617 14618 14618 <!-- Last event marker --> 14619 14619 <const name="Last" value="68"> … … 15863 15863 Notification when host PCI device is plugged/unplugged. 15864 15864 </desc> 15865 15865 15866 15866 <attribute name="plugged" type="boolean" readonly="yes"> 15867 15867 <desc> … … 15883 15883 </attribute> 15884 15884 15885 <attribute name="eventContext" type="I Context" readonly="yes">15886 <desc> 15887 Context object, passed into attachHostPciDevice() and 15885 <attribute name="eventContext" type="IEventContext" readonly="yes"> 15886 <desc> 15887 Context object, passed into attachHostPciDevice() and 15888 15888 attachHostPciDevice(). 15889 15889 </desc>
Note:
See TracChangeset
for help on using the changeset viewer.