VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @68773   7 years vboxsync 5.2 beta 3
(edit) @68771   7 years vboxsync Comment nit.
(edit) @68767   7 years vboxsync Audio/DrvHostDSound.cpp: Make use of IHOSTAUDIO::StreamGetPending() to …
(edit) @68759   7 years vboxsync Audio/DrvHostDSound.cpp: Get rid of the pdwBuffer parameter of …
(edit) @68757   7 years vboxsync Audio/DrvAudio.cpp: Added optional PDMIHOSTAUDIO::StreamGetPending() …
(edit) @68756   7 years vboxsync Audio/DrvAudio.cpp: Made drvAudioStreamControlInternalBackend() more …
(edit) @68752   7 years vboxsync Try to fix burns.
(edit) @68751   7 years vboxsync Try to fix burns.
(edit) @68749   7 years vboxsync Build fix.
(edit) @68748   7 years vboxsync Build fix.
(edit) @68747   7 years vboxsync Audio: Enable the audio endpoint detection on Windows hosts by default.
(edit) @68740   7 years vboxsync Audio: Delete debug dump files on construction.
(edit) @68727   7 years vboxsync Dev/E1000: (bugref:8979) Fixed regression caused by r116797, tweaking …
(edit) @68725   7 years vboxsync Audio: Delete debug dump files on construction.
(edit) @68719   7 years vboxsync Audio: TMTimerStop() not needed in hdaTimerStop() / ichac97TimerStop().
(edit) @68717   7 years vboxsync Serial/DrvTCP: Fix for Windows hosts where the write event in a poll …
(edit) @68713   7 years vboxsync Build fix.
(edit) @68712   7 years vboxsync Audio/AC97: Use own device locking instead of default PDM device lock …
(edit) @68711   7 years vboxsync Documentation fixes.
(edit) @68702   7 years vboxsync doxygen fix
(edit) @68701   7 years vboxsync Audio/HDA: More own locking code (needed).
(edit) @68700   7 years vboxsync build fix for fmtcheck
(edit) @68699   7 years vboxsync pdmifs.h,Serial: Reworked stream interface. The old design with the …
(edit) @68683   7 years vboxsync Audio: More code for audio endpoint (change) detection for Windows hosts.
(edit) @68680   7 years vboxsync Audio: Implemented proper audio endpoint (change) detection for …
(edit) @68678   7 years vboxsync Audio/DrvHostDSound.cpp: Use COINIT_MULTITHREADED (equals 0) in …
(edit) @68677   7 years vboxsync Audio/DrvHostDSound.cpp: Always return success in …
(edit) @68674   7 years vboxsync Audio/HDA: Refined assertion.
(edit) @68637   7 years vboxsync DevChar.cpp: doxygen fix attempt
(edit) @68625   7 years vboxsync Audio/HDA: Use own device locking instead of default PDM device lock …
(edit) @68611   7 years vboxsync BIOS: Implemented timeout when waiting for drives to initialize after …
(edit) @68603   7 years vboxsync Audio/HDA: Use cbLeft in hdaStreamWrite() when acquiring buffer space.
(edit) @68602   7 years vboxsync Audio/HDA: Don't stop the timer via TMTimerStop(), as this function …
(edit) @68601   7 years vboxsync Audio/HDA: #ifdef nits.
(edit) @68599   7 years vboxsync Audio/DrvHostDSound.cpp: Integrated r117818 from 5.1 into trunk.
(edit) @68597   7 years vboxsync Audio/DrvHostDSound.cpp: Integrated r117818 from 5.1 into trunk.
(edit) @68594   7 years vboxsync PDM: Address the todos for cleaning up the PDMDEVHLP structure, bring …
(edit) @68592   7 years vboxsync nit
(edit) @68591   7 years vboxsync Devices/Storage/VD: Disable zero copy optimization for 4KB transfers …
(edit) @68548   7 years vboxsync Audio/HDA: Logging nits.
(edit) @68546   7 years vboxsync NAT/Net: Fix couple of typos in a comment.
(edit) @68542   7 years vboxsync ACPI: Provide _OSC method for the PCI root bus so guests can enable …
(edit) @68536   7 years vboxsync Forgotten file.
(edit) @68535   7 years vboxsync AHCI: Additional logging, fixed confusing grammar/typo (send vs. sent).
(edit) @68523   7 years vboxsync DrvChar.cpp: TODO: Arrrrrrrrrrrrrgggggggggggggggggg!!!!!!!!!!!!!!!!!
(edit) @68499   7 years vboxsync Logging nits.
(edit) @68488   7 years vboxsync Audio/DrvAudio: A bit of parameter grouping; no actual code changes.
(edit) @68486   7 years vboxsync Build fix.
(edit) @68485   7 years vboxsync Audio: Implemented ability to enable / disable audio input / output …
(edit) @68482   7 years vboxsync Logging nit.
(edit) @68469   7 years vboxsync Build fix.
(edit) @68468   7 years vboxsync Audio: Cleaned up callback stuff and got rid of the deprecated …
(edit) @68444   7 years vboxsync NAT: Bind TCP sockets to specific address if requested. Why and how …
(edit) @68423   7 years vboxsync Devices/Bus/PCI,MSI-X: Fix static initialization of the MSI-X …
(edit) @68421   7 years vboxsync 5.2 Beta 2
(edit) @68415   7 years vboxsync Audio/DevIchAc97.cpp: Fixes for async I/O handling. Not enabled by …
(edit) @68412   7 years vboxsync Audio/DevIchAc97.cpp: Lock the stream while being in ichac97StreamUpdate().
(edit) @68390   7 years vboxsync Audio/DrvAudioCommon.cpp: Logging adjustments for …
(edit) @68389   7 years vboxsync Audio: Logging: Don't include LUN# in stream names anymore; the driver …
(edit) @68388   7 years vboxsync Audio/DevHDA: Use ASMMultU64ByU32DivByU32() in …
(edit) @68387   7 years vboxsync Audio/DrvAudio.cpp: Logging: Retrieve host driver name for easier …
(edit) @68384   7 years vboxsync Build fix.
(edit) @68383   7 years vboxsync Audio/DrvAudio.cpp: Logging.
(edit) @68381   7 years vboxsync Audio/DrvAudio.cpp: Logging.
(edit) @68380   7 years vboxsync Audio/DevHDA: Added a WALCLK stale count for strict builds and refined …
(edit) @68379   7 years vboxsync Audio/DevHDA: Added a WALCLK stale count for strict builds and refined …
(edit) @68377   7 years vboxsync Comment typo.
(edit) @68376   7 years vboxsync Audio/DrvHostALSAAudio.cpp: Fixed recording by actually doing a …
(edit) @68369   7 years vboxsync DevATA: bugref:8965: enable IDE0/IDE1 at device creation time as this …
(edit) @68358   7 years vboxsync Audio/DrvHostPulseAudio.cpp: Removed PULSEAUDIO_ASYNC and put the code …
(edit) @68357   7 years vboxsync Renaming.
(edit) @68356   7 years vboxsync DrvAudio: Increased temporary audio frame buffer to 4K in …
(edit) @68355   7 years vboxsync Audio/DrvHostPulseAudio.cpp: (Hopefully) fixes rare distortions.
(edit) @68347   7 years vboxsync EFI: updated firmware binaries
(edit) @68314   7 years vboxsync added OS types for macOS 10.12 and 10.13
(edit) @68303   7 years vboxsync Whops, committed too much in r117420.
(edit) @68302   7 years vboxsync LogRel2 logging.
(edit) @68290   7 years vboxsync 5.2 Beta 1
(edit) @68276   7 years vboxsync Comment.
(edit) @68272   7 years vboxsync Audio: Renamed PDMAUDIOSTRMSTS* -> PDMAUDIOSTREAMSTS*. No actual code …
(edit) @68271   7 years vboxsync Audio: Renamed PDMAUDIOSTRMRATE -> PDMAUDIOSTREAMRATE. No actual code …
(edit) @68270   7 years vboxsync DevACPI: logging fix
(edit) @68269   7 years vboxsync Audio/DevIchAc97.cpp: Reset the audio mixer sinks in ichac97Reset() …
(edit) @68268   7 years vboxsync Audio/AudioMixer.cpp: Only apply AUDMIXSINK_STS_PENDING_DISABLE when …
(edit) @68267   7 years vboxsync Audio/DrvAudio.cpp: Logging.
(edit) @68266   7 years vboxsync Audio/DrvHostDSound.cpp: Don't purge any already submitted audio data …
(edit) @68259   7 years vboxsync DevACPI: disable the test for now
(edit) @68249   7 years vboxsync DevACPI: temporary sanity check (take reset into account)
(edit) @68245   7 years vboxsync DevACPI: temporary sanity check
(edit) @68241   7 years vboxsync Audio/DrvHostDebugAudio.cpp: Fixed bogus (debug) assertion.
(edit) @68238   7 years vboxsync Audio/DrvHostCoreAudio.cpp: More cleanup code for …
(edit) @68233   7 years vboxsync Audio: Enabled audio callback support (VBOX_WITH_AUDIO_CALLBACKS) by …
(edit) @68232   7 years vboxsync Audio/DrvAudio.cpp: Fixed shadow variable.
(edit) @68205   7 years vboxsync Devices/Storage/IOBufMgmt: Don't actually allocate memory when …
(edit) @68137   7 years vboxsync DevHDA: make the SSM revision check more robust if the SVN revision is …
(edit) @68136   7 years vboxsync Audio: Header updates.
(edit) @68132   7 years vboxsync Audio: Renamed audio samples to audio frame because that's what they …
(edit) @68118   7 years vboxsync Bus/PCI/MSI: Allow multiple vectors even with per vector masking …
(edit) @68109   7 years vboxsync PS2M: Removed unused code, cleaned up comments.
(edit) @68100   7 years vboxsync PS/2 mouse emulation: correct comment in test case and move test code …
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