VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @87164   4 years vboxsync Devices/DevLsiLogicSCSI: Stricter range check, bugref:9897
(edit) @87112   4 years vboxsync Devices/DevLsiLogicSCSI: Init some fields with default values, bugref:9877
(edit) @86483   4 years vboxsync AMD IOMMU: bugref:9654 LsiLogic: Use PCI interfaces while …
(edit) @85994   4 years vboxsync Devices/Storage/DevLsiLogicSCSI: Don't copy the sense buffer over if …
(edit) @85134   4 years vboxsync Devices/Storage/LsiLogic: Fix regression introduced in r139017, bugref:9767
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @85102   4 years vboxsync Devices/Storage/DevLsiLogicSCSI: Use the default devie critical …
(edit) @85101   4 years vboxsync Devices/Storage/DevLsiLogicSCSI: Use the default devie critical …
(edit) @84504   5 years vboxsync Devices/Storage: Convert to use new PDMDevHlp guest memory read/write …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82667   5 years vboxsync Devices/Storage/VBoxSCSI: Prevent multiple vCPUs from accessing the …
(edit) @82456   5 years vboxsync DevLsiLogicSCSI: Forgot to set PDM_DEVREG_FLAGS_NEW_STYLE in …
(edit) @81853   5 years vboxsync PDMDevHlp,DevBusLogic,DevLsiLogicSCSI: Added flags parameter to …
(edit) @81785   5 years vboxsync DevLsiLogicSCSI: Split device state structures. [doxygen fix] bugref:9218
(edit) @81783   5 years vboxsync DevLsiLogicSCSI: Split device state structures. [build fix] bugref:9218
(edit) @81781   5 years vboxsync DevLsiLogicSCSI: Split device state structures. bugref:9218
(edit) @81777   5 years vboxsync DevLsiLogicSCSI: Removed GCPhysMMIOBase (forgot earlier) amd aligned …
(edit) @81774   5 years vboxsync DevLsiLogicSCSI: Use NOP critsect in ring-0 too. bugref:9218
(edit) @81773   5 years vboxsync DevLsiLogicSCSI: Converted MMIO and I/O port handlers. bugref:9218
(edit) @81765   5 years vboxsync Devices: Use new volatile SSM getters and enum macros. bugref:9218
(edit) @81752   5 years vboxsync DevLsiLogicSCSI: Switched critsects and sup semaphores to device …
(edit) @81751   5 years vboxsync DevLsiLogicSCSI: Replaced the three dynamically allocated queues with …
(edit) @81745   5 years vboxsync DevLsiLogicSCSI: Use dev helpers for SSM and CFGM. Dropped the …
(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) @81031   5 years vboxsync PDM,Devices: Moving the PDMPCIDEV structures into the PDMDEVINS …
(edit) @80704   5 years vboxsync PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
(edit) @80702   5 years vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80701   5 years vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80589   5 years vboxsync Devices/Storage: Add two new parameters to …
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @77296   6 years vboxsync DevLsiLogicSCSI: AssertLogRelReturn -> AssertLogRelRCReturn, fixes …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @73502   6 years vboxsync IPRT: GCC 8.2.0 fixes
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @73091   6 years vboxsync lsilogicR3LoadExec: Should check SSMR3GetXxxx return values before …
(edit) @71775   7 years vboxsync Devices/Storage: Properly account for requests currently waiting for …
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @67890   7 years vboxsync LsiLogic: Fix buggy Solaris 9 guest driver
(edit) @67806   7 years vboxsync Devices: when attaching a driver, don't pass a local variable as …
(edit) @65648   8 years vboxsync gcc 7: Devices: fall thru
(edit) @65445   8 years vboxsync LsiLogic: Fix compatibility with Windows 10
(edit) @64808   8 years vboxsync LsiLogic: Protect the request queue and writes to the reply free queue …
(edit) @64766   8 years vboxsync src/VBox: Make the use of the iterator for …
(edit) @64660   8 years vboxsync pdmstorageifs.h,AHCI,NVMe,LsiLogic,BusLogic,DrvSCSI: Prepare for a new …
(edit) @64443   8 years vboxsync LsiLogic: Pass the SCSI status code instead of the VBox status code to …
(edit) @64409   8 years vboxsync BusLogic,LsiLogic: Implement medium ejected callbacks properly so Main …
(edit) @64391   8 years vboxsync PDMPCIDEV: s/devfn/uDevFn/ everywhere, removing the legacy alias.
(edit) @64387   8 years vboxsync PDM,Devices: Some PCI device type cleanup.
(edit) @64373   8 years vboxsync PDM,Devices: Support for multiple PCI devices/function in a single PDM …
(edit) @64274   8 years vboxsync Devices/Storage: Doxygen fixes
(edit) @64225   8 years vboxsync BusLogic,LsiLogic: build fix
(edit) @64224   8 years vboxsync LsiLogic,BusLogic,VBoxSCSI: Convert to PDMIMEDIAEX and friends
(edit) @63690   8 years vboxsync PCI,Devices: Changed range size in FNPCIIOREGIONMAP from uint32_t to …
(edit) @63562   8 years vboxsync scm: cleaning up todos
(edit) @63480   8 years vboxsync Devices: warnings (clang)
(edit) @63218   8 years vboxsync Devices: warnings (gcc)
(edit) @62964   8 years vboxsync Devices: warnings
(edit) @62632   8 years vboxsync Devices: unused parameter warnings.
(edit) @62618   8 years vboxsync Devices: unused parameter warnings.
(edit) @62506   8 years vboxsync (C) 2016
(edit) @62437   8 years vboxsync Devices: MSC level 4 warnings (release build)
(edit) @60565   9 years vboxsync Storage/LsiLogic: Fix regression causing writes to the disk to fail
(edit) @60057   9 years vboxsync Storage/LsiLogic: Missing case
(edit) @60015   9 years vboxsync LsiLogic: Process requests from the BIOS on the worker thread and not …
(edit) @59252   9 years vboxsync pdmifs.h: Move the storage related interfaces (PDMIMEDIA, PDMIMOUNT, …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56992   9 years vboxsync Devices: Log & Assertion formatting fixes.
(edit) @56426   9 years vboxsync Storage/VBoxSCSI: Fix write support regression and cleanup saved state …
(edit) @56413   9 years vboxsync IOM,DevATA,Dev*SCSI: Redid the string I/O callbacks so the devices …
(edit) @56292   9 years vboxsync Devices: Updated (C) year.
(edit) @56284   9 years vboxsync s/VMMGC.gc/VMMRC.rc/g s/VBoxDDGC.gc/VBoxDDRC.rc/g …
(edit) @53343   10 years vboxsync Devices/DevLsiLogic: fixed race
(edit) @53341   10 years vboxsync Devices/DevLsiLogic: Fixed a Guru meditation under certain conditions …
(edit) @51516   11 years vboxsync Removed scary-looking messages about unimplemented MSI support.
(edit) @46265   12 years vboxsync Devices/LsiLogic: Move most of the work from EMT to a dedicated worker …
(edit) @46253   12 years vboxsync Devices/LsiLogic: Limit the amount of memory the guest can allocate …
(edit) @45970   12 years vboxsync Storage/LsiLogic: Fix Solaris 9 guests, it insists on downloading the …
(edit) @45959   12 years vboxsync Storage/LsiLogic: Start cleaning up the implementation, rework I/O …
(edit) @45899   12 years vboxsync LsiLogic: Fix crash under certain circumstances
(edit) @45796   12 years vboxsync More adj.
(edit) @45795   12 years vboxsync 32-bit burn fixes.
(edit) @45790   12 years vboxsync Alignment fix
(edit) @45789   12 years vboxsync Storage/LsiLogic: Make NetWare work with the emulation
(edit) @45025   12 years vboxsync Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
(edit) @44961   12 years vboxsync Devices/Storage/LsiLogic: Fix assertion
(edit) @44902   12 years vboxsync Relevant PDMDevHlpPhysWrite changed to PDMDevHlpPCIPhysWrite. If this …
(edit) @44779   12 years vboxsync Devices/DevLsiLogicSCSI: fixed range
(edit) @44697   12 years vboxsync DevLsiLogicSCSI.cpp: No default critical section needed according to …
(edit) @44696   12 years vboxsync DevLsiLogicSCSI.cpp: Couldn't find anything in the spec wrt to …
(edit) @44695   12 years vboxsync DevLsiLogicSCSI.cpp: Tell IOM that we only want to get DWORD aligned …
(edit) @44694   12 years vboxsync DevLsiLogicSCSI.cpp: Fixed a number of missing DECLCALLBACKS. Marked …
(edit) @44571   12 years vboxsync Fixed hungarian typos in MSI registration code. Some E1000 prefix …
(edit) @44533   12 years vboxsync VBoxSVSI.cpp: doxygen and hungarian adjustments.
(edit) @43665   12 years vboxsync DevLsiLogicSCSI: also register 4 ports for the …
(edit) @43659   12 years vboxsync VBoxSCSI: Slightly extended interface to allow error reporting.
(edit) @43472   12 years vboxsync Add new flag to notify devices during a reset first to make sure there …
Note: See TracRevisionLog for help on using the revision log.

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