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) @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 …
(edit) @40642   13 years vboxsync Forgot to commit.
(edit) @40282   13 years vboxsync *: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
(edit) @40280   13 years vboxsync Corrected a bunch of HC and GC uses in status codes.
(edit) @39136   13 years vboxsync More MMIO refactoring and some other cleanups.
(edit) @39135   13 years vboxsync Changed PDMDevHlpMMIORegister to take flags and drop pfnFill. Added …
(edit) @37636   13 years vboxsync Changed FNIOMMMIOWRITE to take a const buffer pointer.
(edit) @37466   13 years vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(edit) @35353   14 years vboxsync Move the misc files the in src/VBox/Devices/ directory into a build/ …
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @34433   14 years vboxsync Storage: Introduce interface to query the location of a medium (device …
(edit) @34014   14 years vboxsync scm whitespace cleanup
(edit) @34009   14 years vboxsync Devices/Storage: Introduce Bootable CFGM key to enable BIOS access
(edit) @33919   14 years vboxsync LSILogic: allow multiple SCSI controllers
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33419   14 years vboxsync PDM, PCI: save MSI-X page in saved state, multiple vectors in MSI, tweaks
(edit) @33236   14 years vboxsync PCI: MSI-X work
(edit) @33115   14 years vboxsync LsiLogic: Implement enough of the FW Upload/Download requests to make …
(edit) @33031   14 years vboxsync Devices: global define for using MSI support in devices
(edit) @32983   14 years vboxsync LsiLogic: Suspend the VM on a recoverable error without changing the …
(edit) @32938   14 years vboxsync LSI logic: continue, even if no MSI on chipset
(edit) @32935   14 years vboxsync PDM, VMM, PCI: reworked MSI API: now MSIs delivered via IOAPIC API, …
(edit) @31382   14 years vboxsync warning
(edit) @30975   14 years vboxsync LsiLogic: Fix very rare race with SMP guests resulting in an endless …
(edit) @30947   14 years vboxsync LsiLogic: Plug memory leak if a target doesn't exist, log CDBs to non …
(edit) @30128   14 years vboxsync LsiLogic: Don't reset the interrupt mask during a unit reset. Fixes …
(edit) @29913   15 years vboxsync DevLsiLogicSCSI.cpp: not about why 2 items are used (insert while …
(edit) @29827   15 years vboxsync LsiLogic: Fix a possible race condition in the interrupt handling code …
(edit) @29744   15 years vboxsync LsiLogic: Print state of every device
(edit) @29706   15 years vboxsync LsiLogic: Debugger callback to dump the controller state
(edit) @29610   15 years vboxsync LsiLogic: Alignment
(edit) @29609   15 years vboxsync LsiLogic: Make sure we have no request pending on suspend
(edit) @29588   15 years vboxsync LsiLogic: The request queue should have the same size as the reply …
(edit) @29326   15 years vboxsync LsiLogic: Make the SAS controller a separate device to make it …
(edit) @29242   15 years vboxsync LsiLogic: Style
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28570   15 years vboxsync LsiLogic: Remove interrupt coalescing again because it has a negative …
(edit) @28413   15 years vboxsync LsiLogic: Remove wrong memset
(edit) @28412   15 years vboxsync LsiLogic: Fix memory leak
(edit) @28381   15 years vboxsync LsiLogic: Don't use RTMemFree on memory allocated with RTMemPageAlloc
(edit) @28250   15 years vboxsync LsiLogic: Zero task state after it was allocated
(edit) @28065   15 years vboxsync Storage: Convert from PDMDATASEG to RTSGSEG to avoid casting between …
(edit) @27699   15 years vboxsync LsiLogic: Don't send an interrupt for every completed request but wait …
(edit) @27672   15 years vboxsync LsiLogic: Small optimization. Data buffers are allocated page aligned …
(edit) @27302   15 years vboxsync IPRT: RIP RTCache*, RTMemCache* is way better…
(edit) @26173   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 2.
(edit) @26165   15 years vboxsync PDM: s/szDeviceName/szName/g - PDMDEVREG & PDMUSBREG.
(edit) @26157   15 years vboxsync PDMDEVHLPR3 cleanup; reduced the number of strict functions.
(edit) @26001   15 years vboxsync PDM,*: Redid the PDM structure versions. Check the instance and helper …
(edit) @25985   15 years vboxsync pdmifs.h: the final batch of refactored interface ID code.
(edit) @25984   15 years vboxsync pdmifs.h: the penultimate batch of refactored interface ID code.
(edit) @25966   15 years vboxsync PDMIBASE refactoring; use UUID as interface IDs.
(edit) @25732   15 years vboxsync PDMCritSect: Deployed lock ordering. (ring-3 only, only DEBUG_bird atm)
(edit) @25697   15 years vboxsync LsiLogic: Fix gcc warning
(edit) @25677   15 years vboxsync Build fix
(edit) @25675   15 years vboxsync LsiLogic: Introduce NumPorts configuration parameter to configure the …
(edit) @25588   15 years vboxsync LsiLogic: Plug a memory leak during resets
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