VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @64041   8 years vboxsync DrvHostCoreAudio: build fix
(edit) @64037   8 years vboxsync DrvVD: Revert unintended change (probably harmless)
(edit) @64036   8 years vboxsync AHCI: Free the request before notifying the guest about the completion …
(edit) @64034   8 years vboxsync Audio/DrvHostCoreAudio.cpp: Update on Audio Queues (work in progress, …
(edit) @64030   8 years vboxsync AHCI,DrvSCSI: Undo the hack now that the bug is fixed
(edit) @64029   8 years vboxsync Storage/DrvVD: Don't recurse into trying to allocate I/O buffers again …
(edit) @64028   8 years vboxsync SCSI: Same workaround as for AHCI
(edit) @64026   8 years vboxsync AHCI: Temporary workaround to make the testboxes happy until the bug …
(edit) @64025   8 years vboxsync Storage/DrvVD: Assertions + and honor the sync flag for I/O requests
(edit) @64022   8 years vboxsync AHCI: uint32_t vs. size_t issues, hopefully fixes windows buildboxes
(edit) @64021   8 years vboxsync AHCI: uint32_t vs. size_t issues, hopefully fixes windows buildboxes
(edit) @64020   8 years vboxsync AHCI: Must duplicate the request structure when saving the request for …
(edit) @64019   8 years vboxsync Storage: Get rid of PDMIMEDIA::pfnIoBufAllocate and …
(edit) @64018   8 years vboxsync AHCI: Remove allocating I/O buffers on our own and let the provider of …
(edit) @64016   8 years vboxsync AHCI: Remove tsStart from the request structure as the functionaliyt …
(edit) @64015   8 years vboxsync AHCI: Remove trim related structures from the request structure and …
(edit) @64010   8 years vboxsync LPT: Unbroke enumeration on Windows.
(edit) @64009   8 years vboxsync AHCI: Get rid of enmTxState in the request structure is the request …
(edit) @64008   8 years vboxsync AHCI: Store the error and status bits in the FIS directly and remove …
(edit) @64005   8 years vboxsync DrvVD: Logging for discard requests in the error case too
(edit) @64004   8 years vboxsync oops
(edit) @64003   8 years vboxsync AHCI: Unused variable
(edit) @64002   8 years vboxsync Devices/Storage: Throw out PDMIMEDIAASYNC which is superseded by …
(edit) @64001   8 years vboxsync AHCI: alignment fix for x86
(edit) @64000   8 years vboxsync Update tstDeviceStructSizeRC too
(edit) @63999   8 years vboxsync AHCI: Convert to PDMIMEDIAEX and kick out PDMIMEDIAASYNC. This …
(edit) @63997   8 years vboxsync Storage: Change PDMIMEDIAEX::pfnIoReqDiscard to not get the discard …
(edit) @63994   8 years vboxsync another fix
(edit) @63993   8 years vboxsync build fix
(edit) @63992   8 years vboxsync VSCSI,DrvSCSI: Switch to PDMIMEDIAEX instead of using PDMIMEDIAASYNC
(edit) @63991   8 years vboxsync PDMIMEDIAEX: Another addendum, make it possible to query a residual …
(edit) @63972   8 years vboxsync Docs.
(edit) @63971   8 years vboxsync Audio/AudioMixer.cpp: Respect pending disable status of the sink when …
(edit) @63965   8 years vboxsync Logging.
(edit) @63958   8 years vboxsync Audio/DrvHostCoreAudio.cpp: Update on Audio Queues (work in progress, …
(edit) @63955   8 years vboxsync pdmstorageifs.h: Small addendum to PDMIMEDIAEX which enables us to …
(edit) @63951   8 years vboxsync DrvVD: More work on the extended media interface to bring it up to par …
(edit) @63927   8 years vboxsync Audio/DrvHostCoreAudio.cpp: Update on Audio Queues (work in progress, …
(edit) @63922   8 years vboxsync Audio/DrvHostCoreAudio.cpp: Update on Audio Queues (work in progress, …
(edit) @63921   8 years vboxsync NAT: strip comment before processing resolv.conf line to simplify …
(edit) @63919   8 years vboxsync DrvVD: Fix handling encrypted disks when PDMIMEDIAEX is used (only …
(edit) @63917   8 years vboxsync DrvVD: Don't fail completely when loading a plugin failed, log the …
(edit) @63914   8 years vboxsync Audio/DrvHostCoreAudio.cpp: Implemented support for Audio Queues (work …
(edit) @63913   8 years vboxsync NAT: don't stop parsing if we are out of buffer space for search …
(edit) @63911   8 years vboxsync VBoxSampleDevice.cpp: ditto
(edit) @63910   8 years vboxsync DevPlayground.cpp: Use the macros.
(edit) @63909   8 years vboxsync AHCI: Get rid of goto
(edit) @63886   8 years vboxsync Devices/Samples: more version paranoia (solves unused parameters and …
(edit) @63885   8 years vboxsync Devices/Samples: build by default (if testcases are built) and install …
(edit) @63884   8 years vboxsync Devices/Samples: add "playground" device for making experiments (it …
(edit) @63879   8 years vboxsync DevPciIch9: play safe with BAR64 handling, it applies only to MEM …
(edit) @63878   8 years vboxsync Devices/Sample: some cleanups of the sample device and driver
(edit) @63876   8 years vboxsync NAT: Don't exceed RCPS_MAX_SEARCHLIST. Patch from ticketref:15948.
(edit) @63866   8 years vboxsync Audio/DrvHostCoreAudio.cpp: Check for locked down and dead devices …
(edit) @63865   8 years vboxsync Audio: Added device flags PDMAUDIODEV_FLAGS_LOCKED and …
(edit) @63863   8 years vboxsync Build fix.
(edit) @63862   8 years vboxsync Audio/DevIchAc97.cpp: Better separated initialization/destruction and …
(edit) @63848   8 years vboxsync Audio/DrvAudio.cpp: Logging, renaming.
(edit) @63847   8 years vboxsync Audio/AudioMixBuffer.cpp: Return rc in audioMixBufMixTo().
(edit) @63846   8 years vboxsync Audio/AudioMixer.cpp: Logging.
(edit) @63845   8 years vboxsync Audio/AudioMixer.cpp: If the sink is running, make sure that an just …
(edit) @63844   8 years vboxsync Audio/AudioMixer.cpp: Added audioMixerStreamCtlInternal().
(edit) @63839   8 years vboxsync DevVGA: bugref:8387: keep u32ViewIndex for VBVA_SCREEN_F_BLANK2
(edit) @63828   8 years vboxsync Logging, some simplifications.
(edit) @63822   8 years vboxsync include,Main,DevVGA: bugref:8387: support for guest request to blank …
(edit) @63819   8 years vboxsync Audio/DevIchAc97.cpp: More status register (SR) fun.
(edit) @63817   8 years vboxsync Audio/DevIchAc97.cpp: Check the stream's status register if a device …
(edit) @63816   8 years vboxsync Audio/DevIchAc97.cpp: Check the stream's status register if a device …
(edit) @63813   8 years vboxsync Audio/DevIchAc97.cpp: NA(B)MRead/Write: Adjusted logging.
(edit) @63778   8 years vboxsync Logging, assertions.
(edit) @63777   8 years vboxsync removed assertion
(edit) @63776   8 years vboxsync DevPciIch9: fixed condition in ich9pciBiosInitDevice()
(edit) @63773   8 years vboxsync DevPciIch9: fix in ich9pciSetRegionAddress() to only consider …
(edit) @63766   8 years vboxsync Audio/DrvHostAudioOSS.cpp: Fixed stream access mode, also for FreeBSD …
(edit) @63749   8 years vboxsync Audio/DrvHostALSAAudio.cpp: Fixed recording.
(edit) @63745   8 years vboxsync Build fix (warnings as errors).
(edit) @63744   8 years vboxsync Build fix (warnings as errors).
(edit) @63743   8 years vboxsync Audio: More code for device enumeration and dynamic device handling / …
(edit) @63740   8 years vboxsync DrvVD: Don't use the async VD API in PDMIMEDIAEX when it is not supported
(edit) @63737   8 years vboxsync Audio/DevSB16.cpp: Stream validation on construction not needed …
(edit) @63736   8 years vboxsync Logging.
(edit) @63727   8 years vboxsync DiskIntegrity: Updates to handle the PDMIMEDIAEX interface
(edit) @63724   8 years vboxsync Storage/DrvRamDisk: warning fixes for release builds
(edit) @63723   8 years vboxsync VD: Free the allocated I/O buffer already when the request completed …
(edit) @63719   8 years vboxsync Logging.
(edit) @63718   8 years vboxsync Audio: Adjusted error texts for re-attaching the LUNs in case the host …
(edit) @63717   8 years vboxsync Audio/DrvAudio: Only try to re-initialize once, and after that the …
(edit) @63715   8 years vboxsync Build fix (warnings as errors).
(edit) @63714   8 years vboxsync Build fix.
(edit) @63713   8 years vboxsync Build fix (warnings as errors).
(edit) @63711   8 years vboxsync Audio: Implemented support for audio device enumeration handling, …
(edit) @63702   8 years vboxsync DevPciIch: use the proper constant here
(edit) @63700   8 years vboxsync Storage/DrvDiskIntegrity: Start integration to work with the extended …
(edit) @63690   8 years vboxsync PCI,Devices: Changed range size in FNPCIIOREGIONMAP from uint32_t to …
(edit) @63689   8 years vboxsync Storage: New ramdisk driver for debugging and make DrvDiskIntegrity …
(edit) @63685   8 years vboxsync PDM,DevPci*: Allow larger PCI region sizes.
(edit) @63684   8 years vboxsync Audio/DrvAudio.cpp: Convert to bytes before leaving critical section …
(edit) @63683   8 years vboxsync Audio/DrvHostCoreAudio.cpp: Fixed interface casting messup.
(edit) @63681   8 years vboxsync Audio/DrvHostCoreAudio.cpp: Added missing static DECLCALLBACK decorations.
(edit) @63676   8 years vboxsync NAT: soread - errno is valid only when syscall indicates failure, so …
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