VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @90791   3 years vboxsync Devices: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90447   3 years vboxsync Dev*: Checked up all the PDMDevHlpCritSectEnter calls to make sure the …
(edit) @88828   4 years vboxsync Fix small burn
(edit) @88827   4 years vboxsync Storage/DevVirtioSCSI: Fix a few things to get code working on Windows …
(edit) @86407   4 years vboxsync Fix burn
(edit) @86406   4 years vboxsync Attempt to fix unused var burn
(edit) @86405   4 years vboxsync Fixed problem with host crashing with DevVirtioNet_1_0.cpp R3 virtual …
(edit) @85819   4 years vboxsync Fix assert when guest uses raw PCI bus access to get 1, 2, 4 byte …
(edit) @85415   4 years vboxsync Network/DevVirtioNet_1_0.cpp: Fixed pause/resume/poweroff, added more …
(edit) @85325   4 years vboxsync VirtioCore.h: Removed unnecessary prototypes of …
(edit) @85291   4 years vboxsync Networking/DevVirtioNet_1_0.cpp: Made some performance tweaks and …
(edit) @85194   4 years vboxsync VirtioCore.h: Removed extra virtioCoreGCPhysChainCalcBufSize prototype …
(edit) @85132   4 years vboxsync Network/DevVirtioNet_1_0 fixed accidental renaming of some constants
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @85109   4 years vboxsync Resolved other part of xtracker #9766. Rearranged structs, arrays and …
(edit) @85054   4 years vboxsync VirtioCore.cpp: scm fix.
(edit) @85045   4 years vboxsync Network/DevVirtioNet_1_0.cpp: Return virtioCoreVirtqAttach() to …
(edit) @85032   4 years vboxsync Another comment clarification or two in VirtioCore.h
(edit) @85030   4 years vboxsync Minor edits to comments in VirtioCore.h
(edit) @85025   4 years vboxsync Minor fixes to last integration
(edit) @85016   4 years vboxsync Network/DeviVirtioNet_1_0.cpp: More clean up and naming for …
(edit) @84882   4 years vboxsync fix scm burn
(edit) @84877   4 years vboxsync Network/DevVirtioNet_1_0.cpp: Fixes and edits to comments in r138708
(edit) @84876   4 years vboxsync Network/DevVirtioNet_1_0.cpp: Fixed up comments/formatting that got …
(edit) @84820   4 years vboxsync Fix burn due to forgetting to change VirtioCore.h guard to reflect …
(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) @84783   4 years vboxsync Attempt to fix burn
(edit) @84782   4 years vboxsync Attempt to fix burn
(edit) @84780   4 years vboxsync Attempt to fix burn
(edit) @84779   4 years vboxsync Attempt to fix burn
(edit) @84778   4 years vboxsync Attempt to fix burn
(edit) @84777   4 years vboxsync Attempt to fix burn
(edit) @84776   4 years vboxsync Attempt to fix burn
(edit) @84775   4 years vboxsync Attempt fix burns
(edit) @84774   4 years vboxsync Network/DevVirtioNet_1_0.cpp: Fixed controlq hang, reduced use of …
(edit) @84509   5 years vboxsync iprt/cdefs.h,*: Introducing RT_FLEXIBLE_ARRAY_EXTENSION as a g++ hack …
(edit) @84468   5 years vboxsync Network/DevVirtioNet_1.0.cpp: Removed force interrupt flag from API …
(edit) @84430   5 years vboxsync Network/DevVirtioNet_1_0.cpp: Fixed typo that made disabling …
(edit) @84384   5 years vboxsync Network/DevVirtioNet_1_0.cpp: Fix some Windows build warnings and …
(edit) @84383   5 years vboxsync Network/DevVirtioNet_1_0.cpp: Fixed bug where Network Settings on …
(edit) @84354   5 years vboxsync Fix burns
(edit) @84353   5 years vboxsync Fix burn (move function into R3)
(edit) @84352   5 years vboxsync Fix burn
(edit) @84351   5 years vboxsync Network/DevVirtioNet_1_0.cpp: Fixed R0->R3 degradation in I/O path by …
(edit) @83915   5 years vboxsync Fix burns
(edit) @83914   5 years vboxsync Fix burns
(edit) @83913   5 years vboxsync Network/DevVirtioNet_1_0.cpp: Various fixes and improvements, most …
(edit) @83664   5 years vboxsync Network/DevVirtioNet_1_0.cpp: Now have round trip networking working. …
(edit) @83603   5 years vboxsync Virtio_1_0: Added some descriptor chain stats to see that we don't …
(edit) @83587   5 years vboxsync Virtio_1_0: Reworked the VIRTIO_DESC_CHAIN_T handling to decrease the …
(edit) @83576   5 years vboxsync Virtio_1_0.h: Todo. bugref:9440
(edit) @83575   5 years vboxsync Virtio_1_0.cpp: Ditto uint64_t casting cleaning up in …
(edit) @83499   5 years vboxsync Network/DevVirtioNet_1_0.cpp: Round trip traffic happening …
(edit) @83187   5 years vboxsync Remove debugging change that shouldn't be in code others use
(edit) @83186   5 years vboxsync Network/DevVirtioNet.cpp: Some clean up. Have verified that received …
(edit) @83174   5 years vboxsync fix burns
(edit) @83165   5 years vboxsync Network/DevVirtioNet.cpp Found some issues after going back and …
(edit) @83058   5 years vboxsync Network/DevVirtioNet_1_0.cpp: Starting to receive Rx packets from now. …
(edit) @83028   5 years vboxsync Network/DevVirtioNet_1_0.cpp: Fixed but in Virtio_1_0.cpp …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82961   5 years vboxsync Network/DevVirtioNet_1_0.cpp: Device appears and is doing transactions …
(edit) @82864   5 years vboxsync Move function unused in R0 into R3 guards to fix burn
(edit) @82863   5 years vboxsync Network/DevVirtioNet_1_0.cpp: Builds cleanly. Finished initial tying …
(edit) @82681   5 years vboxsync Network/DevVirtioNet_1_0.cpp: Ported skeletal framwork from VirtIO 0.9 …
(edit) @82560   5 years vboxsync Storage/DevVirtioSCSI.cpp: Had to ifdef R3 some functions that caused …
(edit) @82559   5 years vboxsync Storage/DevVirtioSCSI.cpp: Enabled R0, increased req queue count to 4 …
(edit) @82183   5 years vboxsync Storage/DevVirtioSCSI.cpp: Fixed sizeof() calc in virtioScsiR3ReqErr() …
(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) @82055   5 years vboxsync fix comments/flowerboxes
(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) @81975   5 years vboxsync fix burn due to RT logging macro not registering as a use of a variable
(edit) @81974   5 years vboxsync Storage/DevVirtioSCSI.cpp: Fix unused variable burn
(edit) @81973   5 years vboxsync Storage/DevVirtioSCSI.cpp: Took care of more to do items from bird's …
(edit) @81838   5 years vboxsync Storage/DevVirtioSCSI.cpp: Fixed Last minute change to invert …
(edit) @81819   5 years vboxsync Storage/DevVirtioSCSI.cpp Accidentally put some functions in between …
(edit) @81818   5 years vboxsync Storage/DevVirtioSCSI.cpp Add some exported prototypes complained …
(edit) @81817   5 years vboxsync Storage/DevVirtioSCSI.cpp: Remove const qualifier on type to prevent …
(edit) @81815   5 years vboxsync Storage/DevVirtioSCSI.cpp: Fix burn caused by casting error that …
(edit) @81814   5 years vboxsync Storage/DevVirtioSCSI.cpp: Worked on bird's todo items, most notably …
(edit) @81731   5 years vboxsync DevRirtioNet,Virtio: nits. bugref:9218
(edit) @81722   5 years vboxsync DevVirtioNet,Virtio: Rearranging code a little. bugref:9218
(edit) @81721   5 years vboxsync DevVirtioNet,Virtio: Converted to new PDM device model. bugref:9218
(edit) @81720   5 years vboxsync DevVirtioNet,Virtio: Converted to new PDM device model. bugref:9218
(edit) @81703   5 years vboxsync DevVirtioNet.cpp,Virtio.cpp: Some cleanups prepping for refactoring to …
(edit) @81690   5 years vboxsync Virtio_1_0: indent fix (my bad). bugref:9218
(edit) @81689   5 years vboxsync Virtio_1_0: Missing return VINF_SUCCESS in virtioMmioWrite. Reduced …
(edit) @81678   5 years vboxsync Virtio_1_0,DevVirtioScsi: s/virtio/virtioCore/ + …
(edit) @81677   5 years vboxsync Virtio_1_0,DevVirtioScsi: Converting to new PDM model - mostly done, I …
(edit) @81675   5 years vboxsync Virtio_1_0,DevVirtioScsi: Converting to new PDM model - split up …
(edit) @81662   5 years vboxsync Virtio_1_0,DevVirtioScsi: Started converting to new PDM model. …
(edit) @81661   5 years vboxsync Virtio_1_0,DevVirtioScsi: More common virtio code cleanups. …
(edit) @81660   5 years vboxsync Virtio_1_0,DevVirtioScsi: More common virtio code cleanups. …
(edit) @81659   5 years vboxsync Virtio_1_0,DevVirtioScsi: Refactored code to not use the heap for the …
(edit) @81658   5 years vboxsync Virtio_1_0,DevVirtioScsi: Refactored code to not use the heap for the …
(edit) @81654   5 years vboxsync virtio_1_0: Unused inlines (clang is a pain). bugref:9218 bugref:9440
(edit) @81653   5 years vboxsync Virtio_1_0: Very superficial code review (style mostly), preparing for …
(edit) @81634   5 years vboxsync DevVirtioScsi,Virtio_1_0: A quick and superficial review of …
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