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) @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.
(edit) @73565   6 years vboxsync Audio/HDA: Also (verbose) log the LUN# of the changed recording source.
(edit) @73529   6 years vboxsync Audio: Changed cBits -> cBytes of PDMAUDIOPCMPROPS to avoid some …
(edit) @73466   6 years vboxsync Audio/HDA: Don't add the driver stream in hdaR3Attach() directly via …
(edit) @73452   6 years vboxsync Audio: When setting the recording source, check if the selected driver …
(edit) @73403   6 years vboxsync Audio/Mixer: Added support for setting / getting an (input) sink's …
(edit) @73209   6 years vboxsync Audio/HDA: Do hdaRegWriteSDFMT() in R0.
(edit) @72320   7 years vboxsync DevHDA: Fixed two incorrect MMIO status codes causing lost of kernel …
(edit) @71743   7 years vboxsync DevSB16.cpp,DevHDA.cpp: Just put markers on the …
(edit) @71740   7 years vboxsync DevHDA: Added a @todo regarding PDMDevHlpPhysRead vs …
(edit) @71736   7 years vboxsync DevHDA: Use hdaR3 as prefix for ring-3 only methods to make it less …
(edit) @71735   7 years vboxsync DevHDACommon.cpp: The two hdaProcessInterrupt() prototypes was …
(edit) @71727   7 years vboxsync DevHDA.cpp: build fix and more logging.
(edit) @71726   7 years vboxsync DevHDA.cpp: build fix and more logging.
(edit) @71725   7 years vboxsync DevHDA: Enabled ring-0 and raw-mode MMIO handling.
(edit) @71724   7 years vboxsync DevHDA: I'm not going to fix this.
(edit) @71723   7 years vboxsync DevHDA: Don't crash in the constructor on misconfiguration or other …
(edit) @71722   7 years vboxsync DevHDA: Made it work in raw-mode. [build fix]
(edit) @71721   7 years vboxsync DevHDA: Made it work in raw-mode.
(edit) @71712   7 years vboxsync DevHDA: Allocate the CORB / RIRB buffers on device construction and …
(edit) @71711   7 years vboxsync DevHDA: More stuff we can do in R0/RC.
(edit) @71710   7 years vboxsync DevHDA: CORBRP reset fix.
(edit) @71709   7 years vboxsync DevHDA: Locking related adjustments and fix. * hdaRegWriteBase …
(edit) @71707   7 years vboxsync DevHDA: Another nit. bugref:9094
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