Changeset 79551 in vbox for trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
- Timestamp:
- Jul 5, 2019 9:16:02 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r78915 r79551 4227 4227 if (enmBus == StorageBus_USB) 4228 4228 rc = PDMR3UsbQueryDriverOnLun(pUVM, pcszDevice, uInstance, uLUN, "SCSI", &pBase); 4229 else if ( (enmBus == StorageBus_SAS || enmBus == StorageBus_SCSI )4229 else if ( (enmBus == StorageBus_SAS || enmBus == StorageBus_SCSI || enmBus == StorageBus_VirtioSCSI) 4230 4230 || (enmBus == StorageBus_SATA && enmDevType == DeviceType_DVD)) 4231 4231 rc = PDMR3QueryDriverOnLun(pUVM, pcszDevice, uInstance, uLUN, "SCSI", &pBase); … … 4316 4316 || enmBus == StorageBus_SAS 4317 4317 || enmBus == StorageBus_SCSI 4318 || enmBus == StorageBus_VirtioSCSI 4318 4319 || enmBus == StorageBus_USB)) 4319 4320 { … … 4571 4572 */ 4572 4573 if ( (fHotplug || !fAttachDetach) 4573 && ( (enmBus == StorageBus_SCSI || enmBus == StorageBus_SAS || enmBus == StorageBus_USB )4574 && ( (enmBus == StorageBus_SCSI || enmBus == StorageBus_SAS || enmBus == StorageBus_USB || enmBus == StorageBus_VirtioSCSI) 4574 4575 || (enmBus == StorageBus_SATA && lType == DeviceType_DVD && !fPassthrough))) 4575 4576 { … … 4615 4616 } 4616 4617 else if ( !fHotplug 4617 && ( (enmBus == StorageBus_SAS || enmBus == StorageBus_SCSI )4618 && ( (enmBus == StorageBus_SAS || enmBus == StorageBus_SCSI || enmBus == StorageBus_VirtioSCSI) 4618 4619 || (enmBus == StorageBus_SATA && lType == DeviceType_DVD))) 4619 4620 rc = PDMR3DriverAttach(pUVM, pcszDevice, uInstance, uLUN,
Note:
See TracChangeset
for help on using the changeset viewer.