VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @75111   6 years vboxsync Synced code and comment again.
(edit) @75101   6 years vboxsync Build fix.
(edit) @75100   6 years vboxsync BusLogic: Added option to emulate an ISA device without any PCI bits.
(edit) @75075   6 years vboxsync DevATA: Made RECALIBRATE and INITIALIZE DEVICE PARAMETERS commands …
(edit) @74983   6 years vboxsync Devices/*/BIOS: Regenreated alternative bios sources.
(edit) @74982   6 years vboxsync MakeAlternativeSource: Use codeview debug info to avoid jump tables …
(edit) @74973   6 years vboxsync 6.0.0_BETA1
(edit) @74941   6 years vboxsync typo
(edit) @74939   6 years vboxsync ACPI: Support up to four custom tables, not just one. Thanks, canardoscode!
(edit) @74919   6 years vboxsync Serial: Make sure the data is periodically removed from the TX queue …
(edit) @74877   6 years vboxsync Audio/Mixer: Fixed triggering a harmless debug assertion if a certain …
(edit) @74839   6 years vboxsync DrvVD: Fixed failing suspend/resume cycle if an recoverable error …
(edit) @74838   6 years vboxsync DrvVD: Fixed failing suspend/resume cycle if an recoverable error …
(edit) @74771   6 years vboxsync Removed old LPC device code.
(edit) @74770   6 years vboxsync Dropping VBoxDD2R0.r0 & VBoxDDR2RC.rc as they are empty (and thereby …
(edit) @74754   6 years vboxsync DevSerial: Return error if uartR3Init fails.
(edit) @74665   6 years vboxsync BIOS: Test VBOX_BIOS_CPU instead of BX_CPU.
(edit) @74613   6 years vboxsync BIOS: Inlined write_word, read_word and friends. Saves over 600 bytes …
(edit) @74612   6 years vboxsync BIOS: Slightly optimized INT 15h protected mode switching code.
(edit) @74580   6 years vboxsync BIOS: Build 32-bit APM only for 386+ BIOS.
(edit) @74572   6 years vboxsync Audio/DrvHostDSound.cpp: Removed unneeded assertion in …
(edit) @74549   6 years vboxsync DevVGA-SVGA: further cleanup of context windows creation (Windows host …
(edit) @74530   6 years vboxsync Main,Devices: Compile fixes (gcc 8.2.0-7).
(edit) @74518   6 years vboxsync Audio/DrvAudio: Removed unused code.
(edit) @74507   6 years vboxsync Audio/DrvAudio: Addressed backend stream destruction on failed …
(edit) @74506   6 years vboxsync Another build fix for trailing spaces in r125345
(edit) @74498   6 years vboxsync DrvAudio.cpp,pdmaudioifs.h: Added a HACK to avoid asserting in …
(edit) @74496   6 years vboxsync Build fix for trailing spaces in r125345
(edit) @74484   6 years vboxsync Network/IntNet: (bugref:9063) R0 trunk reconnect thread.
(edit) @74474   6 years vboxsync Main,Devices: Graphics controller updates. bugref:8893
(edit) @74454   6 years vboxsync DrvHostSerial: Ditto.
(edit) @74453   6 years vboxsync DrvChar,asm.h: Added ASMAtomicXchgZ to get rid of 32-bit VCC …
(edit) @74447   6 years vboxsync Devices/Serial: Add callback to flush receive/transmit queues of the …
(edit) @74446   6 years vboxsync Devices/Serial: Add callback to flush receive/transmit queues of the …
(edit) @74441   6 years vboxsync ACPI: Disable native PCIe capability control in _OSC method to make …
(edit) @74309   6 years vboxsync Devices/Storage/DrvVD: Don't ignore the IgnoreFlushAsync option
(edit) @74308   6 years vboxsync Devices/Storage/DrvVD: Don't ignore the IgnoreFlush and FlushInterval …
(edit) @74261   6 years vboxsync DevVGA-SVGA3d: corrected guest pitch; comments.
(edit) @74135   6 years vboxsync DevVGA: Removed unused argument.
(edit) @74068   6 years vboxsync Build fix.
(edit) @74067   6 years vboxsync Audio/HDA: Implemented hdaR3MixerAddDrv() / hdaR3MixerRemoveDrv() and …
(edit) @74066   6 years vboxsync Audio/AC97: Logging nit.
(edit) @74059   6 years vboxsync Audio/AC97: Implemented ichac97R3MixerAddDrv() / …
(edit) @74058   6 years vboxsync Audio/DrvAudio: Added some more host driver (backend) checks / return …
(edit) @74057   6 years vboxsync Audio/Mixer: Allow setting NULL for un-setting a recording source in …
(edit) @74041   6 years vboxsync Audio/Mixer: Added AudioMixerSinkGetName().
(edit) @74038   6 years vboxsync Audio/AC97: Compile fixes for async I/O support …
(edit) @74037   6 years vboxsync Audio/HDAStream: Renaming nit.
(edit) @74036   6 years vboxsync Audio/DrvHostCoreAudio: Return the correct available input/output …
(edit) @74035   6 years vboxsync Audio/DrvHostCoreAudio: Handle 0-byte write blocks in …
(edit) @74034   6 years vboxsync Audio/DrvHostCoreAudio: Logging.
(edit) @74033   6 years vboxsync Audio/DrvAudio: Also check for free input streams on stream creation …
(edit) @74010   6 years vboxsync Build fix.
(edit) @74007   6 years vboxsync Audio/DrvAudio: Logging.
(edit) @74006   6 years vboxsync Audio/DrvAudioHlp: Implemented DrvAudioHlpDeviceEnumGetDeviceCount().
(edit) @74004   6 years vboxsync Audio/HDA: Logging nit.
(edit) @73925   6 years vboxsync VUSB: warning fix (comparison between signed and unsigned integer …
(edit) @73878   6 years vboxsync Audio/DrvHostValidationKit: Renaming.
(edit) @73877   6 years vboxsync Audio/DrvHostValidationKit: No input stream supported (yet).
(edit) @73872   6 years vboxsync Audio/DrvAudio: Take a shortcut in …
(edit) @73867   6 years vboxsync Network/E1000: LEDCTL implementation, prompted by patch on vbox-dev.
(edit) @73840   6 years vboxsync Audio/DrvHostPulseAudio: Fixed input stream creation.
(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) @73831   6 years vboxsync Audio/DrvHostPulseAudio: Also explicitly set acquired buffer …
(edit) @73830   6 years vboxsync Audio/DrvAudio: Logging.
(edit) @73821   6 years vboxsync Audio/DrvHostPulseAudio: Fixed regression in paStreamOpen() because of …
(edit) @73820   6 years vboxsync Audio/DrvAudio: Logging.
(edit) @73818   6 years vboxsync Build fix.
(edit) @73817   6 years vboxsync Audio/DrvAudio: Const.
(edit) @73816   6 years vboxsync Build fix.
(edit) @73815   6 years vboxsync Build fix.
(edit) @73814   6 years vboxsync Audio/DrvAudio: Fixes for drvAudioStreamPlay(), drvAudioStreamWrite() …
(edit) @73813   6 years vboxsync Build fix.
(edit) @73812   6 years vboxsync Audio/DrvAudio: Logging.
(edit) @73811   6 years vboxsync Audio/Mixer: No need to return aligned writable sizes in …
(edit) @73810   6 years vboxsync Audio/Mixer: Documentation.
(edit) @73809   6 years vboxsync Audio/Mixer: Restructured internal sink writing code into multiple …
(edit) @73794   6 years vboxsync Audio/Mixer: Don't handle commands not supported by certain backends …
(edit) @73786   6 years vboxsync Audio/MixBuf: Check frames to clear in AudioMixBufFinish().
(edit) @73785   6 years vboxsync Audio/DrvAudio: Don't clear (finish) more input frames than available …
(edit) @73777   6 years vboxsync Devices/Serial/UartCore.cpp: Fix character timeout indication …
(edit) @73775   6 years vboxsync VUSB/Linux: Fixed double reap of discarded URBs, causing potential crashes.
(edit) @73767   6 years vboxsync Serial: Remove the old serial code and switch over to the new one by …
(edit) @73766   6 years vboxsync Serial: Remove the old serial code and switch over to the new one by …
(edit) @73748   6 years vboxsync DevPcBios: Fixed typo in logging code.
(edit) @73746   6 years vboxsync NAT/NATNet: Disable Nagle algorighm on the host using TCP_NODELAY …
(edit) @73737   6 years vboxsync DevVGA-SVGA: simplified creation of per context device windows; …
(edit) @73736   6 years vboxsync DevVGA-SVGA: simplified creation of per context device windows; …
(edit) @73731   6 years vboxsync Audio/DrvAudio: No need to re-query the backend stream's writable size …
(edit) @73730   6 years vboxsync Audio: Implemented PDMAUDIOSTREAMCMD_DROP; at the moment only the …
(edit) @73729   6 years vboxsync Audio/DrvHostDSound.cpp: Renaming, logging, formatting.
(edit) @73727   6 years vboxsync Audio/DrvHostDSound.cpp: Also do the playback data transfer in the …
(edit) @73722   6 years vboxsync Devices/Serial: Crash fix
(edit) @73714   6 years vboxsync Audio/MixBuf: Added AudioMixBufUsedBytes().
(edit) @73713   6 years vboxsync Devices/Serial: Remove giving the amount of available data to write …
(edit) @73712   6 years vboxsync Devices/Serial: Remove giving the amount of available data to write …
(edit) @73701   6 years vboxsync Audio/DrvAudioCommon.cpp: The default is Little Endian in …
(edit) @73698   6 years vboxsync VMMDev: Reporting only updated mode hints in multimonitor display …
(edit) @73696   6 years vboxsync Audio/DrvHostOSSAudio.cpp: Build fix.
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