VirtualBox

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


Ignore:
Timestamp:
Jun 1, 2023 6:18:08 PM (20 months ago)
Author:
vboxsync
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

Location:
trunk/src/VBox/Main/include
Files:
1 added
1 edited

Legend:

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

    r99913 r100038  
    7777class VMPowerDownTask;
    7878class NvramStore;
     79#ifdef VBOX_WITH_VIRT_ARMV8
     80class ResourceStore;
     81#endif
    7982
    8083#include <iprt/uuid.h>
     
    10141017    const ComObjPtr<EmulatedUSB> mEmulatedUSB;
    10151018    const ComObjPtr<NvramStore> mptrNvramStore;
     1019#ifdef VBOX_WITH_VIRT_ARMV8
     1020    const ComObjPtr<ResourceStore> mptrResourceStore;
     1021#endif
    10161022
    10171023    USBDeviceList mUSBDevices;
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