|
|
@86480
|
4 years |
vboxsync |
AMD IOMMU: bugref:9654 AHCI: Use PCI interfaces while reading/writing …
|
|
|
@85121
|
4 years |
vboxsync |
iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
|
|
|
@84489
|
5 years |
vboxsync |
Devices/DevAHCI: Convert PDMDevHlpPhys read/write calls to the new …
|
|
|
@82968
|
5 years |
vboxsync |
Copyright year updates by scm.
|
|
|
@81890
|
5 years |
vboxsync |
DevAHCI: Doxygen. bugref:9218
|
|
|
@81887
|
5 years |
vboxsync |
DevAHCI: s/ahciPort/aPorts/g. bugref:9218
|
|
|
@81886
|
5 years |
vboxsync |
DevAHCI: Split up structures. More or less done converting to new PDM …
|
|
|
@81885
|
5 years |
vboxsync |
DevAHCI: Converted I/O ports and MMIO handlers to new style. bugref:9218
|
|
|
@81880
|
5 years |
vboxsync |
DevAHCI: s/pAhci/pThis/g. bugref:9218
|
|
|
@81879
|
5 years |
vboxsync |
DevAHCI: Use the new handle based timer interface for the CCC timer. …
|
|
|
@81878
|
5 years |
vboxsync |
DevAHCI: Use the device helpers for CFGM and SSM functions. [fix] …
|
|
|
@81877
|
5 years |
vboxsync |
DevAHCI: Use the device helpers for critical sections and thread …
|
|
|
@81875
|
5 years |
vboxsync |
DevAHCI: Use the device helpers for CFGM and SSM functions. bugref:9218
|
|
|
@81874
|
5 years |
vboxsync |
DevAHCI: Use the device helpers for support driver semaphores. bugref:9218
|
|
|
@81873
|
5 years |
vboxsync |
DevAHCI: Kicking out the notification queue now that we don't have …
|
|
|
@81872
|
5 years |
vboxsync |
DevAHCI: Dropped unnecessary pragma pack(1). bugref:9218
|
|
|
@81765
|
5 years |
vboxsync |
Devices: Use new volatile SSM getters and enum macros. bugref:9218
|
|
|
@81591
|
5 years |
vboxsync |
Devices: Use PDMDEVINS_2_DATA and PDMDEVINS_2_DATA. bugref:9218
|
|
|
@81514
|
5 years |
vboxsync |
Devices,ExtPacks: Use PDM_DEVREG_FLAGS_RZ and …
|
|
|
@81031
|
5 years |
vboxsync |
PDM,Devices: Moving the PDMPCIDEV structures into the PDMDEVINS …
|
|
|
@80704
|
5 years |
vboxsync |
PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
|
|
|
@80701
|
5 years |
vboxsync |
PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
|
|
|
@80589
|
5 years |
vboxsync |
Devices/Storage: Add two new parameters to …
|
|
|
@80531
|
5 years |
vboxsync |
VMM,Devices: Some PDM device model refactoring. bugref:9218
|
|
|
@79671
|
5 years |
vboxsync |
Devices/AHCI: Allow 16bit writes to a 32bit register by reading the …
|
|
|
@78913
|
6 years |
vboxsync |
DevAHCI: Fix accidental part of commit from r131028
|
|
|
@78908
|
6 years |
vboxsync |
Devices/DevAHCI: Fix possible memory leak while still maintaining the …
|
|
|
@77183
|
6 years |
vboxsync |
AHCI: Revert last memory leak fix. PDMDevHlpDriverAttach() takes over …
|
|
|
@77182
|
6 years |
vboxsync |
AHCI: Fix small memory leak during construction (the port name stirng …
|
|
|
@76553
|
6 years |
vboxsync |
scm --update-copyright-year
|
|
|
@76063
|
6 years |
vboxsync |
DevAHCI: Tiger hack from Michal.
|
|
|
@73097
|
6 years |
vboxsync |
*: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
|
|
|
@71775
|
7 years |
vboxsync |
Devices/Storage: Properly account for requests currently waiting for …
|
|
|
@70687
|
7 years |
vboxsync |
DevATA,DevAHCI: build fixes for 32bit
|
|
|
@70685
|
7 years |
vboxsync |
pdmstorageifs.h,DevAHCI,DrvHostDVD: Restore ability to overwrite the …
|
|
|
@69500
|
7 years |
vboxsync |
*: scm --update-copyright-year
|
|
|
@69498
|
7 years |
vboxsync |
backed out r118835 as it incorrectly updated the 'This file is based …
|
|
|
@69496
|
7 years |
vboxsync |
*: scm --update-copyright-year
|
|
|
@69046
|
7 years |
vboxsync |
Global: replace fall-through comments with RT_FALL_THRU(). …
|
|
|
@68592
|
7 years |
vboxsync |
nit
|
|
|
@68535
|
7 years |
vboxsync |
AHCI: Additional logging, fixed confusing grammar/typo (send vs. sent).
|
|
|
@67806
|
7 years |
vboxsync |
Devices: when attaching a driver, don't pass a local variable as …
|
|
|
@67681
|
7 years |
vboxsync |
DevAHCI: bugref:8907: reverted last change as it's not required …
|
|
|
@67678
|
7 years |
vboxsync |
DevAHCI: bugref:8907: we need to enable the PCI busmaster bit …
|
|
|
@65648
|
8 years |
vboxsync |
gcc 7: Devices: fall thru
|
|
|
@65075
|
8 years |
vboxsync |
Devices/Storage: Move ide.h to include/VBox/ata.h to be consistent …
|
|
|
@65067
|
8 years |
vboxsync |
AHCI: Don't include PIIX3ATABmDma.h as it doesn't belong here really, …
|
|
|
@64842
|
8 years |
vboxsync |
AHCI: Reset some members when reporting the out of memory error case …
|
|
|
@64841
|
8 years |
vboxsync |
Devices/Storage: Remove statistics superseeded by the ones available …
|
|
|
@64680
|
8 years |
vboxsync |
AHCI: Missed initializing fMapped here which can lead to a wrong call …
|
|
|
@64672
|
8 years |
vboxsync |
AHCI: Add support for pfnIoReqQueryBuf for 4KB page aligned guest buffers
|
|
|
@64660
|
8 years |
vboxsync |
pdmstorageifs.h,AHCI,NVMe,LsiLogic,BusLogic,DrvSCSI: Prepare for a new …
|
|
|
@64658
|
8 years |
vboxsync |
AHCI: Fix calculation of transfered data size
|
|
|
@64408
|
8 years |
vboxsync |
AHCI: Query the actual data transfer size and amount of residual data …
|
|
|
@64393
|
8 years |
vboxsync |
PDMPCIDEV: s/config/abConfig/ everywhere, removing the legacy alias.
|
|
|
@64387
|
8 years |
vboxsync |
PDM,Devices: Some PCI device type cleanup.
|
|
|
@64373
|
8 years |
vboxsync |
PDM,Devices: Support for multiple PCI devices/function in a single PDM …
|
|
|
@64274
|
8 years |
vboxsync |
Devices/Storage: Doxygen fixes
|
|
|
@64209
|
8 years |
vboxsync |
AHCI: fix loading older saved states
|
|
|
@64177
|
8 years |
vboxsync |
AHCI: Don't do the redo handling ourself but let the driver do it instead
|
|
|
@64176
|
8 years |
vboxsync |
AHCI: remove dead code
|
|
|
@64141
|
8 years |
vboxsync |
AHCI: Don't report that data was transfered if the SCSI status …
|
|
|
@64137
|
8 years |
vboxsync |
32bit build fix
|
|
|
@64134
|
8 years |
vboxsync |
AHCI,Console: Get rid of the ATAPI implementation and use the DrvSCSI …
|
|
|
@64093
|
8 years |
vboxsync |
Storage: Move the NonRotationalMedium property from the devices and …
|
|
|
@64087
|
8 years |
vboxsync |
AHCI: Fix support for encrypted disks
|
|
|
@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
|
|
|
@64026
|
8 years |
vboxsync |
AHCI: Temporary workaround to make the testboxes happy until the bug …
|
|
|
@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 …
|
|
|
@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 …
|
|
|
@64004
|
8 years |
vboxsync |
oops
|
|
|
@64003
|
8 years |
vboxsync |
AHCI: Unused variable
|
|
|
@64001
|
8 years |
vboxsync |
AHCI: alignment fix for x86
|
|
|
@63999
|
8 years |
vboxsync |
AHCI: Convert to PDMIMEDIAEX and kick out PDMIMEDIAASYNC. This …
|
|
|
@63909
|
8 years |
vboxsync |
AHCI: Get rid of goto
|
|
|
@63690
|
8 years |
vboxsync |
PCI,Devices: Changed range size in FNPCIIOREGIONMAP from uint32_t to …
|
|
|
@63562
|
8 years |
vboxsync |
scm: cleaning up todos
|
|
|
@63478
|
8 years |
vboxsync |
Devices: warnings (clang)
|
|
|
@63218
|
8 years |
vboxsync |
Devices: warnings (gcc)
|
|
|
@62963
|
8 years |
vboxsync |
Devices: warnings
|
|
|
@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 …
|
|
|
@62506
|
8 years |
vboxsync |
(C) 2016
|
|
|
@59252
|
9 years |
vboxsync |
pdmifs.h: Move the storage related interfaces (PDMIMEDIA, PDMIMOUNT, …
|
|
|
@59249
|
9 years |
vboxsync |
Build fix for x86
|
|
|
@59248
|
9 years |
vboxsync |
Storage: Get rid of the block driver and merge the the little extra …
|
|
|
@58170
|
9 years |
vboxsync |
doxygen: fixes.
|
|
|
@58132
|
9 years |
vboxsync |
*: Doxygen fixes.
|
|
|
@57902
|
9 years |
vboxsync |
DevAHCI: logrel nit
|
|
|
@57709
|
9 years |
vboxsync |
DevAHCI: ATA_TRUSTED_RECEIVE_DMA is not implemented but don't assert
|
|
|
@57442
|
9 years |
vboxsync |
DECLCALLBACK and static
|
|
|