VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @88566   4 years vboxsync DrvHostAudioDSound: Added a timer hack for making sure draining …
(edit) @88564   4 years vboxsync DrvHostAudioDSound: Added a status formatter and some other logging …
(edit) @88561   4 years vboxsync Audio: Moved the HostAudioNotResponding runtime error reporting during …
(edit) @88559   4 years vboxsync DrvAudio: Need to return VERR_AUDIO_BACKEND_INIT_FAILED rather than …
(edit) @88558   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88556   4 years vboxsync DrvHostAudioDSound: Restructured the stream control code. bugref:9890
(edit) @88555   4 years vboxsync DrvHostAudioDSound: Refreshed the stream destruction code. bugref:9890
(edit) @88554   4 years vboxsync DrvHostAudioDSound: Refreshed the stream creation code. bugref:9890
(edit) @88553   4 years vboxsync NAT: Do not attempt to segment frames with invalid GSO
(edit) @88549   4 years vboxsync Intel IOMMU: bugref:9967 Don't prevent ourselves from being able to …
(edit) @88547   4 years vboxsync 3D/VMSVGA: Clear the 3D support flag if vmsvgaR3PowerOn fails, bugref:9988
(edit) @88545   4 years vboxsync Retrieve BMP file header info, bugref:9904
(edit) @88544   4 years vboxsync 3D/VMSVGA: Skip unsupported bpp values, bugref:9992
(edit) @88543   4 years vboxsync NAT: slirp_ext_m_get - assertions are nice, but make sure we actually …
(edit) @88542   4 years vboxsync DrvHostAudioDSound: We don't need to enter the critical section when …
(edit) @88541   4 years vboxsync DrvHostAudioDSound: We don't need to enter the critical section when …
(edit) @88539   4 years vboxsync DrvHostAudioDSound: We don't need to enter the critical section when …
(edit) @88538   4 years vboxsync 3D/VMSVGA: Skip unsupported screen sizes
(edit) @88537   4 years vboxsync Intel IOMMU: bugref:9967 nit.
(edit) @88536   4 years vboxsync Devices/Serial/UartCore: Update the interrupt level everytime the …
(edit) @88535   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88534   4 years vboxsync Audio: Merged the cbStreamOut and cbStreamIn fields in …
(edit) @88533   4 years vboxsync Build fix for r143800
(edit) @88532   4 years vboxsync Devices/Storage/VBoxSCSI: Use correct size indicator, bugref:9920
(edit) @88530   4 years vboxsync Devices/DevLsiLogicSCSI: Allocate configuration pages once during …
(edit) @88529   4 years vboxsync Dev/E1000: Use a dedicated array instead of DD bit to store TX …
(edit) @88525   4 years vboxsync NAT: Handle IP options in the ping echo request. bugref:9986.
(edit) @88521   4 years vboxsync Intel IOMMU: bugref:9967 Updates to adjust for changes in Oct 2020 and …
(edit) @88515   4 years vboxsync Intel IOMMU: bugref:9967 Push IOTLB and FRCD registers beyond 0xe4f …
(edit) @88514   4 years vboxsync DrvHostAudioDSound: Moving functions around. bugref:9890
(edit) @88513   4 years vboxsync DrvHostAudioPulseAudio: Freshed up the debug callbacks a little. …
(edit) @88512   4 years vboxsync DrvHostAudioPulseAudio: Don't clamp the pfnStreamWritable result to …
(edit) @88511   4 years vboxsync DrvHostAudioPulseAudio: Went over the buffer and output/input code. …
(edit) @88504   4 years vboxsync DevHda: Changed codecLookup to binary search. Added a couple of more …
(edit) @88503   4 years vboxsync DevHda: Just use the ring-3 task (hCorbDmaTask) when ring-0 needs to …
(edit) @88502   4 years vboxsync DevHda: Fixed regression caused by incorrect assumption about ring-0 …
(edit) @88500   4 years vboxsync DrvHostAudioPulseAudio: Made all the control operation asynchronous …
(edit) @88498   4 years vboxsync DevPCNet: Added comments, removed logic that caused transmit to hang …
(edit) @88495   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88494   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88492   4 years vboxsync DrvHostAudioPulseAudio: Cleaning up the stream control bits. The …
(edit) @88491   4 years vboxsync Build fix for r143749
(edit) @88490   4 years vboxsync Network: Do not bring up links for "not attached" adapters.
(edit) @88487   4 years vboxsync DrvHostAudioPulseAudio: Aligned pre-buffering config with ALSA and …
(edit) @88486   4 years vboxsync DrvAudioHostPulseAudio: Mostly done cleaning up stream creation. …
(edit) @88484   4 years vboxsync Intel IOMMU: bugref:9967 Main: Use the same I/O APIC PCI address …
(edit) @88483   4 years vboxsync Intel IOMMU: bugref:9967 tstDeviceStructSizeRC: Update size for IOMMU …
(edit) @88481   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88480   4 years vboxsync DrvHostAudioPulseAudio: Cleaning up pfnStreamCreate... bugref:9890
(edit) @88479   4 years vboxsync DrvHostAudioPulseAudio: Don't do useless default device 'enumeration' …
(edit) @88478   4 years vboxsync DrvHostAudioPulse: Implemented basic device enumeration. bugref:9890
(edit) @88477   4 years vboxsync DrvHostAudioPulseAudio: Cleaned up drvHostAudioPaHA_GetConfig and its …
(edit) @88476   4 years vboxsync DevHDA: Fix incorrect version check in hdaR3LoadExec causing it to …
(edit) @88468   4 years vboxsync DrvHostAudioCoreAudio.cpp: doxygen fix++. bugref:9890
(edit) @88467   4 years vboxsync DrvHostAudioPulseAudio: Some more cleaning up. bugref:9890
(edit) @88466   4 years vboxsync DrvHostAudioPulseAudio: Re-ordering functions. Changed and unified …
(edit) @88462   4 years vboxsync DrvHostAudioDebug,DrvHostAudioNull,DrvHostAudioValidationKit: Prepare …
(edit) @88458   4 years vboxsync DrvHostAudioValidationKit: Forgot to fix the pCfg stream member. …
(edit) @88457   4 years vboxsync DrvHostAudioDebug: Tried to correct pfnStreamCapture so it does not …
(edit) @88456   4 years vboxsync Audio: Went over the null and valkit drivers, the later didn't even …
(edit) @88455   4 years vboxsync DrvHostAudioOss: Implemented draining (via thread). Implemented …
(edit) @88454   4 years vboxsync DrvAudio: Don't allocate more pre-buffer space than what the backend …
(edit) @88453   4 years vboxsync DrvAudioHostAlsa: Ignore -EAGAIN from snd_pcm_drain. bugref:9890
(edit) @88452   4 years vboxsync Audio: Cleaned up the alsa backend. Removed unused+bogus …
(edit) @88451   4 years vboxsync DrvHostAlsaAudio: Implemented basic device enumeration. bugref:9890
(edit) @88450   4 years vboxsync DrvHostAudioAlsa: Put the functions in a more logical order, with …
(edit) @88449   4 years vboxsync DrvHostAudioAlsa: nit. bugref:9890
(edit) @88448   4 years vboxsync DrvHostAudioAlsa: Kicked out the scratch buffer as I could find no …
(edit) @88443   4 years vboxsync DrvAudio: Don't try set volume on output streams when adding them. …
(edit) @88442   4 years vboxsync DrvHostAudioAlsa: Set no input pre-buffering as per comment.. bugref:9890
(edit) @88440   4 years vboxsync Audio: Fixed inverted assertion in drvAudioStreamSetVolume. bugref:9890
(edit) @88435   4 years vboxsync Audio: Doxygen fix. bygref:9890
(edit) @88434   4 years vboxsync Audio: clang build fix. bygref:9890
(edit) @88433   4 years vboxsync Audio: Eliminated the DrvAudio mixing buffers for output streams on …
(edit) @88432   4 years vboxsync DrvHostAudioAlsa: Rewrote the pfnStreamGetPending implementation. …
(edit) @88429   4 years vboxsync DrvHostAudioAlsa: Some logging changes. A couple of @todos. bugref:9890
(edit) @88427   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88426   4 years vboxsync Dev/E1000: (ticketref:20182) Implement ICS read for VxWorks compatibility.
(edit) @88424   4 years vboxsync Dev/E1000: (bugref:9850) Added a comment about relaxed RDT checks.
(edit) @88417   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88416   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88414   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88413   4 years vboxsync DrvHostAudioOss: Build fix after PPDMAUDIOBACKENDSTREAM change. bugref:9890
(edit) @88412   4 years vboxsync Audio: Made PPDMAUDIOBACKENDSTREAM a typedef instead of a weird …
(edit) @88407   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88406   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88404   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88394   4 years vboxsync DrvAudioRec,DrvHostAudioValidationKit: doxygen fixes. some cleanups. …
(edit) @88391   4 years vboxsync DrvHostAudioCoreAudio: Updated drvHostCoreAudioHA_StreamPlay parameter …
(edit) @88390   4 years vboxsync Audio: Removed the pfnInit and pfnShutdown methods from PDMIHOSTAUDIO. …
(edit) @88389   4 years vboxsync DrvHostAudioCoreAudio: Moved the drvHostCoreAudioHA_Init code into the …
(edit) @88386   4 years vboxsync DrvHostAudioPulseAudio: Fail if pa_context_connect() fails. Baked …
(edit) @88385   4 years vboxsync DrvHostAudioOss: Removed init and shutdown stubs. bugref:9890
(edit) @88384   4 years vboxsync DrvHostAudioAlsa: Moved the drvHostAlsaAudioHA_Init code into the …
(edit) @88382   4 years vboxsync Audio: Replaced the PDMIHOSTAUDIO::pfnShutdown implementations in the …
(edit) @88381   4 years vboxsync Audio: Made the pfnInit method of the PDMIHOSTAUDIO interface …
(edit) @88380   4 years vboxsync Audio: Removed the unused pfnStreamIterate method from PDMIHOSTAUDIO. …
(edit) @88378   4 years vboxsync Audio: Removed unused pfnStream(Play|Capture)(Begin|End) methods from …
(edit) @88376   4 years vboxsync DrvHostAudioDSound.cpp: Ripped out the extra ~600ms buffering. When …
(edit) @88375   4 years vboxsync DrvAudio: Arm a timer when entering the PENDING_DISABLE state to work …
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