VirtualBox

source: vbox/trunk/src/VBox/Devices/Storage/DevATA.cpp

Revision Log Mode:


Legend:

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