VirtualBox

Ignore:
Timestamp:
Nov 24, 2010 11:44:28 AM (14 years ago)
Author:
vboxsync
Message:

Main: PCI passthrough work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r34248 r34308  
    57295729
    57305730
     5731STDMETHODIMP Machine::AttachHostPciDevice(LONG hostAddress, LONG desiredGuestAddress, IContext *eventContext, BOOL tryToUnbind)
     5732{
     5733    return E_NOTIMPL;
     5734}
     5735
     5736STDMETHODIMP Machine::DetachHostPciDevice(LONG hostAddress)
     5737{
     5738    return E_NOTIMPL;
     5739}
     5740
     5741STDMETHODIMP Machine::COMGETTER(PciDeviceAttachments)(ComSafeArrayOut(IPciDeviceAttachment *, aAttachments))
     5742{
     5743    return E_NOTIMPL;
     5744}
     5745
    57315746// public methods for internal purposes
    57325747/////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette