Changeset 101472 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Oct 17, 2023 11:45:00 AM (16 months ago)
- svn:sync-xref-src-repo-rev:
- 159541
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ovfreader.h
r99604 r101472 568 568 RTCString strIdController; // instance ID (Item/InstanceId); this gets referenced from VirtualDisk 569 569 570 enum ControllerSystemType { IDE, SATA, SCSI, VIRTIOSCSI };571 ControllerSystemType system; // one of IDE, SATA, SCSI, VIRTIOSCSI 570 enum ControllerSystemType { IDE, SATA, SCSI, VIRTIOSCSI, NVMe }; 571 ControllerSystemType system; // one of IDE, SATA, SCSI, VIRTIOSCSI, NVMe 572 572 573 573 RTCString strControllerType;
Note:
See TracChangeset
for help on using the changeset viewer.