VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @106061   2 months vboxsync Copyright year updates by scm.
(edit) @105208   5 months vboxsync Devices/VirtIO: Don't try copying any potential return data if the …
(edit) @104432   7 months vboxsync Virtio/Core: Fixes and descriptor table printing for our debugger's …
(edit) @104280   8 months vboxsync VirtioCore: improved chain length checks and MMIO read handling in …
(edit) @102875   11 months vboxsync Devices/VirtIO: More verbose logging
(edit) @102827   11 months vboxsync Devices/VirtioCore, Devices/VirtioNet: Correct check, bugref:10566
(edit) @101414   14 months vboxsync Devices/VirtioCore: Correct check, bugref:10521
(edit) @100402   17 months vboxsync Devices/VirtIO: Add support for the VirtIO over MMIO transport mode …
(edit) @100400   17 months vboxsync Devices/VirtIO: Add support for the VirtIO over MMIO transport mode …
(edit) @100372   17 months vboxsync Devices/VirtIO: Mark the API as hidden explicitely, bugref:10459
(edit) @100371   17 months vboxsync Devices/VirtIO,DevVirtioNet,DevVirtioSCSI: Get rid of …
(edit) @99775   19 months vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @99739   19 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @98661   22 months vboxsync Devices/DevVirtioSCSI: Possible fix for bugref:9440#c164, the queue …
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @98064   23 months vboxsync Devices: Remove the unused Virtio core code and legacy virtio-net …
(edit) @98063   23 months vboxsync Devices/Virtio,Devices/DevVirtioNet_1_0: Additional fixes for the …
(edit) @97530   2 years vboxsync Devices/VirtioCore.cpp: Add workaround for the legacy virtio-net …
(edit) @97525   2 years vboxsync Devices/VirtioCore: Initialize reference counter and magic always, …
(edit) @97292   2 years vboxsync Devices/VirtioScsi: Fixed controller not being recognized by the UEFI …
(edit) @97030   2 years vboxsync virtio: Do not select the wrong virtq (see bugref:10301).
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95609   2 years vboxsync Devices/DevVirtioNet_1_0: Fix legacy 32-bit guest compatibility. …
(edit) @94970   3 years vboxsync Devices/Virtio|ai: Fixes and performance improvements for the 1.0 …
(edit) @94969   3 years vboxsync Devices/Virtio|ai: Fixes and performance improvements for the 1.0 …
(edit) @94287   3 years vboxsync VirtioCore: Add missing @}, hopefully in the right place. bugref:9440.
(edit) @94275   3 years vboxsync VirtioCore: "Transitional devices MUST have a PCI Revision ID of 0." …
(edit) @93944   3 years vboxsync Devices: Must not use PAGE_SIZE, PAGE_SHIFT, PAGE_OFFSET_MASK, …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @93009   3 years vboxsync Fix burn. Dang this is what I get starting close to bed time
(edit) @93008   3 years vboxsync Fix burn (8)
(edit) @93007   3 years vboxsync Fix burn (8)
(edit) @92995   3 years vboxsync Fix virtio-scsi and virtio-net device name until switchover to …
(edit) @92951   3 years vboxsync Fix error handling bug and a few typos
(edit) @92950   3 years vboxsync VirtioCore: pcszMmioName -> szMmioName and pcszPortIoName -> …
(edit) @92949   3 years vboxsync VirtioCore: VIRTIOCORER3::pfnFeatureNegotiationComplete must be …
(edit) @92945   3 years vboxsync Fix burns (7)
(edit) @92944   3 years vboxsync Fix burns (6)
(edit) @92943   3 years vboxsync Fix burns (5)
(edit) @92942   3 years vboxsync Fix burns (4)
(edit) @92941   3 years vboxsync Fix burns (3)
(edit) @92940   3 years vboxsync Attempt 1 burn fix. virtioCoreFormatDeviceStatus() saying undefined. …
(edit) @92939   3 years vboxsync Improve transitional behavior, and save/load exec code. Some Rx …
(edit) @92091   3 years vboxsync Optimize how legacy/modern driver is determined to avoid polling, and …
(edit) @91956   3 years vboxsync VMM,Devices: Eliminate direct calls to DBGFR3* and use the device …
(edit) @91954   3 years vboxsync VMM,Devices: Eliminate direct calls to DBGFR3* and use the device …
(edit) @91953   3 years vboxsync VMM,Devices: Eliminate direct calls to DBGFR3* and use the device …
(edit) @91950   3 years vboxsync VMM,Devices: Eliminate direct calls to DBGFR3* and use the device …
(edit) @91944   3 years vboxsync VMM,Devices: Eliminate direct calls to DBGFR3* and use the device …
(edit) @91706   3 years vboxsync fix other misc Windows build box gripes
(edit) @91705   3 years vboxsync fix misc Windows build box gripes
(edit) @91704   3 years vboxsync add guards to STAM counters
(edit) @91703   3 years vboxsync DevVirtioNet_1_0.cpp: Convert VirtIO to be 'transitional' device, that …
(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
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