VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @71247   7 years vboxsync DevIchAc97: Critsect alignment fix (32-bit).
(edit) @71218   7 years vboxsync DevDMA: Handle I/O port access from ring-0 and raw-mode since we …
(edit) @71216   7 years vboxsync DevDMA: Handle I/O port access from ring-0 and raw-mode since we …
(edit) @71214   7 years vboxsync DevDMA: Handle I/O port access from ring-0 and raw-mode since we …
(edit) @71212   7 years vboxsync DevDMA: Handle I/O port access from ring-0 and raw-mode since we …
(edit) @71210   7 years vboxsync DevDMA: Handle I/O port access from ring-0 and raw-mode since we …
(edit) @71203   7 years vboxsync NAT: Redo previous. Explicitly map nameserver 0.0.0.0 to loopback …
(edit) @71202   7 years vboxsync NAT: nameserver 0.0.0.0 is a valid setting. Map it to host's loopback.
(edit) @71194   7 years vboxsync DevVGA_VDMA.cpp: Annoying assertion in tstVMM.
(edit) @71190   7 years vboxsync Dev/E1000: Add missing colons after device name in release log.
(edit) @71155   7 years vboxsync Devices/Bus/ICH9: Don't meddle with the IRQ value when traversing …
(edit) @71149   7 years vboxsync DevVGA, Additions: added VBE_DISPI_ID_CFG for querying the virtual …
(edit) @71148   7 years vboxsync DevVGA, Additions: added VBE_DISPI_ID_CFG for querying the virtual …
(edit) @71146   7 years vboxsync DevVGA, Additions: added VBE_DISPI_ID_CFG for querying the virtual …
(edit) @71126   7 years vboxsync Audio/DrvAudioCommon.cpp: Also initialize file handle in …
(edit) @71117   7 years vboxsync Audio/DrvHostDSound.cpp: Removed unnecessary code to stop the playback …
(edit) @71114   7 years vboxsync DevPcArch: Making the last 64K under 1M not present wasn't the problem …
(edit) @71113   7 years vboxsync Audio/DrvAudioCommon.cpp: Implemented DrvAudioHlpBytesToMs().
(edit) @71112   7 years vboxsync virtio: Workaround for older guests which do not enable PCI bus mastering.
(edit) @71098   7 years vboxsync Dev/E1000: (bugref:9113) PXE boot fix: SLU write sets STATUS.LU unless …
(edit) @71072   7 years vboxsync Updated EFI binaries.
(edit) @71062   7 years vboxsync Firmware: Define DMI table header size.
(edit) @71061   7 years vboxsync EFI: Moved SMBIOS header into the ROM area which already holds the …
(edit) @71060   7 years vboxsync EFI: Scan a larger range for SMBIOS header.
(edit) @71045   7 years vboxsync Audio/DrvAudio.cpp: Also log errors in non-verbose mode.
(edit) @70994   7 years vboxsync Audio/DrvHostPulseAudio.cpp: Added support for distinguishing input / …
(edit) @70993   7 years vboxsync Audio/DrvAudioCommon.cpp: Implemented DrvAudioHlpPlaybackDstToStr().
(edit) @70975   7 years vboxsync Audio/HDA: Disable audio streams before doing a stream reset in …
(edit) @70974   7 years vboxsync Audio/DrvHostDSound.cpp: Fixed playback start latency and made some …
(edit) @70972   7 years vboxsync Audio/DrvAudioCommon.cpp: Implemented DrvAudioHlpMsToBytes().
(edit) @70967   7 years vboxsync Audio/DrvHostDSound.cpp: Check for valid circular buffer when flushing …
(edit) @70966   7 years vboxsync Build fix.
(edit) @70965   7 years vboxsync Build fix.
(edit) @70964   7 years vboxsync Audio/HDA: Implemented separate timers for per audio stream to a) …
(edit) @70957   7 years vboxsync DSound,FE/Qt: Flowerbox fixes.
(edit) @70938   7 years vboxsync DevVGA-SVGA3d: FLOAT_FMT_ARGS fix for negative values. Fixed …
(edit) @70933   7 years vboxsync Audio/DevHDA.cpp: Save a few CPU cycles in hdaStreamTransfer() if the …
(edit) @70931   7 years vboxsync Audio/DevHDA.cpp: Added todo (VBOX_WITH_AUDIO_HDA_51_SURROUND).
(edit) @70928   7 years vboxsync Audio/DrvHostDSound.cpp: Cleanup / docs.
(edit) @70927   7 years vboxsync Audio/DrvHostDSound.cpp: Added underrun / overrun counters.
(edit) @70926   7 years vboxsync Audio/DrvHostDSound.cpp: Cleanup / docs.
(edit) @70925   7 years vboxsync Audio/DrvHostDSound.cpp: Also use the notification thread for …
(edit) @70921   7 years vboxsync Audio/DrvHostDSound.cpp: Build fix.
(edit) @70919   7 years vboxsync Audio/DrvAudio.cpp: Fixed copy & paste bug in drvAudioStreamRead(), …
(edit) @70916   7 years vboxsync Audio/DrvHostDSound.cpp: Use the notification thread by default to …
(edit) @70910   7 years vboxsync Audio/DrvAudio.cpp: Log if host stream has pending operations left in …
(edit) @70908   7 years vboxsync Audio/DevSB16.cpp: No need to open the (output) stream when doing a …
(edit) @70907   7 years vboxsync Audio/DrvAudio.cpp: Build fix (docs).
(edit) @70906   7 years vboxsync Audio/DrvAudio.cpp: Build fix.
(edit) @70905   7 years vboxsync Audio/DevHDA.cpp: Separate stream adding / removal in own functions …
(edit) @70904   7 years vboxsync Audio/DrvAudio.cpp: Build fix.
(edit) @70903   7 years vboxsync Audio/DevSB16.cpp: Use sb16DestroyDrvStream() in sb16PowerOff() to …
(edit) @70902   7 years vboxsync Audio/DrvAudio.cpp: Make sure to disable the backend first before …
(edit) @70894   7 years vboxsync Audio/DevHDA.cpp: Save a lot of stream startup time by avoiding to …
(edit) @70888   7 years vboxsync Audio/DrvHostDSound.cpp: Renamed VBOX_WITH_AUDIO_DEVICE_CALLBACKS -> …
(edit) @70881   7 years vboxsync Audio/DrvAudio.cpp: More error checking for …
(edit) @70878   7 years vboxsync Audio: Renamed AudioMixBufReadCirc[Ex] -> …
(edit) @70875   7 years vboxsync DevIoApic: Added 82379AB variant with fewer RTEs. NT 3.1 likes it.
(edit) @70872   7 years vboxsync VMMDevState.h: comment nit
(edit) @70869   7 years vboxsync DevIoApic: spaces nit, logging.
(edit) @70868   7 years vboxsync Typo.
(edit) @70867   7 years vboxsync DevIoApic: Made APIC version a CFGM option rather than the unwieldy …
(edit) @70866   7 years vboxsync DevPcArch: Reserving the last 64K below 1M upsets OS X (EFI) guests. …
(edit) @70865   7 years vboxsync Audio/DrvHostDSound.cpp: Log requested / acquired playback format.
(edit) @70864   7 years vboxsync Audio/DrvHostDSound.cpp: Compacted dsoundWaveFmtFromCfg().
(edit) @70842   7 years vboxsync slirp: Drop optimistic asserts about something we can't control.
(edit) @70841   7 years vboxsync Audio/DrvHostDSound.cpp: Fixes for dsoundGetFreeOut().
(edit) @70840   7 years vboxsync Audio/DrvHostDSound.cpp: Renamed dsoundPlayClearSamples() -> …
(edit) @70839   7 years vboxsync Audio/DrvHostDSound.cpp: Made the buffer parameters in …
(edit) @70832   7 years vboxsync Audio/HDA: Only create debug audio files if not already open yet and …
(edit) @70829   7 years vboxsync IOAPIC: fix compilation of non-default 82093AA flavor, which is never built
(edit) @70822   7 years vboxsync DrvAudioCommon.cpp: LogRel2 logging for DrvAudioHlpFileDelete().
(edit) @70821   7 years vboxsync DrvAudio: Added DrvAudioHlpFileIsOpen().
(edit) @70800   7 years vboxsync Devices/Serial: Rewrite the host serial driver to use the IPRT serial …
(edit) @70776   7 years vboxsync Devices/Storage/DevATA.cpp: Implement MODE SENSE (6) command to be on …
(edit) @70775   7 years vboxsync Devices/Storage/DrvVD.cpp: Fix assertion
(edit) @70774   7 years vboxsync Devices/Serial: Allow attaching/detaching the driver below during …
(edit) @70743   7 years vboxsync DevPcArch.cpp: Make RAM in the range 0xa0000 and 0xfffff be reserved, …
(edit) @70740   7 years vboxsync DevPcArch.cpp: Make RAM in the range 0xa0000 and 0xfffff be reserved, …
(edit) @70737   7 years vboxsync DevSB16.cpp/sb16TimerIO: Fixed assertion triggering when audio output …
(edit) @70713   7 years vboxsync vbox.dsl: Make sure that a parallel port with base address 0x3BC has …
(edit) @70705   7 years vboxsync Audio/DrvHostDSound: Log enumerated devices only in verbose (and/or …
(edit) @70694   7 years vboxsync VUSBDevice: Fix for leaving the critical section in the error case …
(edit) @70693   7 years vboxsync VUSB/VUSBDevice: Avoid that the device is destroyed while in certain …
(edit) @70689   7 years vboxsync VSCSI,DrvSCSI: Add method to query INQUIRY related data from the …
(edit) @70688   7 years vboxsync VSCSI,DrvSCSI: Add method to query INQUIRY related data from the …
(edit) @70687   7 years vboxsync DevATA,DevAHCI: build fixes for 32bit
(edit) @70685   7 years vboxsync pdmstorageifs.h,DevAHCI,DrvHostDVD: Restore ability to overwrite the …
(edit) @70671   7 years vboxsync Audio/SB16: A couple more checks needed for the dynamic attaching / …
(edit) @70669   7 years vboxsync Audio/HDA: Logging.
(edit) @70661   7 years vboxsync Devices/Graphics: build fix for previous code cleanups
(edit) @70642   7 years vboxsync Audio: Made attaching of backend streams non-fatal, as backends could …
(edit) @70640   7 years vboxsync Audio: Added VERR_AUDIO_BACKEND_NOT_ATTACHED and support for it in …
(edit) @70639   7 years vboxsync Audio/DrvAudio: Implemented more dynamic support for attaching the …
(edit) @70635   7 years vboxsync Audio/DrvAudio: Fixed potential deadlock situation in …
(edit) @70630   7 years vboxsync Audio/DrvAudio: Check if critical sections are initialized in …
(edit) @70629   7 years vboxsync Audio/HDA: Check if critical sections are initialized in …
(edit) @70614   7 years vboxsync bugref:8256 Allow guest parallel device to be assigned base address …
(edit) @70607   7 years vboxsync bugref:9046 Enforce maximum length and proper termination of credentials
(edit) @70604   7 years vboxsync DevVGA: cleanup in progress.
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