VirtualBox

source: vbox/trunk/src/VBox/Devices/Storage

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3670   17 years vboxsync RT_OS_L4
(edit) @3666   17 years vboxsync replace underscore symbols in Devices/
(edit) @3647   17 years vboxsync don't depend on the deprecated vl_vbox.h header anymore
(edit) @3538   17 years vboxsync Force disabling of CD/DVD passthrough mode if host drive is not available.
(edit) @3310   17 years vboxsync don't flood the release log with messages about failed passthrough ATA …
(edit) @3211   17 years vboxsync typos
(edit) @3199   17 years vboxsync Ignore AttachFailError config in Block driver. Otherwise changing the …
(edit) @3167   17 years vboxsync use PDM helper functions
(edit) @3158   17 years vboxsync No else after return.
(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) @3081   18 years vboxsync warning
(edit) @2988   18 years vboxsync InnoTek -> innotek part 4: more miscellaneous files.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2980   18 years vboxsync InnoTek -> innotek: actual code changes (headers follow).
(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) @2833   18 years vboxsync New open flag for just getting the image information, suppressing …
(edit) @2829   18 years vboxsync Warnings fix.
(edit) @2826   18 years vboxsync Yield CPU on drive busy, even in guest context. This reduces the CPU …
(edit) @2784   18 years vboxsync Converted to sub-makefiles.
(edit) @2758   18 years vboxsync Don't flush the raw disk/partition extents.
(edit) @2742   18 years vboxsync Implement determining image flags on open. Also partial implementation …
(edit) @2728   18 years vboxsync Allow (but punish with an assertion) creation of a HDD container …
(edit) @2718   18 years vboxsync Implemented raw partition access.
(edit) @2673   18 years vboxsync Comment fix.
(edit) @2661   18 years vboxsync Raw disk access VMDKs can now be generated, too.
(edit) @2650   18 years vboxsync Updated VD image create interface. Implemented closing/deleting of …
(edit) @2645   18 years vboxsync Better ATAPI passthrough error logging.
(edit) @2595   18 years vboxsync Fixed horrible memory leak when writing to a so far unused block.
(edit) @2590   18 years vboxsync Optimize writes to a so far unallocated blocks in the VMDK which don't …
(edit) @2589   18 years vboxsync The code calling us assumes that after a full block write the pre- and …
(edit) @2583   18 years vboxsync Fix incorrect error check for VMDK with separate descriptor file.
(edit) @2582   18 years vboxsync Windows doesn't like flushing files opened in read-only mode.
(edit) @2580   18 years vboxsync Fixed uppercase conversion.
(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) @2564   18 years vboxsync Many VMDK block splitup fixes and the start of the create image function.
(edit) @2562   18 years vboxsync Rename identifiers to avoid conflicts with the new code.
(edit) @2558   18 years vboxsync Undid incorrect commit.
(edit) @2557   18 years vboxsync Fixed and simplified BIOS int15 mouse service. Avoids spurious …
(edit) @2544   18 years vboxsync Removed harmful Yield.
(edit) @2539   18 years vboxsync Proper VMDK fix, part 1.
(edit) @2534   18 years vboxsync Provide error message (only for the release log, as the IDE device …
(edit) @2478   18 years vboxsync [Mm]akefile -> Makefile.kmk
(edit) @2477   18 years vboxsync export
(edit) @2475   18 years vboxsync Makefile.kmk -> Makefile.kup
(edit) @2405   18 years vboxsync Backed out [20718] as it broke vmdk image support.
(edit) @2390   18 years vboxsync Resurrect old VMDK code and make it default.
(edit) @2385   18 years vboxsync Fixed copy&paste errors. Use the correct image reference and filename.
(edit) @2381   18 years vboxsync VCC8 is very picky about char* vs const char *
(edit) @2380   18 years vboxsync export to OSE
(edit) @2379   18 years vboxsync export to OSE
(edit) @2375   18 years vboxsync I'll change RTFile* to use size_t one day. in the mean time we'll have …
(edit) @2361   18 years vboxsync Proper fix this time.
(edit) @2360   18 years vboxsync Shut up gcc.
(edit) @2359   18 years vboxsync Fixed variable initialization.
(edit) @2358   18 years vboxsync New VMDK code.
(edit) @2334   18 years vboxsync Do the 16383 cylinder clipping earlier (again). Needed for the new …
(edit) @2272   18 years vboxsync RTPathReal presumes that the path exists!
(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) @2084   18 years vboxsync claim+unmount mounted dvds on darwin.
(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) @1967   18 years vboxsync a bit less strict on 0 byte buffers. (TEST UNIT READY + linux)
(edit) @1965   18 years vboxsync HostDVD support for Darwin.
(edit) @1910   18 years vboxsync warnings
(edit) @1874   18 years vboxsync Main: Fixed: Simultaneous usage of immutable VDIs by more than one …
(edit) @1855   18 years vboxsync PDMDevHlpDriverAttach
(edit) @1795   18 years vboxsync Fixed small problem with iSCSI translation detection (returns unknown …
(edit) @1784   18 years vboxsync Provide sensible error message in case the raw disk cannot be opened.
(edit) @1742   18 years vboxsync Proterty cleanup
(edit) @1740   18 years vboxsync Support raw disk images (the code is almost identical to raw disk …
(edit) @1735   18 years vboxsync Partly revert previous CHS translation and shuffle around 16383 …
(edit) @1717   18 years vboxsync 64 bits windows build fixes
(edit) @1708   18 years vboxsync Implemented WIN32 raw disk access setup (the rest was already generic).
(edit) @1695   18 years vboxsync Initial implementation of raw host hard disk support.
(edit) @1566   18 years vboxsync VBOXDDU_DECL & IN_VBOXDDU
(edit) @1565   18 years vboxsync Split out the bulk of the VDI code from VBoxDD and put it in VBoxDDU …
(edit) @1532   18 years vboxsync Handle EFBIG on Linux correctly (and try to detect the same situation …
(edit) @1300   18 years vboxsync Fix eol style properties for header files
(edit) @1021   18 years vboxsync Only detect geometry via the partition table if invalid CHS is set.
(edit) @1015   18 years vboxsync Storage/Main/GUI: Implemented preliminary support of VMDK images …
(edit) @1014   18 years vboxsync Fixed physical CHS detection. Hopefully without breaking existing VDIs.
(edit) @960   18 years vboxsync Darwin hacking.
(edit) @860   18 years vboxsync Fixed crash on snapshot merge.
(edit) @778   18 years vboxsync Fixed capability reporting so that it works with libhal.
(edit) @745   18 years vboxsync Use ASMBitFirstSet for check if data block is zero.
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