Changeset 87241 in vbox for trunk/src/VBox/Main/include/MachineImpl.h
- Timestamp:
- Jan 13, 2021 3:56:05 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142198
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r86908 r87241 319 319 PointingHIDType_T mPointingHIDType; 320 320 ChipsetType_T mChipsetType; 321 IommuType_T mIommuType; 321 322 ParavirtProvider_T mParavirtProvider; 322 323 Utf8Str mParavirtDebug; … … 896 897 HRESULT getChipsetType(ChipsetType_T *aChipsetType); 897 898 HRESULT setChipsetType(ChipsetType_T aChipsetType); 899 HRESULT getIommuType(IommuType_T *aIommuType); 900 HRESULT setIommuType(IommuType_T aIommuType); 898 901 HRESULT getSnapshotFolder(com::Utf8Str &aSnapshotFolder); 899 902 HRESULT setSnapshotFolder(const com::Utf8Str &aSnapshotFolder);
Note:
See TracChangeset
for help on using the changeset viewer.