VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @64846   8 years vboxsync Devices/Storage/DevFdc: Add missing pfnQueryDeviceLocation, fixes …
(edit) @64842   8 years vboxsync AHCI: Reset some members when reporting the out of memory error case …
(edit) @64841   8 years vboxsync Devices/Storage: Remove statistics superseeded by the ones available …
(edit) @64839   8 years vboxsync Devices/Storage/DrvHostBase: Statistics for common things (request …
(edit) @64838   8 years vboxsync Devices/Storage/DrvVD: Missing places to account for read/written bytes
(edit) @64836   8 years vboxsync Dev/E1000: bugref:8624: reverted r112175 as it seems to introduce …
(edit) @64835   8 years vboxsync Devices/Storage/DrvVD: Add some general statistics applying to all devices
(edit) @64834   8 years vboxsync Devices/Virtio: In an unlikely event that the guest requests features …
(edit) @64833   8 years vboxsync Devices/Virtio: Add missing feature and descriptor flags.
(edit) @64825   8 years vboxsync Devices/Virtio: vqueuePut - refactor more or less mechanically and …
(edit) @64822   8 years vboxsync Audio/DevHDA.cpp: Enabled the async I/O support by default to get some …
(edit) @64821   8 years vboxsync Audio/DevHDA.cpp: Use SD descriptor numbers in async I/O thread names, …
(edit) @64812   8 years vboxsync Audio/DevHDA.cpp: Forgot to disable HDA_DEBUG_DUMP_PCM_DATA again.
(edit) @64811   8 years vboxsync Audio/DevHDA.cpp: Added initial support for async I/O handling to …
(edit) @64810   8 years vboxsync Devices/Virtio: vqueuePut - don't call PDMDevHlpPCIPhysWrite with zero …
(edit) @64809   8 years vboxsync Devices/Virtio: vqueuePut - when computing remaining transfer size, …
(edit) @64808   8 years vboxsync LsiLogic: Protect the request queue and writes to the reply free queue …
(edit) @64807   8 years vboxsync Dev/E1000: (bugref:8624) Bring link up immediately, interrupt later …
(edit) @64806   8 years vboxsync BusLogic: Pretend to not have a guest buffer when the SCSI command is …
(edit) @64805   8 years vboxsync Comment typo.
(edit) @64800   8 years vboxsync Audio/DevHDA.cpp: Added HDABDLEDESC to fetch BDL descriptions in …
(edit) @64792   8 years vboxsync Audio/DevHDA.cpp: Got rid of hdaSDFIFOSToBytes().
(edit) @64789   8 years vboxsync Storage/IOBufMgmt: Reset the bins if there is nothing in the current …
(edit) @64766   8 years vboxsync src/VBox: Make the use of the iterator for …
(edit) @64761   8 years vboxsync xHCI: Removed unused/irrelevant stats.
(edit) @64741   8 years vboxsync DrvHostPulseAudio: debugging
(edit) @64740   8 years vboxsync Dev/E1000: (bugref:8624) Removed link-up delay
(edit) @64733   8 years vboxsync pciR3MergedRegisterDeviceOnBus: Incorrect logrel-assertion condition …
(edit) @64730   8 years vboxsync DrvHostPulseAudio: re-applied temporary logging
(edit) @64728   8 years vboxsync Storage/DrvRamDisk: build fix
(edit) @64727   8 years vboxsync Storage/DrvVD: Don't process I/O requests under a lock but postpone it …
(edit) @64725   8 years vboxsync Storage/DrvRamDisk: Fixes
(edit) @64724   8 years vboxsync Storage/DrvDiskIntegrity: Fixes
(edit) @64709   8 years vboxsync DrvHostPulseAudio: removed temporary logging
(edit) @64708   8 years vboxsync DrvHostPulseAudio: renamed fLoopWait to fAbortLoop and made it volatile!
(edit) @64707   8 years vboxsync DevPciIch9: add bus topology information to "info pci", to …
(edit) @64706   8 years vboxsync build fix
(edit) @64702   8 years vboxsync DevPciIch9: Assert/LogRel on bad PCI bridge config. LogRel the PDM …
(edit) @64701   8 years vboxsync ich9pciBiosInitBridgeTopology: VBOX_PCI_SUBORDINATE_BUS again.
(edit) @64700   8 years vboxsync ich9pciBiosInitBridgeTopology: Missed VBOX_PCI_SUBORDINATE_BUS, now it …
(edit) @64699   8 years vboxsync ich9pciBiosInitBridgeTopology: Missed VBOX_PCI_SUBORDINATE_BUS.
(edit) @64697   8 years vboxsync DevPciIch9: Default to PDM bus numbering.
(edit) @64696   8 years vboxsync DevPCI*,PDM: Get internal bus number from PDM.
(edit) @64687   8 years vboxsync Audio/DrvHostPulseAudio: added some temporary logging to debug a …
(edit) @64684   8 years vboxsync Dev/E1000: (bugref:8624) Delay interrupts in IMS handler, enable …
(edit) @64682   8 years vboxsync Storage/IOBufMgmt: Fixes
(edit) @64681   8 years vboxsync NVMe: Add support for the controller memory buffer (CMB) feature from …
(edit) @64680   8 years vboxsync AHCI: Missed initializing fMapped here which can lead to a wrong call …
(edit) @64679   8 years vboxsync NAT: slirp_select_poll - don't stop after draining half-closed socket, …
(edit) @64674   8 years vboxsync IOBufMgmt: Defrag the I/O memory buffer if everything is free and an …
(edit) @64672   8 years vboxsync AHCI: Add support for pfnIoReqQueryBuf for 4KB page aligned guest buffers
(edit) @64671   8 years vboxsync DrvVD: Add statistics about how many attempts were made to query a …
(edit) @64664   8 years vboxsync DrvVD: Try to get a direct pointer to the guest buffer if it fits into …
(edit) @64660   8 years vboxsync pdmstorageifs.h,AHCI,NVMe,LsiLogic,BusLogic,DrvSCSI: Prepare for a new …
(edit) @64658   8 years vboxsync AHCI: Fix calculation of transfered data size
(edit) @64657   8 years vboxsync DrvSCSI: fix for getting the residual count
(edit) @64654   8 years vboxsync VSCSI,DrvSCSI: Proper residual calculation, save the transfer size …
(edit) @64652   8 years vboxsync Audio: Reverted part of r111751 to fix unit test failure.
(edit) @64632   8 years vboxsync Audio: fix ALSA stub for snd_device_name_free_hint()
(edit) @64631   8 years vboxsync Audio: fixes pulse audio stub for pa_context_get_server_info()
(edit) @64626   8 years vboxsync Recompiler, VMM, Devices: Purge the old APIC and the …
(edit) @64617   8 years vboxsync NAT: soread - Windows reports ESHUTDOWN after SHUT_RD (SD_RECEIVE) …
(edit) @64615   8 years vboxsync NAT: sort Windows s/WSA definitions alphabetically.
(edit) @64614   8 years vboxsync NAT: Define ESHUTDOWN (as WSAESHUTDOWN) on Windows. We don't really …
(edit) @64612   8 years vboxsync build fix
(edit) @64610   8 years vboxsync DrvHostCoreAudio: removed code for !VBOX_WITH_AUDIO_CA_QUEUES
(edit) @64596   8 years vboxsync VMM/APIC, PDM: Clean up PDM APIC helper interface, call VMM directly …
(edit) @64585   8 years vboxsync slirp/tftp: LogRel for TFTP requests.
(edit) @64581   8 years vboxsync Audio/HDA: Simplified hdaTimerMaybeStart() and hdaTimerMabeStop().
(edit) @64579   8 years vboxsync Build fix.
(edit) @64575   8 years vboxsync Audio/HDA: build fix
(edit) @64574   8 years vboxsync Audio/HDA: windows build fixes
(edit) @64573   8 years vboxsync Build fix.
(edit) @64572   8 years vboxsync Audio/HDA: Rewritten large parts of the interrupt delivery and DMA …
(edit) @64571   8 years vboxsync Audio/DrvAudioCommon.cpp: Also initialize cbBitrate in …
(edit) @64570   8 years vboxsync Comments, renaming.
(edit) @64569   8 years vboxsync Build fix.
(edit) @64568   8 years vboxsync Audio/DrvAudio: Added some more statistics to STAM about read, …
(edit) @64566   8 years vboxsync Audio/AudioMixer: Implemented AudioMixerSinkIsActive() and …
(edit) @64565   8 years vboxsync Audio/AudioMixBuffer.cpp: Also take the used samples count into …
(edit) @64560   8 years vboxsync Devices/tstDeviceStructSize.cpp: Logging.
(edit) @64537   8 years vboxsync BusLogic: Query the residual data length from the driver below when a …
(edit) @64536   8 years vboxsync NAT: provide standard names for shutdown(2) "how" argument on Windows.
(edit) @64535   8 years vboxsync NAT: oops, revert accidental LogRel in previous (r111715).
(edit) @64534   8 years vboxsync NAT: bugref:8634 - restrict the fix in r111333 (bugref:8573) to Linux …
(edit) @64532   8 years vboxsync more typos
(edit) @64518   8 years vboxsync Dev/E1000: (bugref:8624) Increased link-up delay to 500ms
(edit) @64516   8 years vboxsync Dev/E1000: (bugref:8624) Build fix
(edit) @64515   8 years vboxsync Dev/E1000: (bugref:8624) Shorter (100ms) delay for bringing up the …
(edit) @64514   8 years vboxsync Dev/E1000: (bugref:8624) Discard RX packets until the link is actually up
(edit) @64512   8 years vboxsync Logging.
(edit) @64510   8 years vboxsync Audio: Added Validation Kit skeleton driver. Use with …
(edit) @64509   8 years vboxsync Committed a bit too much.
(edit) @64508   8 years vboxsync Audio: Added Validation Kit skeleton driver. Use with …
(edit) @64496   8 years vboxsync DevPci: correct assertion in ich9pciUnampRegion.
(edit) @64484   8 years vboxsync lwIP: cherry-pick a TCP fix for FIN ACK handling with unsent data. …
(edit) @64483   8 years vboxsync DevVGA_SVGA: fixed index/vertex buffer usage with recent Mesa
(edit) @64482   8 years vboxsync DevVGA: DevVGA_SVGA build fixes for disabled debug code
(edit) @64481   8 years vboxsync DevPci: fixed regression
(edit) @64476   8 years vboxsync DevPci: Cleaning up (fake) pci bios init.
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