VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @85016   4 years vboxsync Network/DeviVirtioNet_1_0.cpp: More clean up and naming for …
(edit) @84876   4 years vboxsync Network/DevVirtioNet_1_0.cpp: Fixed up comments/formatting that got …
(edit) @84819   4 years vboxsync Virtio/VirtioCore.cpp, Network/DevVirtioNet_1_0.cpp, …
(edit) @84803   4 years vboxsync Network/DevVirtioNet_1_0.cpp: Rename API functions to refer to Virtq …
(edit) @84786   4 years vboxsync Attempt to fix burn
(edit) @84774   4 years vboxsync Network/DevVirtioNet_1_0.cpp: Fixed controlq hang, reduced use of …
(edit) @84504   5 years vboxsync Devices/Storage: Convert to use new PDMDevHlp guest memory read/write …
(edit) @84489   5 years vboxsync Devices/DevAHCI: Convert PDMDevHlpPhys read/write calls to the new …
(edit) @84468   5 years vboxsync Network/DevVirtioNet_1.0.cpp: Removed force interrupt flag from API …
(edit) @84391   5 years vboxsync Fix more windows compiler warnings
(edit) @84390   5 years vboxsync Fix more windows compiler warnings
(edit) @84389   5 years vboxsync Fix more windows compiler warnings
(edit) @84388   5 years vboxsync Fix more windows compiler warnings
(edit) @84386   5 years vboxsync Clean up more build warnings
(edit) @84358   5 years vboxsync Fix burns
(edit) @84357   5 years vboxsync Fix burns
(edit) @84356   5 years vboxsync Fix burns
(edit) @84355   5 years vboxsync Fix burns
(edit) @84354   5 years vboxsync Fix burns
(edit) @84351   5 years vboxsync Network/DevVirtioNet_1_0.cpp: Fixed R0->R3 degradation in I/O path by …
(edit) @84003   5 years vboxsync DevVirtioSCSI.cpp: Use %Rrc instead of RTErrGetDefine.
(edit) @83913   5 years vboxsync Network/DevVirtioNet_1_0.cpp: Various fixes and improvements, most …
(edit) @83814   5 years vboxsync Devices/IOBufMgmt: Use RT_BIT_Z to combat annoying MSC warning. …
(edit) @83605   5 years vboxsync DevVirtioSCSI: file header correction. bugref:9440
(edit) @83603   5 years vboxsync Virtio_1_0: Added some descriptor chain stats to see that we don't …
(edit) @83594   5 years vboxsync DevVirtioSCSI.cpp: Saved state fixes. bugref:9440
(edit) @83587   5 years vboxsync Virtio_1_0: Reworked the VIRTIO_DESC_CHAIN_T handling to decrease the …
(edit) @83582   5 years vboxsync DevVirtioSCSI.cpp: doxygen fix. bugref:9440
(edit) @83577   5 years vboxsync DevVirtioSCSI.cpp: build fix. bugref:9440
(edit) @83574   5 years vboxsync DevVirtioSCSI.cpp: Cleaned up some uint64_t casting in …
(edit) @83573   5 years vboxsync DevVirtioSCSI.cpp: Eliminated unnecessary memory allocations in …
(edit) @83572   5 years vboxsync DevVirtioSCSI.cpp: Shorten the member names of …
(edit) @83571   5 years vboxsync DevVirtioSCSI.cpp: Eliminated unnecessary memory allocations in …
(edit) @83570   5 years vboxsync DevVirtioSCSI.cpp: Eliminated two small memory allocations in …
(edit) @83569   5 years vboxsync DevVirtioSCSI.cpp: Eliminated two small memory allocations in …
(edit) @83568   5 years vboxsync DevVirtioSCSI.cpp: Added a wrapper around virtioScsiR3ReqErr for …
(edit) @83567   5 years vboxsync DevVirtioSCSI.cpp: Made virtioScsiR3ReqErr use a stack buffer for the …
(edit) @83566   5 years vboxsync DevVirtioSCSI.cpp: Defined and enforced limits on …
(edit) @83565   5 years vboxsync DevVirtioSCSI.cpp: Some memory todos. Use RTMemFreeZ for one …
(edit) @83492   5 years vboxsync Storage/DevVirtioSCSI.cpp Add bounds checks for data read back from …
(edit) @83141   5 years vboxsync DevBusLogic: Improved interrupt reporting logic to match real …
(edit) @83132   5 years vboxsync DevBusLogic: Corrected R0 port handler registration.
(edit) @83127   5 years vboxsync DevBusLogic: Generalized commands that do not set CMDC.
(edit) @83126   5 years vboxsync DevBusLogic: Improved accuracy of adapter information to better match …
(edit) @83117   5 years vboxsync DevBusLogic: Reset mailbox positions when INITIALIZE (EXTENDED) …
(edit) @83116   5 years vboxsync Typo.
(edit) @83115   5 years vboxsync Typo.
(edit) @83042   5 years vboxsync Devices/Storage/DrvDiskIntegrity: Implement some additional interface …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82941   5 years vboxsync Devices/Storage/VSCSILunMmc: Fix possible double free under certain …
(edit) @82863   5 years vboxsync Network/DevVirtioNet_1_0.cpp: Builds cleanly. Finished initial tying …
(edit) @82690   5 years vboxsync DrvVD: Workaround to make encrypted VMs with snapshots work again
(edit) @82681   5 years vboxsync Network/DevVirtioNet_1_0.cpp: Ported skeletal framwork from VirtIO 0.9 …
(edit) @82667   5 years vboxsync Devices/Storage/VBoxSCSI: Prevent multiple vCPUs from accessing the …
(edit) @82571   5 years vboxsync Storage/DevVirtioSCSI.cpp: fixed docs-related comment typo
(edit) @82559   5 years vboxsync Storage/DevVirtioSCSI.cpp: Enabled R0, increased req queue count to 4 …
(edit) @82456   5 years vboxsync DevLsiLogicSCSI: Forgot to set PDM_DEVREG_FLAGS_NEW_STYLE in …
(edit) @82244   5 years vboxsync VSCSI/Mmc: Fail the request early if the properties for a given LUN …
(edit) @82188   5 years vboxsync DevFdc: Saved state fix - forgot to increase FDC_SAVESTATE_CURRENT. duh!
(edit) @82183   5 years vboxsync Storage/DevVirtioSCSI.cpp: Fixed sizeof() calc in virtioScsiR3ReqErr() …
(edit) @82179   5 years vboxsync buslogic*Construct: NIL handles and assert NIL values in ring-0. …
(edit) @82177   5 years vboxsync DevFdc: Saved state fixes (cannot just save two extra timers w/o …
(edit) @82153   5 years vboxsync DevBusLogic: Fixed R0 setup in ISA-only mode.
(edit) @82152   5 years vboxsync DevFdc: Introduced IRQDelay option to postpone interrupts, needed for …
(edit) @82151   5 years vboxsync Storage/DevVirtioSCSI.cpp: Did some work on virtio async event …
(edit) @82145   5 years vboxsync Storage/DevVirtioSCSI.cpp: Fixed problem with scsi offline errors on …
(edit) @82130   5 years vboxsync DrvVD: Moved the statistics to /Public/Storage/ to make them official …
(edit) @82056   5 years vboxsync fix comments/flowerboxes
(edit) @82054   5 years vboxsync fix comments/flowerboxes
(edit) @82046   5 years vboxsync Fix comment
(edit) @82042   5 years vboxsync Factored out virtq naming code so it can be re-used in load exec code …
(edit) @82025   5 years vboxsync Reverted accidental commit.
(edit) @82024   5 years vboxsync DevATA: Extended IRQ delay to PIO transfers for compatibility with …
(edit) @82023   5 years vboxsync fix parameter list in Log*() statement
(edit) @82017   5 years vboxsync DevATA: indent.
(edit) @82015   5 years vboxsync DevATA: Don't block config sub-nodes. bugref:9218
(edit) @82010   5 years vboxsync Storage/DevVirtioSCSI.cpp: Implemented save/load suspended I/O …
(edit) @82004   5 years vboxsync Storage/DevVirtioSCSI.cpp: Finish last of Knut's to do items except …
(edit) @81999   5 years vboxsync DevATA: First set device signature, then status register; cosmetic …
(edit) @81998   5 years vboxsync DevATA: Removed redundant SetIRQ calls (see bugref:5869).
(edit) @81997   5 years vboxsync DevATA: Changed register state at the end of read/write operations for …
(edit) @81995   5 years vboxsync DevFDC: Added option for enabling access to status register A (SRA) - …
(edit) @81973   5 years vboxsync Storage/DevVirtioSCSI.cpp: Took care of more to do items from bird's …
(edit) @81935   5 years vboxsync DevVirtioSCSI: Only 7-bit ASCII if possible.
(edit) @81890   5 years vboxsync DevAHCI: Doxygen. bugref:9218
(edit) @81887   5 years vboxsync DevAHCI: s/ahciPort/aPorts/g. bugref:9218
(edit) @81886   5 years vboxsync DevAHCI: Split up structures. More or less done converting to new PDM …
(edit) @81885   5 years vboxsync DevAHCI: Converted I/O ports and MMIO handlers to new style. bugref:9218
(edit) @81880   5 years vboxsync DevAHCI: s/pAhci/pThis/g. bugref:9218
(edit) @81879   5 years vboxsync DevAHCI: Use the new handle based timer interface for the CCC timer. …
(edit) @81878   5 years vboxsync DevAHCI: Use the device helpers for CFGM and SSM functions. [fix] …
(edit) @81877   5 years vboxsync DevAHCI: Use the device helpers for critical sections and thread …
(edit) @81875   5 years vboxsync DevAHCI: Use the device helpers for CFGM and SSM functions. bugref:9218
(edit) @81874   5 years vboxsync DevAHCI: Use the device helpers for support driver semaphores. bugref:9218
(edit) @81873   5 years vboxsync DevAHCI: Kicking out the notification queue now that we don't have …
(edit) @81872   5 years vboxsync DevAHCI: Dropped unnecessary pragma pack(1). bugref:9218
(edit) @81870   5 years vboxsync DevATA: Use RT_SAFE_SUBSCRIPT. bugref:9218
(edit) @81867   5 years vboxsync DevATA: Some structure naming cleanup. bugref:9218
(edit) @81862   5 years vboxsync DevATA: doxygen fixes. bugref:9218
(edit) @81860   5 years vboxsync DevATA: Split up the state structures. Marked device as new-style. …
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