summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-22/+1
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* DevLsiLogic: Only handle MPT extended config pages when emulating SAS control...vboxsync2022-10-061-3/+8
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* VMM,Devices: Eliminate direct calls to VMMR3 and VMR3 APIs and introduce call...vboxsync2021-10-211-3/+3
* Devices: More VALID_PTR -> RT_VALID_PTR/AssertPtr.vboxsync2021-08-231-4/+4
* Dev*: Check PDMDevHlpCritSectEnter return status better. bugref:6695vboxsync2021-07-301-8/+5
* Devices/Storage/DevLsiLogicSCSI,Devices/testcase: Get rid of the VBoxSCSI int...vboxsync2021-05-201-1/+0
* Devices/Storage/DevLsiLogicSCSI,Devices/testcase: Get rid of the VBoxSCSI int...vboxsync2021-05-201-318/+62
* Devices/Storage/DevLsiLogicSCSI: Fix crashing on NULL pointer dereference dur...vboxsync2021-04-221-2/+0
* Devices/DevLsiLogicSCSI: Allocate configuration pages once during device cons...vboxsync2021-04-151-33/+109
* Devices/DevLsiLogicSCSI: Stricter range check, bugref:9897vboxsync2021-01-041-21/+21
* Devices/DevLsiLogicSCSI: Init some fields with default values, bugref:9877vboxsync2020-12-211-0/+2
* AMD IOMMU: bugref:9654 LsiLogic: Use PCI interfaces while reading/writing gue...vboxsync2020-10-081-7/+6
* Devices/Storage/DevLsiLogicSCSI: Don't copy the sense buffer over if the gues...vboxsync2020-09-021-5/+6
* Devices/Storage/LsiLogic: Fix regression introduced in r139017, bugref:9767vboxsync2020-07-091-4/+5
* iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as DECLCALLB...vboxsync2020-07-081-6/+6
* Devices/Storage/DevLsiLogicSCSI: Use the default devie critical section to im...vboxsync2020-07-081-1/+1
* Devices/Storage/DevLsiLogicSCSI: Use the default devie critical section to im...vboxsync2020-07-081-12/+10
* Devices/Storage: Convert to use new PDMDevHlp guest memory read/write helpers...vboxsync2020-05-251-15/+15
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* Devices/Storage/VBoxSCSI: Prevent multiple vCPUs from accessing the VBoxSCSI ...vboxsync2020-01-081-2/+4
* DevLsiLogicSCSI: Forgot to set PDM_DEVREG_FLAGS_NEW_STYLE in g_DeviceLsiLogic...vboxsync2019-12-061-3/+3
* PDMDevHlp,DevBusLogic,DevLsiLogicSCSI: Added flags parameter to PDMDevHlpIoPo...vboxsync2019-11-141-2/+2
* DevLsiLogicSCSI: Split device state structures. [doxygen fix] bugref:9218vboxsync2019-11-121-0/+1
* DevLsiLogicSCSI: Split device state structures. [build fix] bugref:9218vboxsync2019-11-111-1/+1
* DevLsiLogicSCSI: Split device state structures. bugref:9218vboxsync2019-11-111-468/+492
* DevLsiLogicSCSI: Removed GCPhysMMIOBase (forgot earlier) amd aligned the memb...vboxsync2019-11-111-110/+109
* DevLsiLogicSCSI: Use NOP critsect in ring-0 too. bugref:9218vboxsync2019-11-111-1/+6
* DevLsiLogicSCSI: Converted MMIO and I/O port handlers. bugref:9218vboxsync2019-11-111-250/+176
* Devices: Use new volatile SSM getters and enum macros. bugref:9218vboxsync2019-11-111-22/+22
* DevLsiLogicSCSI: Switched critsects and sup semaphores to device helper. Use...vboxsync2019-11-091-42/+36
* DevLsiLogicSCSI: Replaced the three dynamically allocated queues with static ...vboxsync2019-11-081-122/+55
* DevLsiLogicSCSI: Use dev helpers for SSM and CFGM. Dropped the wakeup-up-wor...vboxsync2019-11-071-292/+237
* Devices: Use PDMDEVINS_2_DATA and PDMDEVINS_2_DATA. bugref:9218vboxsync2019-10-301-30/+30
* Devices,ExtPacks: Use PDM_DEVREG_FLAGS_RZ and PDM_DEVREG_FLAGS_DEFAULT_BITS. ...vboxsync2019-10-241-2/+2
* PDM,Devices: Moving the PDMPCIDEV structures into the PDMDEVINS allocation. ...vboxsync2019-09-261-26/+27
* PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field giving ...vboxsync2019-09-101-0/+3
* PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG structur...vboxsync2019-09-101-1/+1
* PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG structur...vboxsync2019-09-101-1/+1
* Devices/Storage: Add two new parameters to PDMIMEDIAEX::pfnIoReqSendScsiCmd t...vboxsync2019-09-041-5/+5
* VMM,Devices: Some PDM device model refactoring. bugref:9218vboxsync2019-09-011-100/+135
* DevLsiLogicSCSI: AssertLogRelReturn -> AssertLogRelRCReturn, fixes saved stat...vboxsync2019-02-131-2/+2
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* IPRT: GCC 8.2.0 fixesvboxsync2018-08-051-1/+1
* *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and RT_OFFSETOF_ADD work ...vboxsync2018-07-121-3/+3
* lsilogicR3LoadExec: Should check SSMR3GetXxxx return values before using the ...vboxsync2018-07-121-10/+9
* Devices/Storage: Properly account for requests currently waiting for I/O memo...vboxsync2018-04-091-0/+7
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1