|
|
@81870
|
5 years |
vboxsync |
DevATA: Use RT_SAFE_SUBSCRIPT. bugref:9218
|
|
|
@81867
|
5 years |
vboxsync |
DevATA: Some structure naming cleanup. bugref:9218
|
|
|
@81862
|
5 years |
vboxsync |
DevATA: doxygen fixes. bugref:9218
|
|
|
@81860
|
5 years |
vboxsync |
DevATA: Split up the state structures. Marked device as new-style. …
|
|
|
@81859
|
5 years |
vboxsync |
DevATA: Make sure to use a valid index into the function tables. …
|
|
|
@81858
|
5 years |
vboxsync |
DevATA: doxygen fixes. bugref:9218
|
|
|
@81857
|
5 years |
vboxsync |
DevATA: Converted I/O port handlers to new style. [build fix] bugref:9218
|
|
|
@81855
|
5 years |
vboxsync |
DevATA: Converted I/O port handlers to new style. [build fix] bugref:9218
|
|
|
@81854
|
5 years |
vboxsync |
DevATA: Converted I/O port handlers to new style. bugref:9218
|
|
|
@81852
|
5 years |
vboxsync |
DevATA: Converted the BM DMA ports to the new style, combining them …
|
|
|
@81851
|
5 years |
vboxsync |
DevATA: Use the devhlp version of the critsect API. bugref:9218
|
|
|
@81849
|
5 years |
vboxsync |
DevATA: Be a little bit paranoid about indexing PCIATAState::aCts too. …
|
|
|
@81848
|
5 years |
vboxsync |
DevATA: Be paranoid when using state members to index …
|
|
|
@81847
|
5 years |
vboxsync |
DevATA: s/bATAPICmd/abATAPICmd/g + clang build fix. bugref:9218
|
|
|
@81845
|
5 years |
vboxsync |
DevATA: Be paranoid about the I/O buffer accesses. [fixes] bugref:9218
|
|
|
@81844
|
5 years |
vboxsync |
DevATA: Be paranoid about the I/O buffer accesses. bugref:9218
|
|
|
@81842
|
5 years |
vboxsync |
DevATA: Put the I/O buffers into the device state data to avoid having …
|
|
|
@81839
|
5 years |
vboxsync |
DevATA: Buffer paranoia and preperations for static alloc. bugref:9218
|
|
|
@81836
|
5 years |
vboxsync |
DevATA: Operate SUPSemEvent* thru the device helpers. bugref:9218
|
|
|
@81802
|
5 years |
vboxsync |
DevATA: Working on converting it to new PDM device model. bugref:9218
|
|
|
@81801
|
5 years |
vboxsync |
DevATA: Working on converting it to new PDM device model. 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 …
|
|
|
@80531
|
5 years |
vboxsync |
VMM,Devices: Some PDM device model refactoring. bugref:9218
|
|
|
@78405
|
6 years |
vboxsync |
Reverted commit which requires firmware changes to work.
|
|
|
@78394
|
6 years |
vboxsync |
DevATA: Minor cleanup, better compatibility with old ATA devices, …
|
|
|
@77580
|
6 years |
vboxsync |
DevATA: Do not set signature for nonexistent devices, it was wrong …
|
|
|
@77579
|
6 years |
vboxsync |
DevATA: Added empty bus port handler to simplify logic elsewhere.
|
|
|
@77392
|
6 years |
vboxsync |
DevATA: Return bit 7 clear when reading registers on IDE channel with …
|
|
|
@77349
|
6 years |
vboxsync |
DevATA: EXECUTE DEVICE DIAGNOSTIC must always be run on both device 0 …
|
|
|
@77023
|
6 years |
vboxsync |
DevATA: Added READ CD MSF support (see bugref:5869).
|
|
|
@77012
|
6 years |
vboxsync |
DevATA: Log CHS<->LBA conversions.
|
|
|
@77010
|
6 years |
vboxsync |
DevATA: Clear interrupt when command register is written (ATA …
|
|
|
@76553
|
6 years |
vboxsync |
scm --update-copyright-year
|
|
|
@75772
|
6 years |
vboxsync |
DevATA: Don't assert when the guest tries to do an out of bounds read …
|
|
|
@75075
|
6 years |
vboxsync |
DevATA: Made RECALIBRATE and INITIALIZE DEVICE PARAMETERS commands …
|
|
|
@72637
|
6 years |
vboxsync |
DevATA: Yield early in the status polling from raw-mode & ring-0. …
|
|
|
@72589
|
6 years |
vboxsync |
DevATA: Register statistics profiling the yields. bugref:1960
|
|
|
@72588
|
6 years |
vboxsync |
DevATA: Reduce repeate RTThreadYield() calls on EMT on …
|
|
|
@72587
|
6 years |
vboxsync |
DevATA: Moved the static variables (there will be two in play here, R3 …
|
|
|
@70776
|
7 years |
vboxsync |
Devices/Storage/DevATA.cpp: Implement MODE SENSE (6) command to be on …
|
|
|
@70687
|
7 years |
vboxsync |
DevATA,DevAHCI: build fixes for 32bit
|
|
|
@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
|
|
|
@69304
|
7 years |
vboxsync |
Devices/Storage: scm updates
|
|
|
@69046
|
7 years |
vboxsync |
Global: replace fall-through comments with RT_FALL_THRU(). …
|
|
|
@68369
|
7 years |
vboxsync |
DevATA: bugref:8965: enable IDE0/IDE1 at device creation time as this …
|
|
|
@67959
|
7 years |
vboxsync |
DevATA: Select device 0 when resetting, see bugref:5869
|
|
|
@66239
|
8 years |
vboxsync |
DevATA: Fix
|
|
|
@66235
|
8 years |
vboxsync |
DevATA: Fix READ (10)/(12) command, only respond with the ILLEGAL MODE …
|
|
|
@66201
|
8 years |
vboxsync |
DevATA: build fix
|
|
|
@66198
|
8 years |
vboxsync |
ATA: Support discs with multiple tracks
|
|
|
@66057
|
8 years |
vboxsync |
Devices/Storage/DevATA: Fix booting BeOS from a physical disc with …
|
|
|
@66006
|
8 years |
vboxsync |
Wrap entering/leaving the per controller lock to save a few code lines …
|
|
|
@65997
|
8 years |
vboxsync |
DevATA: Split too long lines
|
|
|
@65968
|
8 years |
vboxsync |
DevATA: build fixes
|
|
|
@65966
|
8 years |
vboxsync |
Devices/Storage/DevATA: Get rid of most of the parsing code in …
|
|
|
@65960
|
8 years |
vboxsync |
DevATA: Started some small cleanups, merge PIIX3ATABmDma.h into …
|
|
|
@65648
|
8 years |
vboxsync |
gcc 7: Devices: fall thru
|
|
|
@65110
|
8 years |
vboxsync |
Storage/Devices/DevATA: Make use of the new SCSI inline helpers and …
|
|
|
@65075
|
8 years |
vboxsync |
Devices/Storage: Move ide.h to include/VBox/ata.h to be consistent …
|
|
|
@65069
|
8 years |
vboxsync |
Devices/Storage: Rename ATAPI_INQUIRY_*_ID_LENGTH to …
|
|
|
@65061
|
8 years |
vboxsync |
pdmstorageifs.h: Pass the CDB length in PDMIMEDIA::pfnSendCmd to not …
|
|
|
@65060
|
8 years |
vboxsync |
DevATA: Remove todo as it is already done now (in a different place in …
|
|
|
@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
|
|
|
@64093
|
8 years |
vboxsync |
Storage: Move the NonRotationalMedium property from the devices and …
|
|
|
@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)
|
|
|
@62925
|
8 years |
vboxsync |
Devices: warnings
|
|
|
@62889
|
8 years |
vboxsync |
Devices: warnings
|
|
|
@62632
|
8 years |
vboxsync |
Devices: unused parameter warnings.
|
|
|
@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.
|
|
|
@57372
|
9 years |
vboxsync |
scm: fixes in previous cleanup run.
|
|
|
@57358
|
9 years |
vboxsync |
*: scm cleanup run.
|
|
|
@56992
|
9 years |
vboxsync |
Devices: Log & Assertion formatting fixes.
|
|
|
@56715
|
9 years |
vboxsync |
Fix various alignments of STAM members in devices and VMM for 32bit, …
|
|
|
@56579
|
9 years |
vboxsync |
Storage/ATA: fixed returned device strings from INQUIRY command (were …
|
|
|
@56413
|
10 years |
vboxsync |
IOM,DevATA,Dev*SCSI: Redid the string I/O callbacks so the devices …
|
|
|
@56408
|
10 years |
vboxsync |
DevATA: Allow ataBMDMACmdWriteB to start stuff in ring-0 too.
|
|
|
@56407
|
10 years |
vboxsync |
duh
|
|
|
@56406
|
10 years |
vboxsync |
DevATA: Merged ataIOPortRead1Data/ataIOPortWrite1Data with …
|
|
|
@56405
|
10 years |
vboxsync |
DevATA: Split out the data port from the IOPortBase1 I/O port …
|
|
|
@56404
|
10 years |
vboxsync |
DevATA: Read final PIO transfer unit in ring-0.
|
|
|
@56402
|
10 years |
vboxsync |
DevATA,PDMCritSect: Changed the AsyncIOSem from RTSEMEVENT to …
|
|
|
@56400
|
10 years |
vboxsync |
DevATA: Use the R3 infix to clarify in which context things are executed.
|
|
|
@56399
|
10 years |
vboxsync |
nits
|
|
|