|
|
@64132
|
8 years |
vboxsync |
VSCSI: Add method to eject media from the guest and make use of it in …
|
|
|
@64093
|
8 years |
vboxsync |
Storage: Move the NonRotationalMedium property from the devices and …
|
|
|
@64087
|
8 years |
vboxsync |
AHCI: Fix support for encrypted disks
|
|
|
@64079
|
8 years |
vboxsync |
DrvSCSI: Very basic implementation of PDMIMEDIAEX (work in progress)
|
|
|
@64078
|
8 years |
vboxsync |
PDMIMEDIAEX: Add parameter to pfnIoReqSendScsiCmd to indicate where to …
|
|
|
@64065
|
8 years |
vboxsync |
build fix
|
|
|
@64064
|
8 years |
vboxsync |
VSCSI: Port missing commands over from the AHCI controller
|
|
|
@64037
|
8 years |
vboxsync |
DrvVD: Revert unintended change (probably harmless)
|
|
|
@64036
|
8 years |
vboxsync |
AHCI: Free the request before notifying the guest about the completion …
|
|
|
@64030
|
8 years |
vboxsync |
AHCI,DrvSCSI: Undo the hack now that the bug is fixed
|
|
|
@64029
|
8 years |
vboxsync |
Storage/DrvVD: Don't recurse into trying to allocate I/O buffers again …
|
|
|
@64028
|
8 years |
vboxsync |
SCSI: Same workaround as for AHCI
|
|
|
@64026
|
8 years |
vboxsync |
AHCI: Temporary workaround to make the testboxes happy until the bug …
|
|
|
@64025
|
8 years |
vboxsync |
Storage/DrvVD: Assertions + and honor the sync flag for I/O requests
|
|
|
@64022
|
8 years |
vboxsync |
AHCI: uint32_t vs. size_t issues, hopefully fixes windows buildboxes
|
|
|
@64021
|
8 years |
vboxsync |
AHCI: uint32_t vs. size_t issues, hopefully fixes windows buildboxes
|
|
|
@64020
|
8 years |
vboxsync |
AHCI: Must duplicate the request structure when saving the request for …
|
|
|
@64019
|
8 years |
vboxsync |
Storage: Get rid of PDMIMEDIA::pfnIoBufAllocate and …
|
|
|
@64018
|
8 years |
vboxsync |
AHCI: Remove allocating I/O buffers on our own and let the provider of …
|
|
|
@64016
|
8 years |
vboxsync |
AHCI: Remove tsStart from the request structure as the functionaliyt …
|
|
|
@64015
|
8 years |
vboxsync |
AHCI: Remove trim related structures from the request structure and …
|
|
|
@64009
|
8 years |
vboxsync |
AHCI: Get rid of enmTxState in the request structure is the request …
|
|
|
@64008
|
8 years |
vboxsync |
AHCI: Store the error and status bits in the FIS directly and remove …
|
|
|
@64005
|
8 years |
vboxsync |
DrvVD: Logging for discard requests in the error case too
|
|
|
@64004
|
8 years |
vboxsync |
oops
|
|
|
@64003
|
8 years |
vboxsync |
AHCI: Unused variable
|
|
|
@64002
|
8 years |
vboxsync |
Devices/Storage: Throw out PDMIMEDIAASYNC which is superseded by …
|
|
|
@64001
|
8 years |
vboxsync |
AHCI: alignment fix for x86
|
|
|
@63999
|
8 years |
vboxsync |
AHCI: Convert to PDMIMEDIAEX and kick out PDMIMEDIAASYNC. This …
|
|
|
@63997
|
8 years |
vboxsync |
Storage: Change PDMIMEDIAEX::pfnIoReqDiscard to not get the discard …
|
|
|
@63994
|
8 years |
vboxsync |
another fix
|
|
|
@63993
|
8 years |
vboxsync |
build fix
|
|
|
@63992
|
8 years |
vboxsync |
VSCSI,DrvSCSI: Switch to PDMIMEDIAEX instead of using PDMIMEDIAASYNC
|
|
|
@63991
|
8 years |
vboxsync |
PDMIMEDIAEX: Another addendum, make it possible to query a residual …
|
|
|
@63955
|
8 years |
vboxsync |
pdmstorageifs.h: Small addendum to PDMIMEDIAEX which enables us to …
|
|
|
@63951
|
8 years |
vboxsync |
DrvVD: More work on the extended media interface to bring it up to par …
|
|
|
@63919
|
8 years |
vboxsync |
DrvVD: Fix handling encrypted disks when PDMIMEDIAEX is used (only …
|
|
|
@63917
|
8 years |
vboxsync |
DrvVD: Don't fail completely when loading a plugin failed, log the …
|
|
|
@63909
|
8 years |
vboxsync |
AHCI: Get rid of goto
|
|
|
@63740
|
8 years |
vboxsync |
DrvVD: Don't use the async VD API in PDMIMEDIAEX when it is not supported
|
|
|
@63727
|
8 years |
vboxsync |
DiskIntegrity: Updates to handle the PDMIMEDIAEX interface
|
|
|
@63724
|
8 years |
vboxsync |
Storage/DrvRamDisk: warning fixes for release builds
|
|
|
@63723
|
8 years |
vboxsync |
VD: Free the allocated I/O buffer already when the request completed …
|
|
|
@63700
|
8 years |
vboxsync |
Storage/DrvDiskIntegrity: Start integration to work with the extended …
|
|
|
@63690
|
8 years |
vboxsync |
PCI,Devices: Changed range size in FNPCIIOREGIONMAP from uint32_t to …
|
|
|
@63689
|
8 years |
vboxsync |
Storage: New ramdisk driver for debugging and make DrvDiskIntegrity …
|
|
|
@63657
|
8 years |
vboxsync |
VBoxSCSI: fix loading a saved state from before r104155 (or r104311 …
|
|
|
@63562
|
8 years |
vboxsync |
scm: cleaning up todos
|
|
|
@63482
|
8 years |
vboxsync |
Devices: warnings (clang)
|
|
|
@63480
|
8 years |
vboxsync |
Devices: warnings (clang)
|
|
|
@63478
|
8 years |
vboxsync |
Devices: warnings (clang)
|
|
|
@63470
|
8 years |
vboxsync |
HBDMgmt-darwin.cpp: DECLCALLBACK should not be used for OS X callback, …
|
|
|
@63461
|
8 years |
vboxsync |
Devices: warnings
|
|
|
@63369
|
8 years |
vboxsync |
warnings (gcc)
|
|
|
@63218
|
8 years |
vboxsync |
Devices: warnings (gcc)
|
|
|
@63217
|
8 years |
vboxsync |
Devices: warnings (gcc)
|
|
|
@63016
|
8 years |
vboxsync |
Devices: warnings (debug builds)
|
|
|
@62965
|
8 years |
vboxsync |
Devices: warnings
|
|
|
@62964
|
8 years |
vboxsync |
Devices: warnings
|
|
|
@62963
|
8 years |
vboxsync |
Devices: warnings
|
|
|
@62956
|
8 years |
vboxsync |
@copydoc -> @interface_method_impl
|
|
|
@62954
|
8 years |
vboxsync |
usbMsdLoadExec: Should never act on restored data (like allocate …
|
|
|
@62932
|
8 years |
vboxsync |
Devices: warnings
|
|
|
@62928
|
8 years |
vboxsync |
Devices: warnings
|
|
|
@62927
|
8 years |
vboxsync |
Devices: warnings
|
|
|
@62926
|
8 years |
vboxsync |
Devices: warnings
|
|
|
@62925
|
8 years |
vboxsync |
Devices: warnings
|
|
|
@62906
|
8 years |
vboxsync |
Devices: warnings
|
|
|
@62905
|
8 years |
vboxsync |
DevFdc.cpp: We can use C99 macros now, I hope.
|
|
|
@62904
|
8 years |
vboxsync |
Devices: warnings
|
|
|
@62889
|
8 years |
vboxsync |
Devices: warnings
|
|
|
@62885
|
8 years |
vboxsync |
Devices: gcc warnings
|
|
|
@62679
|
8 years |
vboxsync |
Use the iprt/win/windows.h wrapper for Windows.h
|
|
|
@62632
|
8 years |
vboxsync |
Devices: unused parameter warnings.
|
|
|
@62625
|
8 years |
vboxsync |
Devices: unused parameter warnings.
|
|
|
@62623
|
8 years |
vboxsync |
s/ahci/pAhci/
|
|
|
@62621
|
8 years |
vboxsync |
Devices: Fixed 3 instances of incorrect preprocessor macro usage …
|
|
|
@62618
|
8 years |
vboxsync |
Devices: unused parameter warnings.
|
|
|
@62506
|
8 years |
vboxsync |
(C) 2016
|
|
|
@62463
|
8 years |
vboxsync |
Devices: scm
|
|
|
@62437
|
8 years |
vboxsync |
Devices: MSC level 4 warnings (release build)
|
|
|
@61949
|
9 years |
vboxsync |
strict build fix
|
|
|
@61947
|
9 years |
vboxsync |
build fix
|
|
|
@61946
|
9 years |
vboxsync |
Devices/Storage: save some space in release builds
|
|
|
@61231
|
9 years |
vboxsync |
DrvHostBase: warnings/fixes on darwin
|
|
|
@60890
|
9 years |
vboxsync |
Comment.
|
|
|
@60565
|
9 years |
vboxsync |
Storage/LsiLogic: Fix regression causing writes to the disk to fail
|
|
|
@60555
|
9 years |
vboxsync |
BusLogic: Adjusted model number to match a real 958D.
|
|
|
@60553
|
9 years |
vboxsync |
BusLogic: Emulation improvements, thanks to Tomas Hurka.
|
|
|
@60446
|
9 years |
vboxsync |
Devices/Storage/DrvSCSI: Deregister statistics on destruct
|
|
|
@60404
|
9 years |
vboxsync |
VMM,Devices,Main: Implemented soft/warm reset for shutdown status …
|
|
|
@60348
|
9 years |
vboxsync |
VSCSI: Always initialize the S/G buffer, even if it is empty. Fixes …
|
|
|
@60179
|
9 years |
vboxsync |
Storage/DrvVD: Don't fail opening the image if getting the UUID fails …
|
|
|
@60057
|
9 years |
vboxsync |
Storage/LsiLogic: Missing case
|
|
|
@60026
|
9 years |
vboxsync |
Storage/BusLogic: Process mailboxes on a dedicated worker thread to …
|
|
|
@60015
|
9 years |
vboxsync |
LsiLogic: Process requests from the BIOS on the worker thread and not …
|
|
|
@59627
|
9 years |
vboxsync |
DrvVD: fix warning
|
|
|
@59550
|
9 years |
vboxsync |
Storage/DrvVD: Log errors and requests taking too long (moved from the …
|
|
|
@59539
|
9 years |
vboxsync |
Storage/DrvVD: Add methods to PDMIMEDIAEX for saving the request state …
|
|
|
@59538
|
9 years |
vboxsync |
Storage/DrvVD: Add methods to query suspended requests, will be used …
|
|
|