VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @89557   4 years vboxsync Audio/ValKit: Only report back bytes to read if a (current) test is …
(edit) @89556   4 years vboxsync DrvAudio: Missing stream locking in drvAudioEnable. bugref:9890
(edit) @89554   4 years vboxsync AMD IOMMU: bugref:9654 Comment.
(edit) @89553   4 years vboxsync Intel IOMMU: bugref:9967 Use uint16_t since the page table entity …
(edit) @89552   4 years vboxsync Intel IOMMU: bugref:9967 Address translation fixes.
(edit) @89551   4 years vboxsync Audio: Nits/6.1. bugref:bugref:9890
(edit) @89548   4 years vboxsync Intel IOMMU: bugref:9967 Fix typo in assertion.
(edit) @89541   4 years vboxsync Audio/ValKit: More code for completely self-contained (self) testing. …
(edit) @89538   4 years vboxsync Intel IOMMU: bugref:9967 nits.
(edit) @89537   4 years vboxsync Intel IOMMU: bugref:9967 Doxygen.
(edit) @89536   4 years vboxsync Intel IOMMU: bugref:9967 Nits.
(edit) @89534   4 years vboxsync DrvHostAudioPulseAudio: Always register underflow/overflow callbacks …
(edit) @89533   4 years vboxsync DrvHostAudioAlsa: Don't call the output/input device 'default'. bugref:9890
(edit) @89532   4 years vboxsync DrvHostAudioPulseAudio: Implemented input/output device selection. …
(edit) @89531   4 years vboxsync DrvHostAudioPulseAudio: Don't trigger the stream unnecessarily when …
(edit) @89529   4 years vboxsync AudioMixBuffer: Corrected a couple of frame calculations in the …
(edit) @89528   4 years vboxsync DrvHostAudioPulseAudio: LogRel2. bugref:9890
(edit) @89527   4 years vboxsync DrvHostAudioPulseAudio: Fixed bug in drvHstAudPaHA_StreamGetReadable …
(edit) @89526   4 years vboxsync DrvHostAudioPulseAudio: More buffer config changes and better …
(edit) @89524   4 years vboxsync Intel IOMMU: bugref:9967 Address translation and interrupt remapping …
(edit) @89523   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(edit) @89522   4 years vboxsync DrvHostAudioPulseAudio: Use the default BufAttr.minreq value (output …
(edit) @89519   4 years vboxsync DrvHostAudioOss: Adjusted the drvHstAudOssHA_StreamGetReadable hack as …
(edit) @89518   4 years vboxsync DrvHostAudioOss: Comment updates. bugref:9890
(edit) @89517   4 years vboxsync DrvHostAudioOss: Use BufInfo.bytes for …
(edit) @89516   4 years vboxsync DrvHostAudioOss: Implemented drvHstAudOssHA_StreamGetReadable (was …
(edit) @89513   4 years vboxsync Intel IOMMU: bugref:9967 Fix bug while parsing the physical address …
(edit) @89512   4 years vboxsync DrvAudio: Reduced the pre-buffering to 50% for output as well. Then …
(edit) @89510   4 years vboxsync Audio: Split up PDMIHOSTAUDIO::pfnStreamControl into individual …
(edit) @89509   4 years vboxsync Intel IOMMU: bugref:9967 Fix diagnostic reason not getting updated for …
(edit) @89508   4 years vboxsync DrvHostAudioAlsa: Doxygen fix. bugref:9890
(edit) @89505   4 years vboxsync DrvHostAudioAlsa: Implemented pfnSetDevice and changed the config …
(edit) @89504   4 years vboxsync Audio: Re-ordering some methods, no real change. bugref:9890
(edit) @89503   4 years vboxsync EFI/E1kNetDxe: Updates, the basic receive and transmit operations are …
(edit) @89502   4 years vboxsync Audio: Changed PDMAUDIOHOSTDEV::szName into a pszName so we don't have …
(edit) @89500   4 years vboxsync Audio: Changed PDMAUDIOHOSTDEV::szName into a pszName so we don't have …
(edit) @89499   4 years vboxsync Intel IOMMU: bugref:9967 Nits.
(edit) @89498   4 years vboxsync Intel IOMMU: bugref:9967 We need to validate the top level paging …
(edit) @89497   4 years vboxsync AMD IOMMU: bugref:9654 Use the common x86 page-offset macro now.
(edit) @89496   4 years vboxsync AMD IOMMU: bugref:9654 Assert rather than zero out bits that are …
(edit) @89495   4 years vboxsync Intel IOMMU: bugref:9967 Fix reported SAGAW value.
(edit) @89494   4 years vboxsync Intel IOMMU: bugref:9967 Build fix.
(edit) @89493   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, nits.
(edit) @89492   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(edit) @89491   4 years vboxsync Audio: Simplified PDMIAUDIOCONNECTOR::pfnStreamCreate by moving the …
(edit) @89489   4 years vboxsync Audio: Simplified PDMIAUDIOCONNECTOR::pfnStreamCreate by moving the …
(edit) @89488   4 years vboxsync DrvHostAudioAlsa: Another attempt at fixing the pedantic gcc …
(edit) @89487   4 years vboxsync Audio: Changed PDMIHOSTAUDIO::pfnStreamCreate to take a pointer to a …
(edit) @89485   4 years vboxsync DrvHostAudioDebug: Cleaned up function prefix and struct names. bugref:9890
(edit) @89484   4 years vboxsync DrvHostAudioNull: Cleaned up function prefix and struct names. bugref:9890
(edit) @89483   4 years vboxsync DrvHostAudioPulseAudio: Cleaned up function prefix and struct names. …
(edit) @89482   4 years vboxsync DrvHostAudioPulseAudio: Cleaned up function prefix and struct names. …
(edit) @89481   4 years vboxsync DrvHostAudioAlsaStubs.h: Cleaned up function prefix and struct names. …
(edit) @89480   4 years vboxsync DrvHostAudioAlsaStubs.h: Another attempt at fixing the pedantic gcc …
(edit) @89479   4 years vboxsync DrvHostAudioOss: Don't refuse to pre-buffer input streams. Cleaned up …
(edit) @89478   4 years vboxsync DrvHostAudioAlsaStubs.h: Try fix pedantic gcc warning/error. bugref:9890
(edit) @89477   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(edit) @89476   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(edit) @89474   4 years vboxsync DrvHostAudioAlsaStubs.h: Correct version number for …
(edit) @89473   4 years vboxsync DrvHostAudioAlsa.cpp: Shut up annoying -EPIPE LogRel when draining. …
(edit) @89472   4 years vboxsync DrvHostAudioAlsa: Use snd_pcm_set_chmap to identify the channels we're …
(edit) @89471   4 years vboxsync DrvHostAudioAlsa: Use snd_pcm_set_chmap to identify the channels we're …
(edit) @89470   4 years vboxsync DrvHostAudioAlsa: Eliminated the ALSAAUDIOSTREAMCFG structure and …
(edit) @89469   4 years vboxsync Audio/ValKit: More code for the Validation Kit audio driver. bugref:10008
(edit) @89468   4 years vboxsync Audio/ValKit: Added AudioTestPathGetTemp(). bugref:10008
(edit) @89465   4 years vboxsync AudioTest: Added support for writing wave files. bugref:10008
(edit) @89464   4 years vboxsync EFI: Beginnings of a e1000 network driver to support network boot with …
(edit) @89463   4 years vboxsync Audio/ValKit: More code for the Validation Kit audio driver. bugref:10008
(edit) @89462   4 years vboxsync EFI: Beginnings of a e1000 network driver to support network boot with …
(edit) @89461   4 years vboxsync Audio/ValKit: Docs. bugref:10008
(edit) @89458   4 years vboxsync Audio/ValKit: Simplified code a bit by removing unnecessary …
(edit) @89456   4 years vboxsync Audio/ValKit: More code for recording tests. bugref:10008
(edit) @89455   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(edit) @89454   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(edit) @89453   4 years vboxsync Intel IOMMU: bugref:9967 typo.
(edit) @89452   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(edit) @89451   4 years vboxsync Intel IOMMU: bugref:9967 Use VT-d nomenclature.
(edit) @89450   4 years vboxsync DrvHostAudioAlsa: Simplify the drvHostAlsaAudioHA_StreamCreate stuff, …
(edit) @89449   4 years vboxsync DrvHostAudioAlsa: Need to call snd_pcm_drain again when draining in …
(edit) @89448   4 years vboxsync AudioMixBuffer/AudioMixBufInitPeekState: Fixed channel count …
(edit) @89447   4 years vboxsync AudioHlp.cpp/AudioHlpPcmPropsAreValid: Less duplication of checks …
(edit) @89445   4 years vboxsync DrvAudio: Use pStreamEx->Core.Props instead of …
(edit) @89443   4 years vboxsync DrvHostAudioOss: Only mono and stereo for now. Fend off draining calls …
(edit) @89440   4 years vboxsync AudioMixBuffer: Fixed calculation bug in audioMixBufPeekResampling. …
(edit) @89436   4 years vboxsync Audio/ValKit: Manifest writing + packing fixes. bugref:10008
(edit) @89434   4 years vboxsync Audio/ValKit: More infrastructure code [Doxygen fix]. bugref:10008
(edit) @89431   4 years vboxsync Audio/ValKit: More infrastructure code. bugref:10008
(edit) @89427   4 years vboxsync Audio/Stubs: scm fix. [build fix] bugref:9890
(edit) @89426   4 years vboxsync Audio/Stubs: scm fix. bugref:9890
(edit) @89425   4 years vboxsync DrvHostAudioAlsaStubs: Use RTOnce to make the init thread-safe and …
(edit) @89424   4 years vboxsync DrvHostAudioPulseAudioStubs: Use RTOnce to make the init thread-safe …
(edit) @89423   4 years vboxsync DrvHostAudioPulseAudio: Multi channel support. bugref:9890
(edit) @89422   4 years vboxsync DrvHostAudioPulseAudioStubs: Use RTOnce to make the init thread-safe …
(edit) @89421   4 years vboxsync DrvHostAudioDSound: Multi channel support. bugref:9890
(edit) @89420   4 years vboxsync DrvHostAudioWasApi: correction to when to use WAVE_FORMAT_EXTENSIBLE. …
(edit) @89419   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(edit) @89418   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(edit) @89414   4 years vboxsync Audio: Removed PDMAUDIOSTREAMMAP, PDMAUDIOSTREAMCHANNELDATA and …
(edit) @89412   4 years vboxsync DrvAudio: Fixed race condition in destructor: Must get the threads out …
(edit) @89411   4 years vboxsync DrvHostAudioWasApi: Ignore AUDCLNT_E_UNSUPPORTED_FORMAT. 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