VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @62389   8 years vboxsync PCI: fix limit check for 64-bit BAR index
(edit) @62372   8 years vboxsync backed out r108916
(edit) @62370   8 years vboxsync Main: a few fixes for -Wunused -Wconversion
(edit) @62367   8 years vboxsync s/DEBUG/RT_STRICT/
(edit) @62366   8 years vboxsync Cleanup.
(edit) @62364   8 years vboxsync Audio/AudioMixBuffer: Comments, logging.
(edit) @62355   8 years vboxsync Audio/DevIchAc97.cpp: Bail out of the DMA transfer loop if an error …
(edit) @62353   8 years vboxsync slirp/libalias: appease cppcheck by providing buffer width constraints …
(edit) @62352   8 years vboxsync slirp/libalias: drop duplicate NULL check (pasto).
(edit) @62350   8 years vboxsync Audio/DevSB16.cpp: Fixes.
(edit) @62337   8 years vboxsync Build fix.
(edit) @62336   8 years vboxsync Audio/DrvHostCoreAudio.cpp: Brought back file in sync with 5.0.
(edit) @62327   8 years vboxsync Audio/DrvAudio: Added some basic statistics for STAM.
(edit) @62323   8 years vboxsync Audio/DrvAudio.cpp: Added some more checking.
(edit) @62317   8 years vboxsync DrvVUSBRootHub: Fix possible use after free introduced with the last fix
(edit) @62301   8 years vboxsync BIOS: Mark floppy media as unknown if operation fails.
(edit) @62297   8 years vboxsync Audio/DrvAudio.cpp: Fixed a crash.
(edit) @62294   8 years vboxsync VUSB: Add reference couting to the USB device structure to prevent …
(edit) @62280   8 years vboxsync AC97: Headphone volume control behaves like master volume control (no …
(edit) @62253   8 years vboxsync Grr. Undo.
(edit) @62252   8 years vboxsync Warnings.
(edit) @62251   8 years vboxsync Warnings.
(edit) @62250   8 years vboxsync AC97: Get volume control back to more or less normal.
(edit) @62240   8 years vboxsync EFI/IdeControllerDxe: Don't fail if the channel or device is out of …
(edit) @62239   8 years vboxsync EFI/VBoxPkg/VBoxFsDxw/fsw_iso9660: Fix typo
(edit) @62211   8 years vboxsync USB/DrvVUSBRootHub: Fix possible division by 0
(edit) @62182   8 years vboxsync Devices/testcase: fixes for VBOX_WITH_AUDIO_50
(edit) @62178   8 years vboxsync Devices: update alternative BIOS source and EFI binaries
(edit) @62176   8 years vboxsync s/VBOX_WITH_AUDIO_STABLE/VBOX_WITH_AUDIO_50/
(edit) @62168   8 years vboxsync EFI/Firmware: EslSocketTransmit - fix pBuffer/pDataLength check to …
(edit) @62166   8 years vboxsync IOAPIC: Enable the PDM lock, seems to give better performance (needs …
(edit) @62163   8 years vboxsync IOAPIC: Re-enable I/O APIC critsects.
(edit) @62162   8 years vboxsync VMM, IOAPIC: Temporarily enable using the PDM lock instead of the …
(edit) @62152   8 years vboxsync Devices/Serial: blind fix for host serial port handling on FreeBSD …
(edit) @62150   8 years vboxsync vmmdevTestingMmioWrite: NOP_R3 fix.
(edit) @62149   8 years vboxsync vmmdevTestingMmioWrite: wrong NOP return codes.
(edit) @62142   8 years vboxsync DevIchAc97: we might warn even if neither of these three fValid* flags …
(edit) @62137   8 years vboxsync DevPit: converted non-ASCII character
(edit) @62120   8 years vboxsync 5.1 RC1
(edit) @62117   8 years vboxsync Audio: Bugfixes, logging.
(edit) @62095   8 years vboxsync Devices/PC/BIOS: removed one superfluous 'return' to make cppcheck happy
(edit) @62071   8 years vboxsync Forward ported r108511 (Audio/DrvHostCoreAudio.cpp: Improved recording …
(edit) @62069   8 years vboxsync NAT: oops, forgot to restore real buffer size after testing the error …
(edit) @62068   8 years vboxsync Audio/DrvAudio.cpp: Only go into pause state if the stream was enabled …
(edit) @62056   8 years vboxsync Audio: More cleanup for backend defines.
(edit) @62054   8 years vboxsync Audio/DrvAudio.cpp: Fixed crashing on driver version mismatch.
(edit) @62033   8 years vboxsync IOAPIC: Fix assertion that didn't account for saved-states restored …
(edit) @62032   8 years vboxsync Devices/VGA: fixed alignment of CritSectIRQ (important for 32-bit …
(edit) @62012   8 years vboxsync IOAPIC: comment nit.
(edit) @62001   8 years vboxsync DevOHCI: bugref:8125: cache for the guest memory reads
(edit) @61976   8 years vboxsync DevVGA: bugref:8447: clear IRQ on reset
(edit) @61973   8 years vboxsync DevVGA: bugref:8447: update and clear HGSMI IRQ flag under lock to …
(edit) @61949   8 years vboxsync strict build fix
(edit) @61947   8 years vboxsync build fix
(edit) @61946   8 years vboxsync Devices/Storage: save some space in release builds
(edit) @61924   8 years vboxsync Audio: src/VBox/Devices/Audio/DrvHostNullAudio.cpp: Also set status …
(edit) @61916   8 years vboxsync IOAPIC: Fix flip-flop handling.
(edit) @61906   8 years vboxsync NAT/libalias: Fix cppcheck complaint about a harmless pasto/edito. …
(edit) @61905   8 years vboxsync NAT/libalias: Fix cppcheck complaint by applying FreeBSD's revisions …
(edit) @61904   8 years vboxsync Comment not needed anymore.
(edit) @61903   8 years vboxsync Audio/DevIchAc97.cpp: Some renaming for using prefixes, no code changes.
(edit) @61900   8 years vboxsync Devices/Makefile.kmk: $(SED) -e "..." is more correct
(edit) @61888   8 years vboxsync Audio: Renamed PDMAUDIOMIXERCTL_VOLUME -> PDMAUDIOMIXERCTL_VOLUME_MASTER.
(edit) @61887   8 years vboxsync Audio: Implemented support for master volume controls.
(edit) @61879   8 years vboxsync USBProxyDevice-linux.cpp: cppcheck warning
(edit) @61874   8 years vboxsync IOAPIC: nit.
(edit) @61871   8 years vboxsync Audio/DevIchHda.cpp: Warning.
(edit) @61860   8 years vboxsync BIOS: properly parenthesize bitwise and vs. comparison.
(edit) @61859   8 years vboxsync USBProxyDevice-linux: clean up emacs local variables.
(edit) @61857   8 years vboxsync lwip: g/c duplicate assertion that was also wrong
(edit) @61849   8 years vboxsync IOAPIC: comment.
(edit) @61848   8 years vboxsync VMM/APIC: Use RZ {R0,RC} for the stat counters rather than separate …
(edit) @61847   8 years vboxsync IOAPIC, VMM/APIC: Use dedicated rc for when the APIC doesn't accept an …
(edit) @61845   8 years vboxsync IOAPIC: Don't clear read-only bits when the guest updates …
(edit) @61842   8 years vboxsync DevIOAPIC_New: prf compile fix
(edit) @61841   8 years vboxsync Devices/PC/DevIoApic: allow to read the I/O-APIC state from the new …
(edit) @61830   8 years vboxsync NAT: eliminate dead assignment.
(edit) @61821   8 years vboxsync NAT: slirp_link_up, slirp_link_down - g/c unused variables.
(edit) @61816   8 years vboxsync Committed too much.
(edit) @61815   8 years vboxsync IOAPIC: Fixed/hacked the debug register accessors.
(edit) @61812   8 years vboxsync APIC, IOAPIC: HMIsEnabled is what we actually need.
(edit) @61811   8 years vboxsync APIC, IOAPIC: RC stats only when needed.
(edit) @61810   8 years vboxsync PCI: Dump current PCI IRQ status.
(edit) @61805   8 years vboxsync NAT: udp_listen - don't use a condition that is always false; instead …
(edit) @61804   8 years vboxsync IOAPIC: nit.
(edit) @61803   8 years vboxsync IOAPIC: Assert if no vector found while clearing remoteIRR via the EOI …
(edit) @61802   8 years vboxsync NAT: Move variable used only inside an #ifdef into that #ifdef.
(edit) @61801   8 years vboxsync Summary: NAT: G/c unused variable.
(edit) @61776   8 years vboxsync CPUM,APIC: Per-CPU APIC CPUID feature bit and MSR_IA32_APICBASE GP …
(edit) @61770   8 years vboxsync PCI: Print INTx# to I/O APIC IRQ mapping information.
(edit) @61764   8 years vboxsync Audio: Implemented backend-independent handling of added/removed audio …
(edit) @61756   8 years vboxsync NAT: resolv_conf_parser.c - fix pasto/edito in getToken() to correctly …
(edit) @61741   8 years vboxsync APIC,I/O APIC: Better alignment of register fields in debug output.
(edit) @61735   8 years vboxsync PDM,VMM: I/O APIC critsect fixes and interface changes to broadcast EOI.
(edit) @61733   8 years vboxsync 5.1. Beta 3
(edit) @61729   8 years vboxsync Audio/DrvHostCoreAudio.cpp: Fixed a crash in default device changed …
(edit) @61727   8 years vboxsync Audio/DrvHostCoreAudio.cpp: Implemented rudimentary device enumeration.
(edit) @61723   8 years vboxsync Audio: Fixes for recording on Windows hosts.
(edit) @61715   8 years vboxsync DevAPIC: Don't assert while dumping debugger info when not on EMT, …
(edit) @61706   8 years vboxsync Audio/DrvHostCoreAudio.cpp: Implemented device state changed listener, …
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