VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @101016   15 months vboxsync BusLogic: Avoid needlessly looping over an invalid mailbox (see …
(edit) @100986   15 months vboxsync BusLogic: More accurately emulate the geometry register; return …
(edit) @99739   19 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @91920   3 years vboxsync VMM,Devices: Eliminate direct calls to VMMR3 and VMR3 APIs and …
(edit) @90791   3 years vboxsync Devices: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90445   3 years vboxsync Dev*: Check PDMDevHlpCritSectEnter return status better. bugref:6695
(edit) @89266   4 years vboxsync Devices/DevBusLogic: Implement support for the EXECUTE SCSI command …
(edit) @89197   4 years vboxsync Devices/Storage/DevBusLogic,Devices/testcase: Get rid of the VBoxSCSI …
(edit) @88727   4 years vboxsync Typo.
(edit) @88037   4 years vboxsync DevBusLogic: Track last completed command, properly clear mailbox …
(edit) @87166   4 years vboxsync Devices/DevBusLogic: Stricter check, bugref:9897
(edit) @87162   4 years vboxsync Devices/DevBusLogic: Don't accept more command parameters when there …
(edit) @86482   4 years vboxsync AMD IOMMU: bugref:9654 BusLogic: Use PCI interfaces while …
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @85103   4 years vboxsync Devices/Storage/DevBusLogic: Improve emulation to match real hardware, …
(edit) @84504   5 years vboxsync Devices/Storage: Convert to use new PDMDevHlp guest memory read/write …
(edit) @83141   5 years vboxsync DevBusLogic: Improved interrupt reporting logic to match real …
(edit) @83132   5 years vboxsync DevBusLogic: Corrected R0 port handler registration.
(edit) @83127   5 years vboxsync DevBusLogic: Generalized commands that do not set CMDC.
(edit) @83126   5 years vboxsync DevBusLogic: Improved accuracy of adapter information to better match …
(edit) @83117   5 years vboxsync DevBusLogic: Reset mailbox positions when INITIALIZE (EXTENDED) …
(edit) @83116   5 years vboxsync Typo.
(edit) @83115   5 years vboxsync Typo.
(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) @82179   5 years vboxsync buslogic*Construct: NIL handles and assert NIL values in ring-0. …
(edit) @82153   5 years vboxsync DevBusLogic: Fixed R0 setup in ISA-only mode.
(edit) @81853   5 years vboxsync PDMDevHlp,DevBusLogic,DevLsiLogicSCSI: Added flags parameter to …
(edit) @81835   5 years vboxsync DevBusLogic.cpp: Use pThis like everyone else. bugref:9218
(edit) @81833   5 years vboxsync DevBusLogic.cpp: Docs build fix.
(edit) @81828   5 years vboxsync DevBusLogic.cpp: Converting it to the new PDM device style - Splitting …
(edit) @81812   5 years vboxsync DevBusLogic.cpp: Converting it to the new PDM device style - BIOS I/O …
(edit) @81810   5 years vboxsync DevBusLogic.cpp: Converting it to the new PDM device style - MMIO …
(edit) @81809   5 years vboxsync DevBusLogic.cpp: Converting it to the new PDM device style - I/O …
(edit) @81808   5 years vboxsync DevBusLogic.cpp: Converting it to the new PDM device style - crit …
(edit) @81807   5 years vboxsync DevBusLogic.cpp: Converting it to the new PDM device style - SSM …
(edit) @81805   5 years vboxsync DevBusLogic.cpp: Converting it to the new PDM device style - …
(edit) @81804   5 years vboxsync DevBusLogic.cpp: Converting it to the new PDM device style - …
(edit) @81803   5 years vboxsync DevBusLogic.cpp: Converting it to the new PDM device style... bugref:9218
(edit) @81800   5 years vboxsync DevBusLogic.cpp: Converting it to the new PDM device style... bugref:9218
(edit) @81765   5 years vboxsync Devices: Use new volatile SSM getters and enum macros. bugref:9218
(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) @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) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76128   6 years vboxsync Buslogic: add an RT_FALL_THRU() needed by the last non-trivial change.
(edit) @76077   6 years vboxsync Try again.
(edit) @76076   6 years vboxsync Alignment.
(edit) @76075   6 years vboxsync Alignment.
(edit) @76074   6 years vboxsync BusLogic: Added a semi-credible AHA-1540B emulation.
(edit) @75111   6 years vboxsync Synced code and comment again.
(edit) @75101   6 years vboxsync Build fix.
(edit) @75100   6 years vboxsync BusLogic: Added option to emulate an ISA device without any PCI bits.
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(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) @69304   7 years vboxsync Devices/Storage: scm updates
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @67919   7 years vboxsync BusLogic: Cleaned up command handling, implemented a few todos.
(edit) @67917   7 years vboxsync BusLogic: Fetch local RAM command does not trigger completion interrupts.
(edit) @67887   7 years vboxsync BusLogic: Clear CMDINV bit when dismissing interrupts. Matches docs …
(edit) @67886   7 years vboxsync BusLogic: Implemented mostly dummy Enable OMBR Interrupt command.
(edit) @67806   7 years vboxsync Devices: when attaching a driver, don't pass a local variable as …
(edit) @67682   7 years vboxsync DevPCI/DevACPI/DevBusLogic: no code change, just use symbolic …
(edit) @65919   8 years vboxsync gcc 7: fall thru
(edit) @64806   8 years vboxsync BusLogic: Pretend to not have a guest buffer when the SCSI command is …
(edit) @64660   8 years vboxsync pdmstorageifs.h,AHCI,NVMe,LsiLogic,BusLogic,DrvSCSI: Prepare for a new …
(edit) @64537   8 years vboxsync BusLogic: Query the residual data length from the driver below when a …
(edit) @64445   8 years vboxsync Devices/Storage/BusLogic: build fix
(edit) @64444   8 years vboxsync Devices/Storage/BusLogic: Free completed requests
(edit) @64409   8 years vboxsync BusLogic,LsiLogic: Implement medium ejected callbacks properly so Main …
(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) @63478   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) @60890   9 years vboxsync Comment.
(edit) @60555   9 years vboxsync BusLogic: Adjusted model number to match a real 958D.
(edit) @60553   9 years vboxsync BusLogic: Emulation improvements, thanks to Tomas Hurka.
(edit) @60026   9 years vboxsync Storage/BusLogic: Process mailboxes on a dedicated worker thread to …
(edit) @59252   9 years vboxsync pdmifs.h: Move the storage related interfaces (PDMIMEDIA, PDMIMOUNT, …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(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 …
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