VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103941   8 months vboxsync Devices/EFI/FirmwareBin: Update firmware images after last fix
(edit) @103938   8 months vboxsync Devices/EFI/Firmware: Don't print the loading/starting messages to the …
(edit) @103902   9 months vboxsync VSCSI: Fixed a problem with potentially unset cbSector in READ CD …
(edit) @103883   9 months vboxsync Undid accidental commit.
(edit) @103882   9 months vboxsync VSCSI: For READ(6) and WRITE(6), a request to transfer zero blocks …
(edit) @103681   9 months vboxsync DevXHCI: Fixed a rare race condition which could miss a ringing …
(edit) @103574   9 months vboxsync Devices/Graphics,WDDM: translate ClearDepthStencilView flags
(edit) @103566   9 months vboxsync Audio/VKAT: Bugfixes for AudioTestBeaconAddConsecutive().
(edit) @103565   9 months vboxsync Validation Kit/Audio: Logging.
(edit) @103502   9 months vboxsync Devices/Bus/DevPCI.cpp: Remove condition which is always true, bugref:3409
(edit) @103469   9 months vboxsync Devices/Graphics: logging
(edit) @103468   9 months vboxsync Devices/Graphics/shaderlib: Need to zero out two structs, bugref:3409
(edit) @103457   9 months vboxsync HGSMI: Some symbol visibility cleanup, bugref:3409
(edit) @103431   9 months vboxsync tstIntNet-1: RTStrCat won't fail because we already subtracted the …
(edit) @103430   9 months vboxsync DrvAudio: No need to use either RTStrCopy[2] or RTStrCat[2] here, …
(edit) @103425   9 months vboxsync Devices/Serial: Fix some warnings, parfait:3409
(edit) @103419   9 months vboxsync Devices/Graphics: Committed a bit too much in r161740, bugref:3409
(edit) @103417   9 months vboxsync Devices/Graphics,VMM: Fix some unused function warnings, bugref:3409
(edit) @103416   9 months vboxsync Devices,Runtime: Fix some harmless misleading macros warnings, bugref:3409
(edit) @103415   9 months vboxsync Additions,Main,VMM,Runtime: Fix some unused expression warnings, …
(edit) @103410   9 months vboxsync Devices/Network/testcase: Fix some harmless dangling pointer warnings, …
(edit) @103405   10 months vboxsync Devices/Makefile.kmk: Use the default windows target version when …
(edit) @103397   10 months vboxsync Devices/VUSBUrb: Documented parfait false positive. bugref:3409
(edit) @103346   10 months vboxsync DrvCloudTunnel: Switch the RTStrPrintfV calls with RTStrPrintf2V which …
(edit) @103345   10 months vboxsync DrvCloudTunnel.cpp: Two missing va_end calls. Parfait bugref:3409
(edit) @103317   10 months vboxsync DevEHCI: Cast bit-fields to RTGCPHYS before left shifting, otherwise …
(edit) @103310   10 months vboxsync Devices/DrvAudioAlsaStubs: Corrected snd_pcm_nonblock() proxy stub …
(edit) @103291   10 months vboxsync Devices/Storage/DevFdc.cpp: Simplify the logic in get_cur_drv() a bit, …
(edit) @103285   10 months vboxsync Re-applied r161549 again (Got rid of a lot of deprecated strcpy / …
(edit) @103282   10 months vboxsync Dev/PC/DevPit-i8254: Don't leak fd if speaker emulation isn't possible …
(edit) @103281   10 months vboxsync Dev/PC/DevPit-i8254: Don't leak fd if speaker emulation isn't possible …
(edit) @103275   10 months vboxsync Backed out r161549 again (not wanted / bloat).
(edit) @103262   10 months vboxsync IPRT,VMMDev,Bs3Kit: Added support for sub-sub-tests to better deal …
(edit) @103260   10 months vboxsync Got rid of a lot of deprecated strcpy / strcat calls; now using the …
(edit) @103245   10 months vboxsync VMMDev/VMMDevTesting: Fixed implicit fallthrough (found by Parfait). …
(edit) @103241   10 months vboxsync Dev/PC/DevPit-i8254: Don't leak fd if speaker emulation isn't possible …
(edit) @103162   10 months vboxsync Audio/Mixer: Fixed a warning found by Parfait. ​bugref:10354
(edit) @103154   10 months vboxsync Devices/USB/USBProxyDevice-usbip.cpp: u32Status is actually signed, …
(edit) @103153   10 months vboxsync Devices/USB/USBProxyDevice-usbip.cpp: Wrong return type, bugref:3409
(edit) @103151   10 months vboxsync Devices/DevQemuFwCfg.cpp: Some warning fixes about externally visible …
(edit) @103137   10 months vboxsync Audio: More locking needed to avoid debug assertions when draining a …
(edit) @103136   10 months vboxsync Audio: More locking needed to avoid debug assertions when draining a …
(edit) @103134   10 months vboxsync Audio: More locking needed to avoid debug assertions when draining a …
(edit) @103111   10 months vboxsync Devices/DevPlatform: Fix unintialized variable in case there are no …
(edit) @103025   10 months vboxsync *: Replaced some ASMMemZero32 uses with RT_BZERO. bugref:10588
(edit) @103005   10 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @102998   10 months vboxsync Devices/Security/DevTpm: Another addendum for r161223, need to set the …
(edit) @102995   10 months vboxsync Devices/Security/DevTpm: Addendum for r161223, need to keep the …
(edit) @102991   10 months vboxsync Devices/Security/DevTpm: Fix device identification, the UEFI update …
(edit) @102909   11 months vboxsync Devices/EFI/Firmware: Don't try using python 2.x when python 3.x is …
(edit) @102908   11 months vboxsync Devices/EFI/Firmware: Correctly align MP_CPU_EXCHANGE_INFO for …
(edit) @102875   11 months vboxsync Devices/VirtIO: More verbose logging
(edit) @102827   11 months vboxsync Devices/VirtioCore, Devices/VirtioNet: Correct check, bugref:10566
(edit) @102808   11 months vboxsync Devices/Graphics: multisampling.
(edit) @102797   11 months vboxsync Devices/DrvIntNet,NetworkServices/{VBoxIntNetSwitch,IntNetIf}: Plug a …
(edit) @102792   11 months vboxsync Fixed operator precedence.
(edit) @102788   11 months vboxsync Devices/DevFwCommon.cpp: Unconditionally set "Enable targeted content …
(edit) @102715   11 months vboxsync Devices/Graphics: simplified vertex and index buffers tracking (build fix).
(edit) @102714   11 months vboxsync Devices/Graphics: simplified vertex and index buffers tracking.
(edit) @102713   11 months vboxsync Devices/Graphics: update shader resource decl only if the information …
(edit) @102678   11 months vboxsync Audio/WAS: Also check the audio interface of an audio device when …
(edit) @102638   12 months vboxsync Audio/WAS: Attempt to fix crashes when invalidating the cached audio …
(edit) @102632   12 months vboxsync Devices/Graphics: removed obsolete code.
(edit) @102627   12 months vboxsync Devices/Graphics: corrected assertions for VGPU queries.
(edit) @102626   12 months vboxsync Devices/Graphics: create render target, depth stencil and unordered …
(edit) @102622   12 months vboxsync Devices/Graphics: create shader resource views on demand.
(edit) @102617   12 months vboxsync Devices/Graphics: shader signature semantics.
(edit) @102616   12 months vboxsync Devices/Graphics: debug logging.
(edit) @102612   12 months vboxsync Audio/WAS: Attempt to fix crashes when invalidating the cached audio …
(edit) @102596   12 months vboxsync Audio/WAS: Attempt to fix crashes when invalidating the cached audio …
(edit) @102565   12 months vboxsync Dev/DevQemuFwCfg: Fixed size calculation of the config file name in …
(edit) @102544   12 months vboxsync Devices/DevQemuFwCfg: Fixed ASAN warning (as error).
(edit) @102532   12 months vboxsync Devices/Graphics: use 11.1 interfaces.
(edit) @102520   12 months vboxsync Devices/Graphics: planar textures; video commands. bugref:10529
(edit) @102519   12 months vboxsync Fixed tstUsbMouse by faking more PDMUsb callbacks.
(edit) @102516   12 months vboxsync Devices/EFI/FirmwareBin: Update to latest EFI changes, bugref:10528
(edit) @102514   12 months vboxsync include/VBox/platforms/vbox-armv8.h: Allow setting a dedicated MMIO …
(edit) @102513   12 months vboxsync Devices/EFI/Firmware: Allow the PL031 RTC device to be accessible …
(edit) @102504   12 months vboxsync Devices/Graphics: header update. bugref:10529
(edit) @102484   12 months vboxsync UsbMouse: Windows guests require that touch events with active …
(edit) @102406   12 months vboxsync Devices/Graphics: header update. bugref:10529
(edit) @102405   12 months vboxsync Devices/Network: Fixed buffer overflow with fds. Added barely …
(edit) @102382   12 months vboxsync Devices/Graphics: header update. bugref:10529
(edit) @102293   12 months vboxsync Devices/Graphics: header update. bugref:10529
(edit) @102258   12 months vboxsync DevFdc.cpp: Comment update.
(edit) @102185   12 months vboxsync Storage/DrvVD: Floppy type upgrade fixes. bugref:10371
(edit) @102143   13 months vboxsync Devices/Graphics: header update. bugref:10529
(edit) @102142   13 months vboxsync Devices/Graphics: avoid compiler warnings. bugref:10529
(edit) @102136   13 months vboxsync Devices/Graphics: additional header. bugref:10529
(edit) @101716   13 months vboxsync DrvCloudTunnel: The signature of the …
(edit) @101638   13 months vboxsync libssh: fixing build. bugref:10539
(edit) @101635   13 months vboxsync libssh: ssh_channel_write_wontblock_callback fix. bugref: 10539
(edit) @101634   13 months vboxsync libssh: removing 0.9.6 mention from Config.kmk and build fix. bugref:10539
(edit) @101625   13 months vboxsync libssh: reverting DrvCloudTunnel.cpp . bugref:10539
(edit) @101624   13 months vboxsync Devices/Gpio/DrvGpioButton.cpp: Also release the sleep button after …
(edit) @101623   13 months vboxsync libssh: switching from 0.9.6 to 0.10.5. bugref:10539
(edit) @101618   13 months vboxsync Devices/Gpio: Add virtual GPIO button driver to simulate button …
(edit) @101617   13 months vboxsync Devices/Gpio/DevPL061: Updates to the code, bugref:10453
(edit) @101616   13 months vboxsync Devices: Don't (ab)use VBOX_VMM_TARGET_ARMV8 for defining whether the …
(edit) @101600   13 months vboxsync pdmifs.h,DevACPI.cpp,ConsoleImpl.cpp: Move the power button events out …
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