VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @88374   4 years vboxsync AudioMixer: Fixed status printing. Added todo about possibly calling …
(edit) @88372   4 years vboxsync Dev/E1000: (bugref:9850) Relax RDT checks a tiny bit to fix OS/2 guest …
(edit) @88371   4 years vboxsync DrvHostAudioDSound: Try enumerate devices using MMDeviceEnumerator if …
(edit) @88370   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88367   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88362   4 years vboxsync Audio: Removed PDMIHOSTAUDIO::pfnSetCallback (replaced by …
(edit) @88361   4 years vboxsync DrvHostAudioDSound: Converted to use PDMIAUDIONOTIFYFROMHOST. bugref:9890
(edit) @88360   4 years vboxsync DrvHostAudioCoreAudio: Converted to use PDMIAUDIONOTIFYFROMHOST. …
(edit) @88359   4 years vboxsync Audio: Added notification interface that host drivers can use. Will …
(edit) @88358   4 years vboxsync Audio: Kicked out the unused callback registration interface aimed at …
(edit) @88357   4 years vboxsync Audio: Moved PDMAUDIOFILE and associated stuff out of pdmaudioifs.h …
(edit) @88356   4 years vboxsync Audio: Trimmed down PDMAUDIOSTREAM a lot by moving non-essential stuff …
(edit) @88354   4 years vboxsync DevHPET: scm fix
(edit) @88353   4 years vboxsync Forward ported r143589+r143590 from 6.1: DevHPET: Corrected the …
(edit) @88352   4 years vboxsync Forward ported r143587+r143588 from 6.1: DevHPET: Dropped the …
(edit) @88351   4 years vboxsync Forward ported r143586 from 6.1: DevHPET: Reduce locking in timer …
(edit) @88342   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88340   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88333   4 years vboxsync Intel IOMMU: bugref:9967 ACPI, BusAssignmentManager and ConsoleImpl2 …
(edit) @88332   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88329   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88328   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88327   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88322   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88321   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88320   4 years vboxsync Audio: Stats for one more mixer buffer. Some cleanups. bugref:9890
(edit) @88314   4 years vboxsync tstAudioMixBuffer: Windows build fix. bugref:9890
(edit) @88313   4 years vboxsync Audio: windows build fixes. bugref:9890
(edit) @88312   4 years vboxsync tstAudioMixBuffer: Test downsampling. bugref:9890
(edit) @88310   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88309   4 years vboxsync Audio: More statistics tweaking. bugref:9890
(edit) @88307   4 years vboxsync Audio: Buffer usage statistics so we can monitor whether they are …
(edit) @88300   4 years vboxsync Audio: We don't return IPRT status codes, but VBox status codes. duh. …
(edit) @88299   4 years vboxsync Audio: We don't return IPRT status codes, but VBox status codes. duh. …
(edit) @88298   4 years vboxsync Audio: Check that the backend (host audio driver) implements all the …
(edit) @88292   4 years vboxsync DrvAudio: Some stream creation cleanups. bugref:9890
(edit) @88291   4 years vboxsync DrvHostAudioOss: Reduced and refactored the stream creation code. …
(edit) @88289   4 years vboxsync DrvHostAudioOss: More natural function ordering within the file. Some …
(edit) @88288   4 years vboxsync DrvHostAudioOss: Kicked out the unused mmap code and the unnecessary …
(edit) @88287   4 years vboxsync DrvHostAudioOss: Cleaned up StreamPlay and unbroke it. bugref:9890
(edit) @88286   4 years vboxsync Audio: StreamPlay cleanups in the Debug and Null drivers. bugref:9890
(edit) @88283   4 years vboxsync Audio: Cleaned up the alsa and pulse audio play methods. Two doxygen …
(edit) @88282   4 years vboxsync Audio: Cleaned up the alsa and pulse audio play methods. Two doxygen …
(edit) @88281   4 years vboxsync Intel IOMMU: bugref:9967 ACPI: Adjustments for Intel IOMMU (DMAR). WIP.
(edit) @88278   4 years vboxsync Audio: Build fix and some cleanups. bugref:9890
(edit) @88277   4 years vboxsync Audio: scm fix. bugref:9890
(edit) @88270   4 years vboxsync Audio: mac os build fix. bugref:9890
(edit) @88269   4 years vboxsync Audio: Made sure PDMAUDIOPCMPROPS is initialized using a helper …
(edit) @88261   4 years vboxsync AMD IOMMU: bugref:9654 cMaxInstances should be 1 for IOMMU.
(edit) @88260   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88259   4 years vboxsync DrvAudio: Hacked the underruns detection so it won't falsely trigger …
(edit) @88258   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88257   4 years vboxsync Intel IOMMU: bugref:9967 Move implementation-specifics out of …
(edit) @88256   4 years vboxsync DrvAudio: Ditched the bogus scheduling and switched to always feeding …
(edit) @88255   4 years vboxsync DrvAudio,DrvAudioVRDE: Refactoring drvAudioStreamPlay (no actual …
(edit) @88253   4 years vboxsync DrvAudio,++: Started going over and tidying up the StreamPlay …
(edit) @88243   4 years vboxsync DrvAudio: Replaced the scratch buffer with stack buffers. This will …
(edit) @88240   4 years vboxsync DrvAudio: Replaced PDMIAUDIOCONNECTOR_2_DRVAUDIO with RT_FROM_MEMBER …
(edit) @88238   4 years vboxsync DrvAudio: Use AssertRCReturn on RTCritSectEnter status checks and just …
(edit) @88236   4 years vboxsync DrvAudio: Simplified dbgAudioStreamStatusToStr. bugref:9890
(edit) @88235   4 years vboxsync Audio: File header adjustments. bugref:9890
(edit) @88234   4 years vboxsync Audio: Renamed DrvAudioCommon.* to AudioHlp.*, changing functions from …
(edit) @88233   4 years vboxsync Audio: VBoxMMNotificationClient.* -> DrvHostAudioDSoundMMNotifClient.* …
(edit) @88232   4 years vboxsync Audio: Renamed DrvAudio.h to DrvAudioCommon.h and move the DrvAudio.h …
(edit) @88231   4 years vboxsync Audio: Renamed host audio files to the DrvHostAudioXxxx scheme. [fix] …
(edit) @88230   4 years vboxsync Audio: Renamed DrvAudio.h to DrvAudioCommon.h and move the DrvAudio.h …
(edit) @88229   4 years vboxsync Audio: Renamed DevHDA.cpp to DevHda.cpp. bugref:9890
(edit) @88228   4 years vboxsync Audio: Renamed auxiliary HDA device files to follow the DevHdaXxxx …
(edit) @88227   4 years vboxsync Audio: Renamed host audio files to the DrvHostAudioXxxx scheme. [fix] …
(edit) @88226   4 years vboxsync Audio: Renamed host audio files to the DrvHostAudioXxxx scheme. bugref:9890
(edit) @88225   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88224   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88223   4 years vboxsync Audio/HDACodec.h: DECLCALLBACKMEMBER -> ring-3/0 specific ones …
(edit) @88222   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88221   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88220   4 years vboxsync DrvHostAudioAlsa: Don't set the play threshold higher than the ALSA …
(edit) @88219   4 years vboxsync DrvAudio: nits. bugref:9890
(edit) @88216   4 years vboxsync DrvAudio,ConsoleImpl2: Constructor cleanup, moved the input/output …
(edit) @88214   4 years vboxsync DrvHostAudioAlsa: Added missing config validation. bugref:9890
(edit) @88213   4 years vboxsync DrvAudio: Put the basic driver function in more correct order. bugref:9890
(edit) @88210   4 years vboxsync DrvHostAudioAlsa: Added 'DefaultOutput' and 'DefaultInput' config …
(edit) @88203   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88202   4 years vboxsync Intel IOMMU: bugref:9967 WIP, build fix.
(edit) @88201   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88198   4 years vboxsync DevHDA: 48kHz is not entirely functional, so disable it again. bugref:9890
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