VirtualBox

source: vbox/trunk/src/VBox/Devices/Audio/DevHDA.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @87863   4 years vboxsync Audio/HDA: Experimental change to lower more DPC calls within the …
(edit) @87861   4 years vboxsync Audio: Unified debug .WAV path file generation so that all data lands …
(edit) @87852   4 years vboxsync Audio/Mixer: Implemented mixer creation flags to support runtime …
(edit) @87835   4 years vboxsync Audio/HDA: Init stream's last transfer timestamp if not done yet in …
(edit) @87811   4 years vboxsync HDA: Use a PDMCRITSECT per stream instead of RTCRITSECT, to also allow …
(edit) @87809   4 years vboxsync HDA: Got rid of the stream period's additional locking; not needed, as …
(edit) @87800   4 years vboxsync HDA/Codec: Codec now also can run in R0 to speed up interrupt handling …
(edit) @87799   4 years vboxsync HDA/Codec: Codec now also can run in R0 to speed up interrupt handling …
(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) @87758   4 years vboxsync Audio/HDA: Lots more code in the hope to resolve issue …
(edit) @87573   4 years vboxsync Audio/HDA: Doxygen fix (it doesn't have VBOX_WITH_AUDIO_HDA_ASYNC_IO …
(edit) @87567   4 years vboxsync Audio/HDA: More timing-related fixes for Windows guests. This is a …
(edit) @87464   4 years vboxsync Audio/HDA: Follow-up fix for r142292 (did not work on Win10 guests). …
(edit) @87437   4 years vboxsync Audio/HDA+AC97: Made the device emulation's internal [in|out]put FIFO …
(edit) @87436   4 years vboxsync Audio/HDA+AC97: Made the device emulation's internal [in|out]put FIFO …
(edit) @87329   4 years vboxsync Audio/HDA: (Release) log DMA position buffer status + DPL/DPU …
(edit) @87325   4 years vboxsync Audio/HDA: Reverted r142297 ((Release) log DMA position buffer status …
(edit) @87324   4 years vboxsync Audio/HDA: (Release) log DMA position buffer status + DPL/DPU …
(edit) @87319   4 years vboxsync Audio/HDA: Implemented FIFO watermark support. ticketoem2ref:36
(edit) @87314   4 years vboxsync Audio/HDA: Let run hdaRegReadWALCLK() in R0. ticketoem2ref:36
(edit) @87264   4 years vboxsync Audio/HDA: Resolved a @todo.
(edit) @87262   4 years vboxsync Audio/HDA: Logging tweaks. ticketoem2ref:36
(edit) @85900   4 years vboxsync DevHDA/hdaRegWriteCORBRP: Fixed bug introduced in r135300.
(edit) @85899   4 years vboxsync Devices/Audio/HDA: Don't return VINF_IOM_R3_MMIO_WRITE in R3 or PGM …
(edit) @83812   5 years vboxsync Devices/Audio: VC++ 14.1 warnings. bugref:8498
(edit) @83298   5 years vboxsync Audio/HDA: Added some more stream ID checks.
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82459   5 years vboxsync DevHDA: doxygen fix. bugref:9218
(edit) @82453   5 years vboxsync DevHDA: Mark as new-style. bugref:9218
(edit) @82452   5 years vboxsync DevHDA: Put debug path on the heap rather than always grabbing ~4KB of …
(edit) @82450   5 years vboxsync DevHDA: Split structures. bugref:9218
(edit) @82425   5 years vboxsync DevHDA: hdaRegWriteRIRBWP fix.
(edit) @82421   5 years vboxsync DevHDA: Keep the 'hdcnodes' debug info item working in release builds …
(edit) @82417   5 years vboxsync DevHDA: More cleanups. bugref:9218
(edit) @82406   5 years vboxsync DevHDA: Cleanups. bugref:9218
(edit) @82405   5 years vboxsync DevHDA: DEVHDA_UNLOCK_BOTH is not needed any more. bugref:9218
(edit) @82404   5 years vboxsync DevHDA/hdaRegWriteSDSTS: Try reduce tiem spend holding the …
(edit) @82403   5 years vboxsync DevHDA/hdaRegWriteSDCTL: Don't take the virtual-sync clock lock unless …
(edit) @82402   5 years vboxsync DevHDA: Removed unnecessary input masking in hdaRegWriteSDCTL and …
(edit) @82401   5 years vboxsync DevHDA: Handle some partial/multiple register accesses (both reads and …
(edit) @82399   5 years vboxsync DevHDA: More statistics. bugref:9218
(edit) @82391   5 years vboxsync DevHDA: Ditto for hdaMmioRead, only here there are fewer method and …
(edit) @82388   5 years vboxsync DevHDA: Changed hdaWriteReg() to just keep the lock while calling the …
(edit) @82382   5 years vboxsync DevHDA: Made register access handlers return VBOXSTRICTRC. bugref:9218
(edit) @82345   5 years vboxsync DevHDA,DevIchAc97: Moved the per-stream timers into the stream …
(edit) @82332   5 years vboxsync DevHDA: Reduce the number of PDMDevHlpTimerGet calls. bugref:9218
(edit) @82331   5 years vboxsync DevHDA: Converted timers to new style. Left some todos. bugref:9218
(edit) @82323   5 years vboxsync DevIchAc97,DevHDA: PDMCritSect -> PDMDevHlpCritSect. No need to take …
(edit) @82319   5 years vboxsync DevHDA,DevIchAc97: Use devhlp for CFGMR3 functions. Don't pass empty …
(edit) @82318   5 years vboxsync DevHDA: doxygen fix. bugref:9218
(edit) @82309   5 years vboxsync DevHDA: Missed some SSMR3 -> devhlp conversions. bugref:9218
(edit) @82308   5 years vboxsync DevHDA: Fixed bug in hdaCodecLoadState showcasing why switch aren't …
(edit) @82307   5 years vboxsync DevHDA: s/HDA_SSM_/HDA_SAVED_STATE_/g bugref:9218
(edit) @82306   5 years vboxsync DevHDA: Exorcised the hackish stuff from leagcy state loading code as …
(edit) @82305   5 years vboxsync DevHDA: Same for older state versions. bugref:9218
(edit) @82304   5 years vboxsync DevHDA: Just fail immeidately if there are too many streams in the …
(edit) @82303   5 years vboxsync DevHDA: Try more consistently to check status codes before using …
(edit) @82302   5 years vboxsync DevHDA: SSMR3 -> devhlp. Left some comments about bad saved state …
(edit) @82301   5 years vboxsync DevHDA: Converted MMIO region to new style. [fix] bugref:9218
(edit) @82300   5 years vboxsync DevHDA: Converted MMIO region to new style. bugref:9218
(edit) @82257   5 years vboxsync Proper @todo
(edit) @82252   5 years vboxsync vmm/pdmaudioifs.h: Style, docs and other nits. First, it's always …
(edit) @82228   5 years vboxsync DevHDA,DevIchAc97,DevSB16: Don't stop attaching LUNs/drivers on …
(edit) @81591   5 years vboxsync Devices: Use PDMDEVINS_2_DATA and PDMDEVINS_2_DATA. bugref:9218
(edit) @81514   5 years vboxsync Devices,ExtPacks: Use PDM_DEVREG_FLAGS_RZ and …
(edit) @81182   5 years vboxsync Audio/HDA: Added more codec verb checks (bugref:9569).
(edit) @81181   5 years vboxsync Audio/HDA: Added more SD register checks (bugref:9569).
(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) @80692   5 years vboxsync DevHDA: Eliminated the pDevInsR0 and pDevInsRC members from the …
(edit) @80691   5 years vboxsync DevHDA: Use device helpers for critical sections. bugref:9218
(edit) @80682   5 years vboxsync DevHDA: Some v-align nit. This is prep work for converting it to the …
(edit) @80681   5 years vboxsync DevHDA: Simplified error handling in the constructor by returning …
(edit) @80680   5 years vboxsync DevHDA.cpp: comment
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76382   6 years vboxsync include/VBox/vmm/pdmifs.h: Don't include hgcmsvc.h just for …
(edit) @76158   6 years vboxsync Audio: Use DrvAudioHlpStreamCfgFree().
(edit) @76057   6 years vboxsync Audio/HDA: Removed debug assertions which are not needed anymore in …
(edit) @76047   6 years vboxsync Audio/HDA: Got rid of a saved state hack in hdaR3LoadExec() which is …
(edit) @76022   6 years vboxsync Audio/HDA: Resolved a @todo in hdaR3SaveStream().
(edit) @76018   6 years vboxsync Audio/HDA: Cleaned up setting the stream registers at one defined …
(edit) @75980   6 years vboxsync Audio/HDA: Optimized stream creation / startup time a lot by re-using …
(edit) @75965   6 years vboxsync Audio/HDA: Logging.
(edit) @75964   6 years vboxsync Forward ported r127180 (Audio/HDA: Warn (in verbose mode) if a guest …
(edit) @75962   6 years vboxsync Forward ported r127158 (Audio/HDA: Implemented support for Windows 10 …
(edit) @75866   6 years vboxsync DevHDA: nit
(edit) @75865   6 years vboxsync DevHDA: Fix for crash saving circular stream buffers. [comment updates]
(edit) @75864   6 years vboxsync DevHDA: Fix for crash saving circular stream buffers.
(edit) @75802   6 years vboxsync DevHDA: No more assertions for me, thank you.
(edit) @75606   6 years vboxsync Forward ported r126743 - r126749: r126749 (5.2: Audio/CoreAudio: …
(edit) @75422   6 years vboxsync Audio/HDA: Don't debug assert when trying to remove a stream which is …
(edit) @75317   6 years vboxsync Audio/HDA: Check if a stream has a valid mixer sink attached in …
(edit) @75120   6 years vboxsync DevHDA: Timer description string passed to PDMDevHlpTMTimerCreate …
(edit) @74067   6 years vboxsync Audio/HDA: Implemented hdaR3MixerAddDrv() / hdaR3MixerRemoveDrv() and …
(edit) @74004   6 years vboxsync Audio/HDA: Logging nit.
(edit) @73838   6 years vboxsync Audio: Added the backend's (friendly) name into the backend configuration.
(edit) @73833   6 years vboxsync Audio: Async I/O fixes for HDA + AC'97.
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