VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @76565   6 years vboxsync Devices: Use VBOX_INCLUDED_SRC_ as header guard prefix with scm.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76520   6 years vboxsync Devices: scm --fix-header-guards. bugref:9344
(edit) @76474   6 years vboxsync scm --fix-err-h src/ (bugref:9344)
(edit) @76404   6 years vboxsync VBox/vmm/pdmnetshaper.h,pdmdev.h: Don't include err.h and assert.h in …
(edit) @76396   6 years vboxsync Make scm happy.
(edit) @76386   6 years vboxsync include/VBox/vmm/pdmifs.h: Don't include hgcmsvc.h just for …
(edit) @76385   6 years vboxsync DrvHostBase-win.cpp,iprt/nt/nt.h: Use nt-and-windows.h and add …
(edit) @76384   6 years vboxsync include/VBox/vmm/pdmifs.h: Don't include hgcmsvc.h just for …
(edit) @76382   6 years vboxsync include/VBox/vmm/pdmifs.h: Don't include hgcmsvc.h just for …
(edit) @76346   6 years vboxsync *: Preparing for iprt/string.h, iprt/json.h and iprt/serialport.h no …
(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) @76063   6 years vboxsync DevAHCI: Tiger hack from Michal.
(edit) @75772   6 years vboxsync DevATA: Don't assert when the guest tries to do an out of bounds read …
(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) @75075   6 years vboxsync DevATA: Made RECALIBRATE and INITIALIZE DEVICE PARAMETERS commands …
(edit) @74839   6 years vboxsync DrvVD: Fixed failing suspend/resume cycle if an recoverable error …
(edit) @74838   6 years vboxsync DrvVD: Fixed failing suspend/resume cycle if an recoverable error …
(edit) @74309   6 years vboxsync Devices/Storage/DrvVD: Don't ignore the IgnoreFlushAsync option
(edit) @74308   6 years vboxsync Devices/Storage/DrvVD: Don't ignore the IgnoreFlush and FlushInterval …
(edit) @73590   6 years vboxsync Main: Allow changing the passthrough flag when the VM is running if …
(edit) @73589   6 years vboxsync Main: Allow changing the passthrough flag when the VM is running if …
(edit) @73502   6 years vboxsync IPRT: GCC 8.2.0 fixes
(edit) @73097   7 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @73094   7 years vboxsync Devices/Storage/DrvDiskIntegrity: Add some missing interfaces to …
(edit) @73091   7 years vboxsync lsilogicR3LoadExec: Should check SSMR3GetXxxx return values before …
(edit) @72637   7 years vboxsync DevATA: Yield early in the status polling from raw-mode & ring-0. …
(edit) @72589   7 years vboxsync DevATA: Register statistics profiling the yields. bugref:1960
(edit) @72588   7 years vboxsync DevATA: Reduce repeate RTThreadYield() calls on EMT on …
(edit) @72587   7 years vboxsync DevATA: Moved the static variables (there will be two in play here, R3 …
(edit) @72338   7 years vboxsync DrvDiskIntegrity: Add async flag to indicate whether a request used …
(edit) @72336   7 years vboxsync DrvDiskIntegrity: Add async flag to indicate whether a request used …
(edit) @72312   7 years vboxsync Build fix attempt for 32bit Windows
(edit) @72311   7 years vboxsync doxygen
(edit) @72310   7 years vboxsync Devices/Storage: Convert DrvDiskIntegrity to use the new trace log …
(edit) @71964   7 years vboxsync Devices/Storage/UsbMsd: Notify lower drivers about suspend (missed …
(edit) @71807   7 years vboxsync Devices/Storage: Forgot to commit files
(edit) @71775   7 years vboxsync Devices/Storage: Properly account for requests currently waiting for …
(edit) @70776   7 years vboxsync Devices/Storage/DevATA.cpp: Implement MODE SENSE (6) command to be on …
(edit) @70775   7 years vboxsync Devices/Storage/DrvVD.cpp: Fix assertion
(edit) @70689   7 years vboxsync VSCSI,DrvSCSI: Add method to query INQUIRY related data from the …
(edit) @70688   7 years vboxsync VSCSI,DrvSCSI: Add method to query INQUIRY related data from the …
(edit) @70687   7 years vboxsync DevATA,DevAHCI: build fixes for 32bit
(edit) @70685   7 years vboxsync pdmstorageifs.h,DevAHCI,DrvHostDVD: Restore ability to overwrite the …
(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) @68592   7 years vboxsync nit
(edit) @68591   7 years vboxsync Devices/Storage/VD: Disable zero copy optimization for 4KB transfers …
(edit) @68535   7 years vboxsync AHCI: Additional logging, fixed confusing grammar/typo (send vs. sent).
(edit) @68369   7 years vboxsync DevATA: bugref:8965: enable IDE0/IDE1 at device creation time as this …
(edit) @68205   7 years vboxsync Devices/Storage/IOBufMgmt: Don't actually allocate memory when …
(edit) @67962   8 years vboxsync Warning.
(edit) @67961   8 years vboxsync VSCSI: Added virtual SSC device. WIP, disabled by default.
(edit) @67960   8 years vboxsync Fixing bad commit.
(edit) @67959   8 years vboxsync DevATA: Select device 0 when resetting, see bugref:5869
(edit) @67919   8 years vboxsync BusLogic: Cleaned up command handling, implemented a few todos.
(edit) @67917   8 years vboxsync BusLogic: Fetch local RAM command does not trigger completion interrupts.
(edit) @67890   8 years vboxsync LsiLogic: Fix buggy Solaris 9 guest driver
(edit) @67887   8 years vboxsync BusLogic: Clear CMDINV bit when dismissing interrupts. Matches docs …
(edit) @67886   8 years vboxsync BusLogic: Implemented mostly dummy Enable OMBR Interrupt command.
(edit) @67841   8 years vboxsync Devices/Storage: Don't prevent VM startup with an empty host DVD drive …
(edit) @67806   8 years vboxsync Devices: when attaching a driver, don't pass a local variable as …
(edit) @67682   8 years vboxsync DevPCI/DevACPI/DevBusLogic: no code change, just use symbolic …
(edit) @67681   8 years vboxsync DevAHCI: bugref:8907: reverted last change as it's not required …
(edit) @67678   8 years vboxsync DevAHCI: bugref:8907: we need to enable the PCI busmaster bit …
(edit) @67597   8 years vboxsync DrvSCSI.cpp/drvscsiConstruct: Don't assert on PDMDrvHlpAttach failure, …
(edit) @66989   8 years vboxsync VUSB: Collect opaque class-specific data between config and interface …
(edit) @66970   8 years vboxsync VSCSI/SBC: Mixed up cSectors and cbSector
(edit) @66969   8 years vboxsync VSCSI/SBC: Fix querying disk regions after last commit
(edit) @66967   8 years vboxsync VSCSI/SBC: Fix querying disk regions after last commit
(edit) @66956   8 years vboxsync doxygen fix
(edit) @66955   8 years vboxsync Devices/Storage/DrvSCSI,VSCSI: Support CD/DVD images with multiple …
(edit) @66250   8 years vboxsync Storage,DrvVD,Main,VBoxManage: Rename VBOXHDD to VDISK, the VBoxHDD …
(edit) @66239   8 years vboxsync DevATA: Fix
(edit) @66235   8 years vboxsync DevATA: Fix READ (10)/(12) command, only respond with the ILLEGAL MODE …
(edit) @66211   8 years vboxsync vdmedia.h,++: Rename VDTYPE_DVD to VDTYPE_OPTICAL_DISC
(edit) @66201   8 years vboxsync DevATA: build fix
(edit) @66198   8 years vboxsync ATA: Support discs with multiple tracks
(edit) @66193   8 years vboxsync pdmstorageifs.h: Return the region number on success too
(edit) @66192   8 years vboxsync VD,pdmstorageifs.h: Move media descriptor related definitions to an …
(edit) @66166   8 years vboxsync pdmstorageifs.h,DrvVD.cpp: Add region descriptor API for media which …
(edit) @66165   8 years vboxsync DrvHostBase: Implement basic version of the IMEDIA region descriptor API
(edit) @66164   8 years vboxsync VSCSI/MMC: Support getting only specific features when indicated in …
(edit) @66076   8 years vboxsync typo
(edit) @66075   8 years vboxsync Devices/Storage/DrvHostBase-win: Wait for the media change thread to …
(edit) @66065   8 years vboxsync Devices/Storage/VSCSI: Make sure the additional allocated segments are …
(edit) @66063   8 years vboxsync Devices/Storage/VSCSI: Implement READ CD command for MMC driver
(edit) @66058   8 years vboxsync Devices/Storage/VSCSI: Add possiblity for the LUN to attach opaque …
(edit) @66057   8 years vboxsync Devices/Storage/DevATA: Fix booting BeOS from a physical disc with …
(edit) @66006   8 years vboxsync Wrap entering/leaving the per controller lock to save a few code lines …
(edit) @65997   8 years vboxsync DevATA: Split too long lines
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