VirtualBox

source: vbox/trunk/src/VBox/Devices/USB/DevOHCI.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @99739   20 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99367   21 months vboxsync OHCI: More thorough cleanup of URB in-flight tracking.
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95108   3 years vboxsync Devices/Dev*: Replaced some leftover 'PDMBOTHCBDECL' usage with …
(edit) @93944   3 years vboxsync Devices: Must not use PAGE_SIZE, PAGE_SHIFT, PAGE_OFFSET_MASK, …
(edit) @93914   3 years vboxsync Devices/USB: Convert the HCI emulations to call into the roothub using …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @91737   3 years vboxsync OHCI: Straightened out ED/TD iteration limits (see bugref:10103).
(edit) @90447   3 years vboxsync Dev*: Checked up all the PDMDevHlpCritSectEnter calls to make sure the …
(edit) @90332   3 years vboxsync Dev*: Use PDMCritSect API via PDMDevHlp. bugref:10074
(edit) @87971   4 years vboxsync OHCI: Clear list enable bits on reset in order to get out of work …
(edit) @87773   4 years vboxsync VMM/TM,Devices: Store the timer name in the TMTIMER structure and …
(edit) @87767   4 years vboxsync VMM/TM,Devices/*: Changed the device and usb timer callbacks to take a …
(edit) @87760   4 years vboxsync VMM/TM,VMM/DevHlp: Require flag on timers that are to be used in …
(edit) @87190   4 years vboxsync OHCI: Do not consider TD address zero special, instead check whether …
(edit) @86858   4 years vboxsync Devices/USB/DevOHCI: Build fix when VBOX_WITH_OHCI_PHYS_READ_CACHE is …
(edit) @86484   4 years vboxsync AMD IOMMU: bugref:9654 OHCI: Use PCI interfaces while reading/writing …
(edit) @84514   5 years vboxsync Devices/USB: Convert to use new PDMDevHlp guest memory read/write …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82661   5 years vboxsync DevOHCI: Cleaned up old code (see bugref:9595).
(edit) @81692   5 years vboxsync Devices/USB/Dev*: Use default statistics prefix.
(edit) @81591   5 years vboxsync Devices: Use PDMDEVINS_2_DATA and PDMDEVINS_2_DATA. bugref:9218
(edit) @81554   5 years vboxsync DevOHCI: Simplified the [P]OHCICC typedefs. bugref:9218
(edit) @81550   5 years vboxsync DevOHCI: Set the PDM_DEVREG_FLAGS_NEW_STYLE flag. bugref:9218
(edit) @81544   5 years vboxsync DevOHCI: doxygen fixes. bugref:9218
(edit) @81543   5 years vboxsync DevOHCI: Bumped saved state version and kicked out the dummy …
(edit) @81541   5 years vboxsync DevOHCI: Bumped saved state version and kicked out the dummy …
(edit) @81536   5 years vboxsync DevOHCI: Moved the in-flight and done-queue into the OHCIR3 structure. …
(edit) @81535   5 years vboxsync DevOHCI: Split up the root hub data structure, eliminating the …
(edit) @81534   5 years vboxsync DevOHCI: Style nits. bugref:9218
(edit) @81533   5 years vboxsync DevOHCI: Converting to new style. [struct alloc fixes] bugref:9218
(edit) @81529   5 years vboxsync DevOHCI: Converting to new style. [doxygen fix] bugref:9218
(edit) @81528   5 years vboxsync DevOHCI: Don't allocate the page two page caches, just put them …
(edit) @81527   5 years vboxsync DevOHCI: Converting to new style. [release build fix] bugref:9218
(edit) @81526   5 years vboxsync DevOHCI: Converting to new style. bugref:9218
(edit) @81514   5 years vboxsync Devices,ExtPacks: Use PDM_DEVREG_FLAGS_RZ and …
(edit) @81186   5 years vboxsync OHCI: Improved in-flight URB tracking (see bugref:9571).
(edit) @81031   5 years vboxsync PDM,Devices: Moving the PDMPCIDEV structures into the PDMDEVINS …
(edit) @80704   5 years vboxsync PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
(edit) @80701   5 years vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @78549   6 years vboxsync OHCI: Interpret the OHCI spec a bit more literally when processing a …
(edit) @78530   6 years vboxsync Build fix.
(edit) @78529   6 years vboxsync OHCI: More logging when buffer sizes don't add up.
(edit) @78528   6 years vboxsync OHCI: Identify where unrecoverable error is coming from.
(edit) @78075   6 years vboxsync Devices/USB/DevOHCI.cpp: Small addendum to r129929, add LogRelMax() …
(edit) @78073   6 years vboxsync Devices/USB/DevOHCI.cpp: Remove a few todos and raise unrecoverable …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @70371   7 years vboxsync OHCI: Dropped ancient saved state support.
(edit) @70050   7 years vboxsync Devices/OHCI: Don't touch others member of the endpoint descriptor …
(edit) @69954   7 years vboxsync OHCI: Report low/full speed to guest. Currently theoretical.
(edit) @69947   7 years vboxsync OHCI: Reduced the number of port status bit definition sets from 3 to 1.
(edit) @69944   7 years vboxsync OHCI: Added comments for register bits.
(edit) @69871   7 years vboxsync OHCI: Renamed and refactored for clear R3/RC separation.
(edit) @69769   7 years vboxsync OHCI: On root hub reset, set the PPS bit for connected devices and …
(edit) @69767   7 years vboxsync OHCI: On reset, set (not just modify) the HcControl register and clear …
(edit) @69766   7 years vboxsync OHCI: Reduced per-frame debug log flooding, improved info output.
(edit) @69721   7 years vboxsync Devices/USB: bugref:9022 Update the possibly cached data when writing …
(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) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @67835   7 years vboxsync DevOHCI: warning
(edit) @65919   8 years vboxsync gcc 7: fall thru
(edit) @65169   8 years vboxsync doxygen fixes
(edit) @65058   8 years vboxsync Devices: doxygen fixes
(edit) @64392   8 years vboxsync PDMPCIDEV: s/name/pszName/ everywhere, removing the legacy alias.
(edit) @64387   8 years vboxsync PDM,Devices: Some PCI device type cleanup.
(edit) @64373   8 years vboxsync PDM,Devices: Support for multiple PCI devices/function in a single PDM …
(edit) @64319   8 years vboxsync OHCI: Do not enable interrupts on reset; tiny bit of extra logging.
(edit) @64294   8 years vboxsync VUSB: Doxygen fixes
(edit) @63690   8 years vboxsync PCI,Devices: Changed range size in FNPCIIOREGIONMAP from uint32_t to …
(edit) @63562   8 years vboxsync scm: cleaning up todos
(edit) @63478   8 years vboxsync Devices: warnings (clang)
(edit) @63016   8 years vboxsync Devices: warnings (debug builds)
(edit) @62956   8 years vboxsync @copydoc -> @interface_method_impl
(edit) @62955   8 years vboxsync Devices: warnings
(edit) @62622   8 years vboxsync Devices: unused parameter warnings.
(edit) @62621   8 years vboxsync Devices: Fixed 3 instances of incorrect preprocessor macro usage …
(edit) @62502   8 years vboxsync (C) 2016
(edit) @62463   8 years vboxsync Devices: scm
(edit) @62001   8 years vboxsync DevOHCI: bugref:8125: cache for the guest memory reads
(edit) @59875   9 years vboxsync VUSB: Move the thread for periodic frame procession down to the …
(edit) @59704   9 years vboxsync VUSB: Some structural cleanup (#3 Make the VUSB URB specific data …
(edit) @59700   9 years vboxsync VUSB: Some structural cleanup (#2 Remove the HCI specific bits from …
(edit) @59687   9 years vboxsync VUSB: Some structural cleanup (#1 Don't replicate the URB tagging for …
(edit) @59282   9 years vboxsync OHCI: Fixed nonsensical conditional.
(edit) @59113   9 years vboxsync DevOHCI: bugref:8125: wakeup the framer thread only if framerate was …
(edit) @58170   9 years vboxsync doxygen: fixes.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57156   9 years vboxsync OHCI: Prevent log flooding
(edit) @56992   9 years vboxsync Devices: Log & Assertion formatting fixes.
(edit) @56454   10 years vboxsync Commit r100743 and r100913 to trunk which should improve pass through …
(edit) @56292   10 years vboxsync Devices: Updated (C) year.
(edit) @56284   10 years vboxsync s/VMMGC.gc/VMMRC.rc/g s/VBoxDDGC.gc/VBoxDDRC.rc/g …
(edit) @56271   10 years vboxsync VUSB: Rename VUSBIDevIsEmulated to VUSBIDevIsSavedStateSupported to …
(edit) @55414   10 years vboxsync USB,EHCI,OHCI: release and reacquire the critical section when …
(edit) @54381   10 years vboxsync Typo fix.
(edit) @54072   10 years vboxsync USB: Make the number of reported OHCI ports adjustable.
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