Changeset 84534 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- May 26, 2020 10:48:28 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp
r84349 r84534 766 766 i, a, i, a); 767 767 } 768 break; 769 770 case VirtualSystemDescriptionType_HardDiskControllerVirtioSCSI: 771 if (fIgnoreThis) 772 { 773 RTPrintf("%2u: VirtioSCSI controller, type %ls -- disabled\n", 774 a, 775 aVBoxValues[a]); 776 aEnabled[a] = false; 777 } 778 else 779 RTPrintf("%2u: VirtioSCSI controller, type %ls" 780 "\n (disable with \"--vsys %u --unit %u --ignore\")\n", 781 a, 782 aVBoxValues[a], 783 i, a); 768 784 break; 769 785
Note:
See TracChangeset
for help on using the changeset viewer.