|
|
@7754
|
17 years |
vboxsync |
More info on this ataDestruct assertion.
|
|
|
@7636
|
17 years |
vboxsync |
oops.
|
|
|
@7630
|
17 years |
vboxsync |
Keep hitting the assertion in the wait code. Attempt to improve this …
|
|
|
@7575
|
17 years |
vboxsync |
eliminate tabs
|
|
|
@7232
|
17 years |
vboxsync |
Get rid of the no longer needed hacky wait for the async I/O threads …
|
|
|
@7151
|
17 years |
vboxsync |
Increase the ATA async thread termination timeout to 5 seconds. …
|
|
|
@7107
|
17 years |
vboxsync |
cosmetics.
|
|
|
@7072
|
17 years |
vboxsync |
Make our devices use the RTGCPHYS32 type & backed out the alignment …
|
|
|
@7060
|
17 years |
vboxsync |
Fix incorrect use of RTGCPHYS in DevATA. All this is 32bit only.
|
|
|
@7058
|
17 years |
vboxsync |
Added (disabled) instrumentation for measuring the time DMA writes to …
|
|
|
@7043
|
17 years |
vboxsync |
Realigning after RTGCPHYS change.
|
|
|
@6609
|
17 years |
vboxsync |
ATA: BytesRead + BytesWritten are needed for the statistics window
|
|
|
@6331
|
17 years |
vboxsync |
cosmetics
|
|
|
@6291
|
17 years |
vboxsync |
Big virtual disk changeset containing several modifications
* remove …
|
|
|
@6062
|
17 years |
vboxsync |
ATA: Fix status value for EXECUTE DEVICE DIAGNOSTICS command, should …
|
|
|
@5999
|
17 years |
vboxsync |
The Giant CDDL Dual-License Header Change.
|
|
|
@5942
|
17 years |
vboxsync |
Remove incorrect trailing dots in the error messages.
|
|
|
@5645
|
17 years |
vboxsync |
ATA: On VERR_FILE_TOO_BIG clearly state that this relates the virtual …
|
|
|
@5482
|
17 years |
vboxsync |
Excessive ()
|
|
|
@5472
|
17 years |
vboxsync |
Comment typo.
|
|
|
@5438
|
17 years |
vboxsync |
Fix SuSE 9.1 install regression.
|
|
|
@5364
|
17 years |
vboxsync |
fixed alignment.
|
|
|
@5361
|
17 years |
vboxsync |
Added option to emulate PIIX4 IDE controller. Defaults to PIIX4 for …
|
|
|
@4787
|
17 years |
vboxsync |
Eliminated HCPTRTYPE and replaced with R3R0PTRTYPE where necessary.
|
|
|
@4778
|
17 years |
vboxsync |
Stricter pointer types
|
|
|
@4718
|
17 years |
vboxsync |
Real fix for the IDE device crash when huge blocks are read from CD. …
|
|
|
@4706
|
17 years |
vboxsync |
Fix incorrect setting of buffer end index if huge ATAPI transfers are …
|
|
|
@4243
|
17 years |
vboxsync |
fail, don't break, if there is buffer data and we haven't got any buffer.
|
|
|
@4192
|
17 years |
vboxsync |
Don't crash on misconfiguration (missing buffer). Ignore missing …
|
|
|
@4102
|
17 years |
vboxsync |
Fixed critsect deadlock when ejecting a CD. Defect #2191.
|
|
|
@4071
|
17 years |
vboxsync |
Biggest check-in ever. New source code headers for all (C) innotek files.
|
|
|
@4014
|
17 years |
vboxsync |
Use pdmdrv.h and pdmdev.h where appropirate.
|
|
|
@3935
|
17 years |
vboxsync |
Fix the if nesting and condition for the geometry fix that hopefully …
|
|
|
@3835
|
17 years |
vboxsync |
Attempt to fix VMDK geometry problem.
|
|
|
@3717
|
17 years |
vboxsync |
Improve release logging for linux guests. They use idle immediate …
|
|
|
@3310
|
17 years |
vboxsync |
don't flood the release log with messages about failed passthrough ATA …
|
|
|
@3211
|
17 years |
vboxsync |
typos
|
|
|
@3146
|
17 years |
vboxsync |
Emulate all weird aspects of the IRQ line multiplexing. No guest has …
|
|
|
@3114
|
17 years |
vboxsync |
Fix data type to avoid warnings.
|
|
|
@3113
|
17 years |
vboxsync |
Implement virtual paperclip (forced unmounting of media, currently …
|
|
|
@2981
|
18 years |
vboxsync |
InnoTek -> innotek: all the headers and comments.
|
|
|
@2945
|
18 years |
vboxsync |
Slight correction of release statistics: don't count the transfer of …
|
|
|
@2944
|
18 years |
vboxsync |
Release statistics for any combination of (ATA/ATAPI)/(DMA/PIO).
|
|
|
@2928
|
18 years |
vboxsync |
That code path is only reached for PIO in case, which doesn't generate …
|
|
|
@2900
|
18 years |
vboxsync |
Fixed fixed fix for Linux PIO reads. Tested Windows installs, worked
fine.
|
|
|
@2876
|
18 years |
vboxsync |
Back out fixed fix again.
|
|
|
@2875
|
18 years |
vboxsync |
Fix delta calculation.
|
|
|
@2872
|
18 years |
vboxsync |
Fixed the Linux PIO read fix. Now it shouldn't hang Windows installs …
|
|
|
@2862
|
18 years |
vboxsync |
Back out Linux guest PIO read fix. Breaks Windows guest installs from
CD.
|
|
|
@2842
|
18 years |
vboxsync |
Mark drive as ready immediately after a completed PIO read. This …
|
|
|
@2839
|
18 years |
vboxsync |
More release logging in relation to aborting of ATA commands.
|
|
|
@2826
|
18 years |
vboxsync |
Yield CPU on drive busy, even in guest context. This reduces the CPU …
|
|
|
@2673
|
18 years |
vboxsync |
Comment fix.
|
|
|
@2645
|
18 years |
vboxsync |
Better ATAPI passthrough error logging.
|
|
|
@2569
|
18 years |
vboxsync |
the string of valid CFG options in CFGMR3AreValuesValid() should be …
|
|
|
@2565
|
18 years |
vboxsync |
A little experiment trying to get rid of the critsect contention in DevATA.
|
|
|
@2544
|
18 years |
vboxsync |
Removed harmful Yield.
|
|
|
@2405
|
18 years |
vboxsync |
Backed out [20718] as it broke vmdk image support.
|
|
|
@2334
|
18 years |
vboxsync |
Do the 16383 cylinder clipping earlier (again). Needed for the new …
|
|
|
@2269
|
18 years |
vboxsync |
Stricter pointer typechecking. (R0 vs R3)
|
|
|
@2216
|
18 years |
vboxsync |
Backed out 20564 & 20565. Require many more changes.
|
|
|
@2215
|
18 years |
vboxsync |
Compile ataIOPortRead/WriteStr1 in ring 0 mode as well.
|
|
|
@2214
|
18 years |
vboxsync |
Register string read & write handlers for ring 0.
|
|
|
@2025
|
18 years |
vboxsync |
Ignore enable/disable reverting to power-on defaults instead of …
|
|
|
@2024
|
18 years |
vboxsync |
Allow disabling of multi-sector read commands.
|
|
|
@1795
|
18 years |
vboxsync |
Fixed small problem with iSCSI translation detection (returns unknown …
|
|
|
@1735
|
18 years |
vboxsync |
Partly revert previous CHS translation and shuffle around 16383 …
|
|
|
@1532
|
18 years |
vboxsync |
Handle EFBIG on Linux correctly (and try to detect the same situation …
|
|
|
@1021
|
18 years |
vboxsync |
Only detect geometry via the partition table if invalid CHS is set.
|
|
|
@1014
|
18 years |
vboxsync |
Fixed physical CHS detection. Hopefully without breaking existing VDIs.
|
|
|
@778
|
18 years |
vboxsync |
Fixed capability reporting so that it works with libhal.
|
|
|
@492
|
18 years |
vboxsync |
64-bit alignment. Klaus, could you quickly verify that I didn't break …
|
|
|
@471
|
18 years |
vboxsync |
Suspend the VM if an iSCSI target is down.
|
|
|
@433
|
18 years |
vboxsync |
Fixed IDE for OpenSolaris 10.
|
|
|
@429
|
18 years |
vboxsync |
Last minute breakage.
|
|
|
@427
|
18 years |
vboxsync |
Suspend (and later redo) I/O operations and EMT if the VDI layer …
|
|
|
@332
|
18 years |
vboxsync |
introduced PDMDevHlpGetVM()
|
|
|
@307
|
18 years |
vboxsync |
Bump SSM version.
|
|
|
@304
|
18 years |
vboxsync |
Fixed a collection of bugs in capability reporting. Added 3 ATAPI …
|
|
|
@262
|
18 years |
vboxsync |
Produce a better error message if the host CD/DVD drive is not accessible.
|
|
|
@113
|
18 years |
vboxsync |
64-bit
|
|
|
@1
|
55 years |
vboxsync |
import
|