VirtualBox

Changeset 100038 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Jun 1, 2023 6:18:08 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157716
Message:

Main: Start simple ResourceStore implementation similar to NvramStore but without all the file loading and saving as it will contain only resources created on the fly when the VM is created, bugref:10467

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r99991 r100038  
    65186518  </interface>
    65196519
     6520  <interface
     6521    name="IResourceStore" extends="$unknown"
     6522    uuid="d96a2540-8aab-4c71-8af9-95379f23b23d"
     6523    wsmap="managed"
     6524    >
     6525
     6526    <desc>
     6527      Provides access to resources accessed by various device implementations and created when the VM
     6528      is started (only the FDT currently). This is not accessible from anywhere right now but just for
     6529      convenience if required later on.
     6530    </desc>
     6531
     6532    <attribute name="midlDoesNotLikeEmptyInterfaces" readonly="yes" type="boolean"/>
     6533
     6534  </interface>
     6535
    65206536  <enum
    65216537    name="GraphicsControllerType"
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