VirtualBox

source: vbox/trunk/src/VBox/Devices/Storage

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @107970   3 months vboxsync DevVirtioSCSI: Load pending requests only for targets with an attached …
(edit) @107969   3 months vboxsync DevVirtioSCSI: comment and indentation fixing
(edit) @107878   3 months vboxsync DevATA: iCurLBA must be 64-bit; matching saved state adjustment (see …
(edit) @107858   3 months vboxsync Warning fix.
(edit) @107856   3 months vboxsync DevATA: Fixed more Parfait warnings.
(edit) @107851   4 months vboxsync DevVirtioSCSI: Improve debug info.
(edit) @107850   4 months vboxsync DevATA: Avoid several Parfait pedantic complaints.
(edit) @107595   4 months vboxsync Devices/Storage/ATAPIPassthrough.cpp: Some parfait warning fixes, …
(edit) @107487   4 months vboxsync Devices/Storage/DevATA.cpp: Enclose logging only code with …
(edit) @107486   4 months vboxsync Devices/Storage/DevBusLogic.cpp: Put logging only code between #ifdef …
(edit) @107445   4 months vboxsync Devices/Storage/DrvRamDisk.cpp: Remove unused variable, remove unused …
(edit) @107443   4 months vboxsync Devices/Storage/DrvHostDVD.cpp: Propagate status code (should be …
(edit) @107442   4 months vboxsync Devices/Storage/DrvHostBase.cpp: Add missing harmless error check in …
(edit) @107441   4 months vboxsync Devices/Storage/DevLsiLogicSCSI.cpp: Disable unused code, bugref:3409
(edit) @107439   4 months vboxsync Devices/Storage/DevAHCI.cpp: Fix redundant if condition, bugref:3409
(edit) @106523   6 months vboxsync Devices/DrvHostBase-win.cpp: Some initializers requiring more {} …
(edit) @106422   7 months vboxsync DevAHCI: Explicitly set SCSI transfer direcction for AHCI ATAPI transfers.
(edit) @106274   7 months vboxsync DevBusLogic: CritSectIntr also needs to protect …
(edit) @106241   7 months vboxsync DrvSCSI: When completing SCSI commands, copy only the amount of data …
(edit) @106061   8 months vboxsync Copyright year updates by scm.
(edit) @105710   9 months vboxsync DevBusLogic: Avoid a deadlock that can happen with broken guests that …
(edit) @105696   9 months vboxsync Devices/Storage/DevLsiLogicSCSI: Build fix for when LOG_ENABLED is set …
(edit) @105452   9 months vboxsync DevATA: Do not force bits 7 and 5 in the drive/head register (0x1F6) …
(edit) @105353   10 months vboxsync iprt/req.h,*: Adjustments of the RTReqQueue API to fit darwin/arm64 …
(edit) @105074   10 months vboxsync DevFDC: In a 3.5 drive, floppies only use 250 or 500 kbps data rate; …
(edit) @104580   12 months vboxsync Devies/Storage/VSCSI: Call scsiBE2H_U16() jsut once outside of …
(edit) @104254   13 months vboxsync Devices/Storage/DevAHCI: Fix return code for the fake I/O port read …
(edit) @104253   13 months vboxsync Devices/Storage/DevAHCI: Fix return code when reading non existant …
(edit) @104233   13 months vboxsync Devices/DevBusLogic.cpp: Increase the maxmium size of the CDB which …
(edit) @104222   13 months vboxsync Devices/Storage/VSCSI: Be more strict when it comes to CDB lengths for …
(edit) @104221   13 months vboxsync Devices/Storage/VSCSI: Be more strict when it comes to CDB lengths for …
(edit) @104193   13 months vboxsync DevLsiLogic: Converted diagnostic MMIO range to DWORD access, …
(edit) @104191   13 months vboxsync DevBusLogic: Enforce DWORD aligned MMIO, return 'unused' for …
(edit) @104189   13 months vboxsync DevFdc: If EOT is below starting sector, make it more explicit what's …
(edit) @104171   13 months vboxsync Devices/BusLogic: Respond with a invalid command parameter error if …
(edit) @104170   13 months vboxsync Devices/LsiLogicSCSI: Respond with a device not there error if the CDB …
(edit) @103902   14 months vboxsync VSCSI: Fixed a problem with potentially unset cbSector in READ CD …
(edit) @103883   14 months vboxsync Undid accidental commit.
(edit) @103882   14 months vboxsync VSCSI: For READ(6) and WRITE(6), a request to transfer zero blocks …
(edit) @103291   15 months vboxsync Devices/Storage/DevFdc.cpp: Simplify the logic in get_cur_drv() a bit, …
(edit) @102258   18 months vboxsync DevFdc.cpp: Comment update.
(edit) @102185   18 months vboxsync Storage/DrvVD: Floppy type upgrade fixes. bugref:10371
(edit) @101016   20 months vboxsync BusLogic: Avoid needlessly looping over an invalid mailbox (see …
(edit) @100986   20 months vboxsync BusLogic: More accurately emulate the geometry register; return …
(edit) @100415   22 months vboxsync DevFdc: Typos in log statements.
(edit) @100400   22 months vboxsync Devices/VirtIO: Add support for the VirtIO over MMIO transport mode …
(edit) @100371   22 months vboxsync Devices/VirtIO,DevVirtioNet,DevVirtioSCSI: Get rid of …
(edit) @100108   2 years vboxsync *: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
(edit) @99887   2 years vboxsync Devices/DrvRamDisk: Return VERR_PDM_GEOMETRY_NOT_SET to indicate that …
(edit) @99775   2 years vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @99739   2 years vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @98661   2 years vboxsync Devices/DevVirtioSCSI: Possible fix for bugref:9440#c164, the queue …
(edit) @98562   2 years vboxsync Devices/Storage/DevVirtioSCSI: Fix memory leak when there is nothing …
(edit) @98561   2 years vboxsync Devices/Storage/DrvRamDisk: Fixes
(edit) @98271   2 years vboxsync Devices/Storage: Suspend the VM when the file handle became stale …
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @97403   2 years vboxsync DevATA: Fix a mixed up logical operator ('&&' accidentally used …
(edit) @97402   2 years vboxsync Devices/DevVirtioSCSI: Fix reference counting issue where a reference …
(edit) @97400   2 years vboxsync Devices/DevVirtioSCSI: Fix reference counting issue where a reference …
(edit) @97029   3 years vboxsync DevLsiLogic: Only handle MPT extended config pages when emulating SAS …
(edit) @96645   3 years vboxsync DevATA: Always check that pDevR3->pDrvMount isn't NULL before use.
(edit) @96407   3 years vboxsync scm copyright and license note update
(edit) @95389   3 years vboxsync DevFDC: Logging (make more readable) and made fd_formats const.
(edit) @95070   3 years vboxsync DevATA: Set DSC when completing START/STOP UNIT. Needed to make NT 4.0 …
(edit) @95059   3 years vboxsync DevATA: Fixed/improved logging.
(edit) @95058   3 years vboxsync Reverted accidental commit.
(edit) @95057   3 years vboxsync DevATA: More consistently set ATA_STAT_SEEK on command completion so …
(edit) @94969   3 years vboxsync Devices/Virtio|ai: Fixes and performance improvements for the 1.0 …
(edit) @94649   3 years vboxsync DevFdc: Only use the DOR to select drive, the drive selection bits in …
(edit) @93944   3 years vboxsync Devices: Must not use PAGE_SIZE, PAGE_SHIFT, PAGE_OFFSET_MASK, …
(edit) @93614   3 years vboxsync fix formatting burn from copying code from online changeset diff into …
(edit) @93613   3 years vboxsync Only wake worker after pause/resume if queue enabled by driver
(edit) @93411   3 years vboxsync DevATA: Keep track of current LBA for ATA R/W commands, too, not just …
(edit) @93305   3 years vboxsync Devices,VMM: VC++ 19.2 update 11 build adjustments (bogus initializers …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92939   3 years vboxsync Improve transitional behavior, and save/load exec code. Some Rx …
(edit) @92749   3 years vboxsync DevFdc: Re-added inadvertently deleted line.
(edit) @92748   3 years vboxsync DevFDC: Allow more command codes for READ TRACK to fix Vines 5.0 …
(edit) @92747   3 years vboxsync DevFDC: Added a basic debug info handler.
(edit) @92550   3 years vboxsync DevATA: Reduced the size of MODE_SENSE_CD_STATUS response to match …
(edit) @92548   3 years vboxsync DevATA: Removed MODE SENSE (6) support. This is not needed for ATAPI …
(edit) @92345   3 years vboxsync DevATA: Made INITIALIZE DEVICE PARAMETERS affect CHS translation, like …
(edit) @92227   3 years vboxsync Storage: On reset mark the medium as unlocked. Solves long standing …
(edit) @92226   3 years vboxsync Devices/DrvHostBase.cpp: Mark drives as locked only if it actually …
(edit) @92224   3 years vboxsync Devices/DrvHostFloppy.cpp: No point pretending that the floppy drive …
(edit) @92116   4 years vboxsync DevAHCI: Some useful logging. bugref:10122
(edit) @91955   4 years vboxsync VMM,Devices: Eliminate direct calls to PDMR3AsyncCompletion* and …
(edit) @91937   4 years vboxsync Devices/Storage/DrvVD: Eliminate the last direct calls to CFGMR3* and …
(edit) @91920   4 years vboxsync VMM,Devices: Eliminate direct calls to VMMR3 and VMR3 APIs and …
(edit) @91905   4 years vboxsync Drv*,PDMDrvHlp: Added driver helpers for all queues operations, …
(edit) @91898   4 years vboxsync VMM,Devices: Add callbacks to required MMR3* APIs to the helper …
(edit) @91897   4 years vboxsync VMM,Devices: Add callbacks to required MMR3* APIs to the helper …
(edit) @91882   4 years vboxsync Devices/Storage: Change the USB mass storage device emulations to …
(edit) @91876   4 years vboxsync Devices/Storage/DrvVD: Access the SSM API through the driver helper …
(edit) @91875   4 years vboxsync Devices/Storage: Change the storage drivers to access the CFGM API …
(edit) @91869   4 years vboxsync Devices/Storage: Change the storage drivers to access the CFGM API …
(edit) @91703   4 years vboxsync DevVirtioNet_1_0.cpp: Convert VirtIO to be 'transitional' device, that …
(edit) @90791   4 years vboxsync Devices: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90500   4 years vboxsync VMM/PDM: Increased the PDMCRITSECT size by 64 bytes to make space for …
(edit) @90447   4 years vboxsync Dev*: Checked up all the PDMDevHlpCritSectEnter calls to make sure the …
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