VirtualBox

Changeset 36898 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Apr 29, 2011 3:34:05 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
71477
Message:

Main/Machine: first draft of method for cloning entire machines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/MachineImpl.h

    r36673 r36898  
    460460    STDMETHOD(COMGETTER(IoCacheSize)) (ULONG *aIoCacheSize);
    461461    STDMETHOD(COMSETTER(IoCacheSize)) (ULONG  aIoCacheSize);
     462    STDMETHOD(COMGETTER(PciDeviceAssignments))(ComSafeArrayOut(IPciDeviceAttachment *, aAssignments));
     463    STDMETHOD(COMGETTER(BandwidthControl))(IBandwidthControl **aBandwidthControl);
    462464
    463465    // IMachine methods
     
    527529    STDMETHOD(AttachHostPciDevice(LONG hostAddress, LONG desiredGuestAddress, BOOL tryToUnbind));
    528530    STDMETHOD(DetachHostPciDevice(LONG hostAddress));
    529     STDMETHOD(COMGETTER(PciDeviceAssignments))(ComSafeArrayOut(IPciDeviceAttachment *, aAssignments));
    530     STDMETHOD(COMGETTER(BandwidthControl))(IBandwidthControl **aBandwidthControl);
     531    STDMETHOD(CloneTo(IMachine *aTarget, BOOL aFullClone, IProgress **aProgress));
    531532    // public methods only for internal purposes
    532533
Note: See TracChangeset for help on using the changeset viewer.

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