VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103291   10 months vboxsync Devices/Storage/DevFdc.cpp: Simplify the logic in get_cur_drv() a bit, …
(edit) @102258   12 months vboxsync DevFdc.cpp: Comment update.
(edit) @102185   12 months vboxsync Storage/DrvVD: Floppy type upgrade fixes. bugref:10371
(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) @100415   17 months vboxsync DevFdc: Typos in log statements.
(edit) @100400   17 months vboxsync Devices/VirtIO: Add support for the VirtIO over MMIO transport mode …
(edit) @100371   17 months vboxsync Devices/VirtIO,DevVirtioNet,DevVirtioSCSI: Get rid of …
(edit) @100108   18 months vboxsync *: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
(edit) @99887   19 months vboxsync Devices/DrvRamDisk: Return VERR_PDM_GEOMETRY_NOT_SET to indicate that …
(edit) @99775   19 months vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @99739   19 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @98661   22 months vboxsync Devices/DevVirtioSCSI: Possible fix for bugref:9440#c164, the queue …
(edit) @98562   22 months vboxsync Devices/Storage/DevVirtioSCSI: Fix memory leak when there is nothing …
(edit) @98561   22 months vboxsync Devices/Storage/DrvRamDisk: Fixes
(edit) @98271   23 months vboxsync Devices/Storage: Suspend the VM when the file handle became stale …
(edit) @98103   23 months 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   2 years vboxsync DevLsiLogic: Only handle MPT extended config pages when emulating SAS …
(edit) @96645   2 years vboxsync DevATA: Always check that pDevR3->pDrvMount isn't NULL before use.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95389   2 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   3 years vboxsync DevAHCI: Some useful logging. bugref:10122
(edit) @91955   3 years vboxsync VMM,Devices: Eliminate direct calls to PDMR3AsyncCompletion* and …
(edit) @91937   3 years vboxsync Devices/Storage/DrvVD: Eliminate the last direct calls to CFGMR3* and …
(edit) @91920   3 years vboxsync VMM,Devices: Eliminate direct calls to VMMR3 and VMR3 APIs and …
(edit) @91905   3 years vboxsync Drv*,PDMDrvHlp: Added driver helpers for all queues operations, …
(edit) @91898   3 years vboxsync VMM,Devices: Add callbacks to required MMR3* APIs to the helper …
(edit) @91897   3 years vboxsync VMM,Devices: Add callbacks to required MMR3* APIs to the helper …
(edit) @91882   3 years vboxsync Devices/Storage: Change the USB mass storage device emulations to …
(edit) @91876   3 years vboxsync Devices/Storage/DrvVD: Access the SSM API through the driver helper …
(edit) @91875   3 years vboxsync Devices/Storage: Change the storage drivers to access the CFGM API …
(edit) @91869   3 years vboxsync Devices/Storage: Change the storage drivers to access the CFGM API …
(edit) @91703   3 years vboxsync DevVirtioNet_1_0.cpp: Convert VirtIO to be 'transitional' device, that …
(edit) @90791   3 years vboxsync Devices: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90500   3 years vboxsync VMM/PDM: Increased the PDMCRITSECT size by 64 bytes to make space for …
(edit) @90447   3 years vboxsync Dev*: Checked up all the PDMDevHlpCritSectEnter calls to make sure the …
(edit) @90445   3 years vboxsync Dev*: Check PDMDevHlpCritSectEnter return status better. bugref:6695
(edit) @90209   3 years vboxsync DevATA: report proper Media Event Code for …
(edit) @90166   3 years vboxsync DevATA: Extended assertion.
(edit) @90002   3 years vboxsync VSCSILunMmc: report proper Media Event Code for …
(edit) @90001   3 years vboxsync VSCSILunMmc: reorder enum MMCEVENTSTATUSTYPE according to MMC2 …
(edit) @89266   4 years vboxsync Devices/DevBusLogic: Implement support for the EXECUTE SCSI command …
(edit) @89198   4 years vboxsync Devices/Storage/VBoxSCSI,Devices/testcase: Remove the old VBoxSCSI …
(edit) @89197   4 years vboxsync Devices/Storage/DevBusLogic,Devices/testcase: Get rid of the VBoxSCSI …
(edit) @89196   4 years vboxsync Devices/Storage/DevLsiLogicSCSI,Devices/testcase: Get rid of the …
(edit) @89193   4 years vboxsync Devices/Storage/DevLsiLogicSCSI,Devices/testcase: Get rid of the …
(edit) @89192   4 years vboxsync Devices/Storage/VBoxSCSI: Introduce a helper to handle legacy saved …
(edit) @88827   4 years vboxsync Storage/DevVirtioSCSI: Fix a few things to get code working on Windows …
(edit) @88730   4 years vboxsync DevATA: Fixed misleading INITIALIZE DEVICE PARAMETERS logging (the …
(edit) @88727   4 years vboxsync Typo.
(edit) @88643   4 years vboxsync Devices/Storage/DevLsiLogicSCSI: Fix crashing on NULL pointer …
(edit) @88532   4 years vboxsync Devices/Storage/VBoxSCSI: Use correct size indicator, bugref:9920
(edit) @88530   4 years vboxsync Devices/DevLsiLogicSCSI: Allocate configuration pages once during …
(edit) @88037   4 years vboxsync DevBusLogic: Track last completed command, properly clear mailbox …
(edit) @87773   4 years vboxsync VMM/TM,Devices: Store the timer name in the TMTIMER structure and …
(edit) @87767   4 years vboxsync VMM/TM,Devices/*: Changed the device and usb timer callbacks to take a …
(edit) @87760   4 years vboxsync VMM/TM,VMM/DevHlp: Require flag on timers that are to be used in …
(edit) @87560   4 years vboxsync Devics/Storage/DrvRamDisk.cpp: Implement missing interface callback …
(edit) @87166   4 years vboxsync Devices/DevBusLogic: Stricter check, bugref:9897
(edit) @87165   4 years vboxsync Devices/VBoxSCSI: Check against the correct limit, bugref:9897
(edit) @87164   4 years vboxsync Devices/DevLsiLogicSCSI: Stricter range check, bugref:9897
(edit) @87162   4 years vboxsync Devices/DevBusLogic: Don't accept more command parameters when there …
(edit) @87121   4 years vboxsync DevFdc: Return proper errors when trying to access an empty drive via …
(edit) @87120   4 years vboxsync DevATA: Reject NATIVE MAX ADDRESS reads on ATAPI devices (see bugref:9860)/
(edit) @87119   4 years vboxsync UsbMsd: Reject more invalid CBWs (see bugref:9862).
(edit) @87112   4 years vboxsync Devices/DevLsiLogicSCSI: Init some fields with default values, bugref:9877
(edit) @87048   4 years vboxsync CUE, DevATA: Added support for MODE2/2352 tracks in CUE sheets and …
(edit) @87047   4 years vboxsync AHCI: Removed obsolete field.
(edit) @86847   4 years vboxsync AMD IOMMU: bugref:9654 AHCI: Use PCI interface while converting GCPhys …
(edit) @86483   4 years vboxsync AMD IOMMU: bugref:9654 LsiLogic: Use PCI interfaces while …
(edit) @86482   4 years vboxsync AMD IOMMU: bugref:9654 BusLogic: Use PCI interfaces while …
(edit) @86481   4 years vboxsync AMD IOMMU: bugref:9654 ATA: Use PCI interfaces while reading/writing …
(edit) @86480   4 years vboxsync AMD IOMMU: bugref:9654 AHCI: Use PCI interfaces while reading/writing …
(edit) @85994   4 years vboxsync Devices/Storage/DevLsiLogicSCSI: Don't copy the sense buffer over if …
(edit) @85415   4 years vboxsync Network/DevVirtioNet_1_0.cpp: Fixed pause/resume/poweroff, added more …
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