VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @80308   5 years vboxsync Storage/DevVirtioSCSI.cpp: Some cleanup of r132764
(edit) @80307   5 years vboxsync Storage/DevVirtioSCSI.cpp: Removed pasted-into-wrong-window youtube URL
(edit) @80306   5 years vboxsync Storage/DevVirtioSCSI.cpp: Implemented interrupt handling and …
(edit) @80240   5 years vboxsync Adjust some parameters and interface
(edit) @80219   5 years vboxsync storage/DevVirtioSCSI.cpp, major changes that flesh out most of the …
(edit) @80201   5 years vboxsync Fix doxygen burn and fixed MMIO related macros, and notification area …
(edit) @80194   5 years vboxsync Some more re-structuring and encapsulation of library implementation. …
(edit) @80169   5 years vboxsync Changes to enforce VirtIO 1.0 section 4.1.3.1 compliant device …
(edit) @80168   5 years vboxsync Fixed offset usage that caused reaching into wrong values of newest …
(edit) @80148   5 years vboxsync Changed how MMIO items are accessed, simplified and fixed PCI CFG …
(edit) @80108   5 years vboxsync Implemented virtio_pci_cfg_cap interface of VirtIO 1.0 spec, section …
(edit) @80058   5 years vboxsync Virtio 1.0 capabilities are now showing up and some negotiation …
(edit) @79973   5 years vboxsync Just checking in changes. Working out new interface between …
(edit) @79941   5 years vboxsync Fix obvious bug in (pre-tested) Virtio PCI capabilities code. Using …
(edit) @79929   5 years vboxsync Attempt to fix burn related to bad doxygen doc field
(edit) @79928   5 years vboxsync See #9440 Comment #36
(edit) @76565   6 years vboxsync Devices: Use VBOX_INCLUDED_SRC_ as header guard prefix with scm.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76520   6 years vboxsync Devices: scm --fix-header-guards. bugref:9344
(edit) @73410   6 years vboxsync Network/Virtio: TX queue notification flag race fix. TX event stat …
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @71788   7 years vboxsync DevVirtioNet: A couple of todos and paranoia.
(edit) @71112   7 years vboxsync virtio: Workaround for older guests which do not enable PCI bus mastering.
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @65849   8 years vboxsync Devices: trailing spaces
(edit) @64834   8 years vboxsync Devices/Virtio: In an unlikely event that the guest requests features …
(edit) @64833   8 years vboxsync Devices/Virtio: Add missing feature and descriptor flags.
(edit) @64825   8 years vboxsync Devices/Virtio: vqueuePut - refactor more or less mechanically and …
(edit) @64810   8 years vboxsync Devices/Virtio: vqueuePut - don't call PDMDevHlpPCIPhysWrite with zero …
(edit) @64809   8 years vboxsync Devices/Virtio: vqueuePut - when computing remaining transfer size, …
(edit) @64393   8 years vboxsync PDMPCIDEV: s/config/abConfig/ everywhere, removing the legacy alias.
(edit) @64387   8 years vboxsync PDM,Devices: Some PCI device type cleanup.
(edit) @64301   8 years vboxsync Devices/VirtIO: additional check
(edit) @63562   8 years vboxsync scm: cleaning up todos
(edit) @63478   8 years vboxsync Devices: warnings (clang)
(edit) @63369   8 years vboxsync warnings (gcc)
(edit) @62962   8 years vboxsync Devices: warnings
(edit) @62618   8 years vboxsync Devices: unused parameter warnings.
(edit) @62504   8 years vboxsync (C) 2016
(edit) @58170   9 years vboxsync doxygen: fixes.
(edit) @57901   9 years vboxsync Devices/Virtio: semantic fixes.
(edit) @57809   9 years vboxsync Reverted bad commit r102754.
(edit) @57808   9 years vboxsync Installer/linux and tinderclient: use Qt from build server for RPM …
(edit) @57393   9 years vboxsync DECLCALLBACK
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56292   9 years vboxsync Devices: Updated (C) year.
(edit) @44902   12 years vboxsync Relevant PDMDevHlpPhysWrite changed to PDMDevHlpPCIPhysWrite. If this …
(edit) @44856   12 years vboxsync DevVirtioNet.cpp: Callback table for I/O port handlers instead of …
(edit) @44854   12 years vboxsync VQUEUE: WRONG (mixed) callback calling convensions again, this time …
(edit) @44853   12 years vboxsync vpciLowerInterrupt: Wrong visibility.
(edit) @44852   12 years vboxsync s/addrIOPort/IOPortBase/g
(edit) @44849   12 years vboxsync DevirtioNet.cpp: cleanups.
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @41809   12 years vboxsync virtio: netshaper support (#5582)
(edit) @40280   13 years vboxsync Corrected a bunch of HC and GC uses in status codes.
(edit) @39091   13 years vboxsync More parameter warning fixes; made PciIch9 check the saved state version.
(edit) @37466   13 years vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @33325   14 years vboxsync virtio-net: large (GSO) receive packet support (#4807)
(edit) @33314   14 years vboxsync PCI, PDM: MSI-X support (absolutely untested)
(edit) @29917   15 years vboxsync Devices/VirtIO: fix for guests with more than 4GB RAM
(edit) @28907   15 years vboxsync Devices/VirtIO: make it build for release builds with logging enabled
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28653   15 years vboxsync virtio-net: promiscuous mode support
(edit) @26177   15 years vboxsync *: s/%Vuuid/%RTuuid/g; s/%Vrc/%Rrc/g
(edit) @26157   15 years vboxsync PDMDEVHLPR3 cleanup; reduced the number of strict functions.
(edit) @25985   15 years vboxsync pdmifs.h: the final batch of refactored interface ID code.
(edit) @25984   15 years vboxsync pdmifs.h: the penultimate batch of refactored interface ID code.
(edit) @25966   15 years vboxsync PDMIBASE refactoring; use UUID as interface IDs.
(edit) @25830   15 years vboxsync #3987: Virtio minor cs optimizations + timer stats.
(edit) @25732   15 years vboxsync PDMCritSect: Deployed lock ordering. (ring-3 only, only DEBUG_bird atm)
(edit) @25158   15 years vboxsync #4507: Virtio: csRx removed, cs moved out of GC.
(edit) @25148   15 years vboxsync #3987: Virtio: Fixed the race for TX queue notification state.
(add) @25007   15 years vboxsync fix OSE
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