VirtualBox

source: vbox/trunk/src/VBox/Devices/Storage/DevVirtioSCSI.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @81935   5 years vboxsync DevVirtioSCSI: Only 7-bit ASCII if possible.
(edit) @81838   5 years vboxsync Storage/DevVirtioSCSI.cpp: Fixed Last minute change to invert …
(edit) @81816   5 years vboxsync Storage/DevVirtioSCSI.cpp: More fixing burns on build box for stuff …
(edit) @81815   5 years vboxsync Storage/DevVirtioSCSI.cpp: Fix burn caused by casting error that …
(edit) @81814   5 years vboxsync Storage/DevVirtioSCSI.cpp: Worked on bird's todo items, most notably …
(edit) @81765   5 years vboxsync Devices: Use new volatile SSM getters and enum macros. bugref:9218
(edit) @81689   5 years vboxsync Virtio_1_0: Missing return VINF_SUCCESS in virtioMmioWrite. Reduced …
(edit) @81680   5 years vboxsync Virtio_1_0,DevVirtioScsi: Doxygen fixes. bugref:9218 bugref:9440
(edit) @81679   5 years vboxsync Virtio_1_0,DevVirtioScsi: Doxygen fixes. bugref:9218 bugref:9440
(edit) @81678   5 years vboxsync Virtio_1_0,DevVirtioScsi: s/virtio/virtioCore/ + …
(edit) @81677   5 years vboxsync Virtio_1_0,DevVirtioScsi: Converting to new PDM model - mostly done, I …
(edit) @81675   5 years vboxsync Virtio_1_0,DevVirtioScsi: Converting to new PDM model - split up …
(edit) @81663   5 years vboxsync Virtio_1_0,DevVirtioScsi: Started converting to new PDM model. …
(edit) @81662   5 years vboxsync Virtio_1_0,DevVirtioScsi: Started converting to new PDM model. …
(edit) @81660   5 years vboxsync Virtio_1_0,DevVirtioScsi: More common virtio code cleanups. …
(edit) @81658   5 years vboxsync Virtio_1_0,DevVirtioScsi: Refactored code to not use the heap for the …
(edit) @81645   5 years vboxsync DevVirtioScsi: More standard function ordering & placement. …
(edit) @81642   5 years vboxsync DevVirtioScsi: Found one more place that RTMemAllocZ should be used …
(edit) @81636   5 years vboxsync DevVirtioScsi: Put unused stringifiers in LOG_ENABLED ifdefs to make …
(edit) @81635   5 years vboxsync scm fix
(edit) @81634   5 years vboxsync DevVirtioScsi,Virtio_1_0: A quick and superficial review of …
(edit) @81628   5 years vboxsync Storage/DevVirtioSCSI.cpp Fixed leaks found with Sanitizer. Worked on …
(edit) @81591   5 years vboxsync Devices: Use PDMDEVINS_2_DATA and PDMDEVINS_2_DATA. bugref:9218
(edit) @81514   5 years vboxsync Devices,ExtPacks: Use PDM_DEVREG_FLAGS_RZ and …
(edit) @81369   5 years vboxsync *: doxygen fixes
(edit) @81368   5 years vboxsync Storage/DevVirtioSCSI.cpp: While trying to diagnose issue seen with …
(edit) @81367   5 years vboxsync Storage/DevVirtioSCSI.cpp: While trying to diagnose issue seen with …
(edit) @81349   5 years vboxsync Storage/DevVirtioSCSI.cpp: Fix burn due to unintialized vars
(edit) @81348   5 years vboxsync Storage/DevVirtioSCSI.cpp: Some improvements to failures related to …
(edit) @81316   5 years vboxsync Storage/DevVirtioSCSI.cpp: Correct missing queue name parameter
(edit) @81314   5 years vboxsync Storage/DevVirtioSCSI.cpp: Fix burns for unused variables
(edit) @81313   5 years vboxsync Storage/DevVirtioSCSI.cpp: Fix burns for unused variables
(edit) @81312   5 years vboxsync Storage/DevVirtioSCSI.cpp: Fix sanitizer errors found in virtioScsiCtrl()
(edit) @81308   5 years vboxsync Storage/DevVirtioSCSI.cpp: fix assert (third times the charm)
(edit) @81307   5 years vboxsync Storage/DevVirtioSCSI.cpp: fix assert
(edit) @81306   5 years vboxsync Storage/DevVirtioSCSI.cpp: fix assert
(edit) @81302   5 years vboxsync Storage/DevVirtioSCSI.cpp: Try to fix burn on Windows build machines
(edit) @81301   5 years vboxsync Storage/DevVirtioSCSI.cpp: Fix burn caused by unused function.
(edit) @81300   5 years vboxsync Storage/DevVirtioSCSI.cpp: Improved bounds checking for MMIO …
(edit) @81231   5 years vboxsync Storage/DevVirtioScsi.cpp: Disabled MSI-X and added guards to …
(edit) @81122   5 years vboxsync Storage/DevVirtioSCSI.cpp: Got MSI-X support implemented and a few …
(edit) @81021   5 years vboxsync Storage/DevVirtioSCSI.cpp: Attempt #6 to resolve burns
(edit) @81020   5 years vboxsync Storage/DevVirtioSCSI.cpp: Attempt #5 to resolve burns (by figuring …
(edit) @81019   5 years vboxsync Storage/DevVirtioSCSI.cpp: Attempt #4 to resolve burns
(edit) @81018   5 years vboxsync Storage/DevVirtioSCSI.cpp: Attempt #3 to resolve burns
(edit) @81017   5 years vboxsync Storage/DevVirtioSCSI.cpp: Attempt #2 to resolve burns
(edit) @81016   5 years vboxsync Storage/DevVirtioSCSI.cpp: Attempt 1 to fix some burns, hopefully on …
(edit) @81015   5 years vboxsync Storage/DevVirtioSCSI.cpp: Added corner case handling for PCI CFG / …
(edit) @80937   5 years vboxsync Storage/DevVirtioSCSI.cpp: minor cleanup from last integration
(edit) @80931   5 years vboxsync Storage/DevVirtioSCSI.cpp: Fixed errors that prevented it from …
(edit) @80928   5 years vboxsync Storage/DevVirtioSCSI.cpp: Fixed/improved attach target …
(edit) @80762   6 years vboxsync Storage/DevVirtioSCSI.cpp: Added multi-target support. See …
(edit) @80718   6 years vboxsync Storage/VirtioDevSCSI.cpp: Fixed reset behavior, tested/debugged …
(edit) @80704   6 years vboxsync PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
(edit) @80701   6 years vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80683   6 years vboxsync Storage:DevVirtioSCSI.cpp: suspend/resume/reset implemented and seems …
(edit) @80658   6 years vboxsync Storage/DevVirtioSCSI.cpp: Fixed some unintended consequences of …
(edit) @80657   6 years vboxsync Storage/DevVirtioScsi.cpp: Start to implement …
(edit) @80647   6 years vboxsync Storage/DevVirtioSCSI.cpp: Fixed problem with Assert closing VM in …
(edit) @80639   6 years vboxsync Storage/DevVirtioSCSI.cpp: Start to fix/implement ejection …
(edit) @80616   6 years vboxsync Storage/DevVirtioSCSI.cpp: Fix typoed function name
(edit) @80615   6 years vboxsync Storage/DevVirtioSCSI.cpp: Now disk operations are working on Linux …
(edit) @80596   6 years vboxsync Storage/DevVirtioSCSI.cpp: Added code to incorporate aeichner's …
(edit) @80589   6 years vboxsync Devices/Storage: Add two new parameters to …
(edit) @80577   6 years vboxsync fix doc burn after param rename
(edit) @80575   6 years vboxsync Storage/DevVirtioSCSI.cpp: Resolved issue of mem corruption hn when …
(edit) @80571   6 years vboxsync Storage/DevVirtioSCSI.cpp: Cleaned up the req submit code. Trying to …
(edit) @80539   6 years vboxsync Storage/DevVirtioSCSI.cpp: Added code to properly free some allocated …
(edit) @80538   6 years vboxsync Storage/DevVirtioSCSI.cpp: Simplified hexdump code (ported from a long …
(edit) @80531   6 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @80528   6 years vboxsync Storage/DevVirtioSCSI.cpp: This is being integrated to stop burns. I …
(edit) @80527   6 years vboxsync Storage/DevVirtioSCSI.cpp: Added code to intercept requests to …
(edit) @80522   6 years vboxsync Storage/DevVirtioSCSI.cpp: Changes to logging to by default just log …
(edit) @80521   6 years vboxsync Storage/DevVirtioSCSI.cpp: DrvSCSI (VSCSI) seems to return status …
(edit) @80501   6 years vboxsync Storage/DevVirtioSCSI.cpp: (display text of SCSI status code in log, …
(edit) @80499   6 years vboxsync Storage/DrvVirtioSCSI.cpp: Added code to handle event subscriptions …
(edit) @80437   6 years vboxsync Storage/DevVirtioSCSI.cpp: Basic round-trip I/O implemented for …
(edit) @80383   6 years vboxsync Storage/DevVirtioSCSI.cpp: Got notification and initial worker thread …
(edit) @80340   6 years vboxsync Fixed error in MMIO handling of cfg gen check/increment. Seem to have …
(edit) @80308   6 years vboxsync Storage/DevVirtioSCSI.cpp: Some cleanup of r132764
(edit) @80306   6 years vboxsync Storage/DevVirtioSCSI.cpp: Implemented interrupt handling and …
(edit) @80240   6 years vboxsync Adjust some parameters and interface
(edit) @80219   6 years vboxsync storage/DevVirtioSCSI.cpp, major changes that flesh out most of the …
(edit) @80201   6 years vboxsync Fix doxygen burn and fixed MMIO related macros, and notification area …
(edit) @80194   6 years vboxsync Some more re-structuring and encapsulation of library implementation. …
(edit) @80169   6 years vboxsync Changes to enforce VirtIO 1.0 section 4.1.3.1 compliant device …
(edit) @80168   6 years vboxsync Fixed offset usage that caused reaching into wrong values of newest …
(edit) @80149   6 years vboxsync Fix DOxygen errs
(edit) @80148   6 years vboxsync Changed how MMIO items are accessed, simplified and fixed PCI CFG …
(edit) @80108   6 years vboxsync Implemented virtio_pci_cfg_cap interface of VirtIO 1.0 spec, section …
(edit) @80059   6 years vboxsync First run at fixing doxygen burn
(edit) @80058   6 years vboxsync Virtio 1.0 capabilities are now showing up and some negotiation …
(edit) @79973   6 years vboxsync Just checking in changes. Working out new interface between …
(edit) @79929   6 years vboxsync Attempt to fix burn related to bad doxygen doc field
(edit) @79928   6 years vboxsync See #9440 Comment #36
(edit) @79535   6 years vboxsync Added some code to support status driver attach. That call still …
(edit) @79494   6 years vboxsync Fix typoed name in doc ref
(edit) @79493   6 years vboxsync Attempt to fix linux burns for (missing?) LF's as reported by scm on Linux
(edit) @79492   6 years vboxsync Code runs, shows up as PCI controller
(edit) @79375   6 years vboxsync Fixed crash, still not seeing on pci bus with lspci, will check with …
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette