VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @89962   3 years vboxsync Audio/ValKit: Initial implementation / support for NATed VMs by using …
(edit) @89943   3 years vboxsync scm
(edit) @89941   3 years vboxsync scm
(edit) @89940   3 years vboxsync Doxygen.
(edit) @89939   3 years vboxsync Warnings.
(edit) @89938   3 years vboxsync Warnings.
(edit) @89937   3 years vboxsync Warnings.
(edit) @89936   3 years vboxsync Typo.
(edit) @89935   3 years vboxsync Keyboard: Reworked the release-all-keys mechanism, made sure it's used …
(edit) @89906   3 years vboxsync DevHda: Renamed HDAREGDESC members to follow coding standard. …
(edit) @89904   3 years vboxsync DevHda: Optimize HDAREGDESC a little more by reducing the size, fFlags …
(edit) @89903   3 years vboxsync DevHda: Don't include the register name and description strings in …
(edit) @89902   3 years vboxsync DevHda: Reordered HDAREGDESC so we avoid alignment padding. Saves ~900 …
(edit) @89901   3 years vboxsync DevHda: Preparing register map tweaks. bugref:9890
(edit) @89900   3 years vboxsync DevHda: Made the register map local to DevHda.cpp only, …
(edit) @89899   3 years vboxsync DevHda: Added another assertion wrapper for register access for strict …
(edit) @89897   3 years vboxsync DevHda: Avoid indirect register accesses via g_aHdaRegMap. bugref:9890
(edit) @89894   3 years vboxsync DevHda: Cleanups... bugref:9890
(edit) @89893   3 years vboxsync DevHda: Cleanups... bugref:9890
(edit) @89890   3 years vboxsync Audio/ValKit: More code for audio verification. bugref:10008
(edit) @89889   3 years vboxsync Audio/Test: Added AudioTestSetTestIsRunning(). bugref:10008
(edit) @89888   3 years vboxsync DevHda: Moved the HDA_SAVED_STATE_XXX defines to DevHda.h (no idea why …
(edit) @89887   3 years vboxsync DevHda: Merged DevHdaCommon.h into DevHda.h and mostly likewise with …
(edit) @89886   3 years vboxsync DevIchAc97: Hint 48kHz config to the windows backend. bugref:9890
(edit) @89885   3 years vboxsync DevHda: Kicked out the InitialDelayMs config value and associated …
(edit) @89884   3 years vboxsync DevHda: Cleaned up the write-silence bits of hdaR3StreamDoDmaInput. …
(edit) @89883   3 years vboxsync DevHda: Cleaned up the write-silence bits of hdaR3StreamDoDmaInput. …
(edit) @89880   3 years vboxsync DevHda: Kicked out the disabled bounce buffer stuff from …
(edit) @89879   3 years vboxsync DevHda: Cleaned up pGuestProps/pHostProps in the schedule creation …
(edit) @89878   3 years vboxsync DevHda: The compile time feature enable/disable defines must live in …
(edit) @89877   3 years vboxsync DevHda: Removed the HDA_USE_DMA_ACCESS_HANDLER stuff as it is unlikely …
(edit) @89876   3 years vboxsync DevHda: Removed the HDA_USE_DMA_ACCESS_HANDLER stuff as it is unlikely …
(edit) @89875   3 years vboxsync DevHda: Removing unused code. bugref:bugref:9890
(edit) @89874   3 years vboxsync DevHda: Calculate cMsSchedulingHint based on the actual scheduling …
(edit) @89873   3 years vboxsync DevHda: Removed now obsolete config values: PosAdjustEnabled, …
(edit) @89872   3 years vboxsync DevHda: Don't forget to destroy the critical section. Cleanups. bugref:9890
(edit) @89869   3 years vboxsync DevHda: Implemented DMA-on-WALCLK access too. Cleanups. bugref:9890
(edit) @89865   3 years vboxsync DevHda: Do LPIB updates more often. Experimental code for doing DMA …
(edit) @89864   3 years vboxsync DevHda: Do LPIB updates more often. Experimental code for doing DMA …
(edit) @89863   3 years vboxsync DevHda: Do LPIB updates more often. Experimental code for doing DMA …
(edit) @89862   3 years vboxsync DevHda: Do LPIB updates more often. Experimental code for doing DMA …
(edit) @89861   3 years vboxsync DevHda: Do LPIB updates more often. Experimental code for doing DMA …
(edit) @89859   3 years vboxsync DevHda: Fixed bugtracker link. bugref:9890
(edit) @89856   3 years vboxsync DevHda: Stats unit correction. bugref:9890
(edit) @89855   3 years vboxsync DevIchAc97: Stats unit corrections. bugref:9890
(edit) @89853   3 years vboxsync DevHda: Added a StatDmaSkippedPendingBcis statistics counter like AC97 …
(edit) @89849   3 years vboxsync DevHda: Redid the locking in hdaMmioWrite, so that we take the lock …
(edit) @89848   3 years vboxsync DevHda: Don't use tab in logging. Added todos about missing locking in …
(edit) @89847   3 years vboxsync DevHda: Some preprocessor indentation fixes. bugref:9890
(edit) @89845   3 years vboxsync DevHda: Eliminated HDASTREAM::CritSect as it is not necessary. The …
(edit) @89844   3 years vboxsync DevHda: Eliminated HDASTREAM::CritSect as it is not necessary. The …
(edit) @89842   3 years vboxsync AudioTest.cpp: Build fix (gcc (GCC) 10.2.1 20201125 (Red Hat …
(edit) @89841   3 years vboxsync Audio/ValKit: More work on logging [Windows build fix]. bugref:10008
(edit) @89840   3 years vboxsync Audio/ValKit: More work on logging [Windows build fix]. bugref:10008
(edit) @89839   3 years vboxsync Audio/ValKit: More work on logging. bugref:10008
(edit) @89838   3 years vboxsync Audio/ValKit: Factored out cleaning up the registered tests in the …
(edit) @89835   3 years vboxsync Audio/ValKit: Factored out cleaning up the registered tests in the …
(edit) @89832   3 years vboxsync DrvMouseQueue,DrvKeyboardQueue: Don't keep items in the queue unless …
(edit) @89831   3 years vboxsync DrvMouseQueue,DrvKeyboardQueue: Don't keep items in the queue unless …
(edit) @89830   3 years vboxsync DrvAudio: Fixed invalid log variable assignment in …
(edit) @89826   3 years vboxsync DevHda: Partial vista fix. Must avoid chopping up the buffers in an …
(edit) @89822   3 years vboxsync DevSB16,DevIchAc97: Mixer info. bugref:9890
(edit) @89821   3 years vboxsync Audio: Some info item fixes and docs updates. bugref:9890
(edit) @89813   3 years vboxsync AudioMixBuffer.cpp: scm fix bugref:9890
(edit) @89812   3 years vboxsync Typo.
(edit) @89811   3 years vboxsync AudioMixBuffer.cpp: doxygen fixes. bugref:9890
(edit) @89810   3 years vboxsync Audio: Eliminated some unnecessary stream config copying in the device …
(edit) @89807   3 years vboxsync Audio/ValKit: Added support for CRC32 checksum calculation; now …
(edit) @89806   3 years vboxsync Audio/ValKit: Added support for CRC32 checksum calculation; now …
(edit) @89805   3 years vboxsync Audio/ValKit: Added a simple testcase for ATS (Audio Test Service). …
(edit) @89803   3 years vboxsync Audio/ValKit: Sending bigger data chunks now also works. bugref:10008
(edit) @89802   3 years vboxsync Audio/ValKit: Added support for CRC32 checksum calculation; now …
(edit) @89801   3 years vboxsync pdmaudioifs.h,AudioMix*h: Documentation. bugref:9890
(edit) @89800   3 years vboxsync pdmaudioifs.h,AudioMix*h: Documentation. bugref:9890
(edit) @89788   3 years vboxsync Audio/ValKit: doxygen fix. bugref:10008
(edit) @89787   3 years vboxsync DevIchAc97: Doxygen grouping fix. bugref:9890
(edit) @89779   3 years vboxsync Audio: Size the mixer buffer for sinks according to the scheulding …
(edit) @89778   3 years vboxsync DevIchAc97: Eliminated the pRegs variables, just use pStream->Regs. …
(edit) @89776   3 years vboxsync DevIchAc97: Some experiment of PICB sub-buffer reporting. bugref:9890
(edit) @89775   3 years vboxsync DevIchAc97: Looked into the 'unimplemented' register accesses (all …
(edit) @89773   3 years vboxsync DevIchAc97: save indent. bugref:9890
(edit) @89772   3 years vboxsync DevIchAc97: doxygen fix. bugref:9890
(edit) @89771   3 years vboxsync DevIchAc97: Cleaned up inconsistencies in ichac97R3StreamTransfer - it …
(edit) @89770   3 years vboxsync DevIchAc97: Added statistics on some special DMA transfer cases. …
(edit) @89769   3 years vboxsync AudioTest.cpp: scm fix. bugref:10008
(edit) @89768   3 years vboxsync Audio: Made PDMAUDIOVOLUME multichannel. bugref:9890
(edit) @89765   3 years vboxsync DrvHostAudioWasApi: Must disable the stream when draining completes. …
(edit) @89759   3 years vboxsync DevIchAc97: Logging fix. bugref:9890
(edit) @89758   3 years vboxsync DevIchAc97: Profile ichac97R3StreamReSetUp as it is doing the heavy …
(edit) @89757   3 years vboxsync DevHda: stat unit correction. bugref:9890
(edit) @89756   3 years vboxsync DevIchAc97: More statistics. bugref:9890
(edit) @89755   3 years vboxsync DevHda: Corrected statistics description. bugref:9890
(edit) @89754   3 years vboxsync DevIchAc97: Removed unused statistics. bugref:9890
(edit) @89753   3 years vboxsync DevIchAc97: Don't allow enabling a stream that's already enabled. …
(edit) @89752   3 years vboxsync DevIchAc97: Logging fix. bugref:9890
(edit) @89751   3 years vboxsync DevIchAc97: Restored the BDLE fetching to the LVI write w/ AC97_SR_DCH …
(edit) @89750   3 years vboxsync DevIchAc97: Todo. bugref:9890
(edit) @89748   3 years vboxsync DevIchAc97: Don't take the timer lock when fielding IO port writes, …
(edit) @89747   3 years vboxsync Audio/ValKit: Implemented first first (primitive) binary PCM data …
(edit) @89743   3 years vboxsync DevIchAc97: Addressed todo in ichac97R3StreamSetUp regarding zero …
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