VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @94196   3 years vboxsync Devices/Graphics: saved state new source file: bugref:9830
(edit) @94183   3 years vboxsync VMMDev: Preserve display change data in saved state, bugref:10134. …
(edit) @94151   3 years vboxsync Devices/Graphics: enable single DX device mode on all hosts: bugref:9830
(edit) @94150   3 years vboxsync Devices/Graphics: Use D3D 11.1: bugref:9830
(edit) @94149   3 years vboxsync Devices/Graphics: staging buffer does not support DISCARD: bugref:9830
(edit) @94147   3 years vboxsync Devices/Graphics: shader management (build fix): bugref:9830
(edit) @94146   3 years vboxsync Devices/Graphics: shader management: bugref:9830
(edit) @94113   3 years vboxsync Devices/Graphics: single device mode: bugref:9830
(edit) @94106   3 years vboxsync Devices/Graphics: more for single device mode: bugref:9830
(edit) @94101   3 years vboxsync Devices/Graphics: initial code for single device mode, enabled for non …
(edit) @94080   3 years vboxsync Device/DevPcBios: Fix long standing mostly harmless typo (will …
(edit) @94063   3 years vboxsync Devices/Graphics: shader resource and render target views should be …
(edit) @94016   3 years vboxsync Devices/USB: Need to invalidate addresses when detaching USB devices, …
(edit) @93994   3 years vboxsync Devices/USB: Fix crash introduced with r150219 when a USB device is …
(edit) @93993   3 years vboxsync Devices/USB: Fix crash introduced with r150219 when a USB device is …
(edit) @93989   3 years vboxsync Devices/USB: Fix memory leak introduced by r150140, and get rid of the …
(edit) @93979   3 years vboxsync Devices/USB: Get rid of the VUSBHUB structure which was mostly …
(edit) @93977   3 years vboxsync Devices/USB: Fix for regression introduced with r150168 where a guest …
(edit) @93974   3 years vboxsync Devices/USB: Fix for regression introduced with r150168 where a guest …
(edit) @93956   3 years vboxsync Devices/USB: Eliminiate some callback ping-pong and streamline the …
(edit) @93955   3 years vboxsync Devices/USB: Eliminiate some callback ping-pong and streamline the …
(edit) @93953   3 years vboxsync DevFwCommon: Tweaks for making it build with GCC 11.2.1 and some cleanups.
(edit) @93952   3 years vboxsync DevFwCommon: Tweaks for making it build with GCC 11.2.1 and some cleanups.
(edit) @93944   3 years vboxsync Devices: Must not use PAGE_SIZE, PAGE_SHIFT, PAGE_OFFSET_MASK, …
(edit) @93941   3 years vboxsync EFI/Firmware: Shut up scm warnings.
(edit) @93940   3 years vboxsync Devices/USB: Get rid of the address hashing mechanism and replace it …
(edit) @93939   3 years vboxsync Devices/USB: Get rid of the address hashing mechanism and replace it …
(edit) @93934   3 years vboxsync Devices/USB/DrvVUSBRootHub: Get rid of device list which is …
(edit) @93931   3 years vboxsync VMM,VMMDev,scm,VBox/param.h: Don't use PAGE_BASE_GC_MASK and friends …
(edit) @93915   3 years vboxsync Devices/USB: Convert the HCI emulations to call into the roothub using …
(edit) @93914   3 years vboxsync Devices/USB: Convert the HCI emulations to call into the roothub using …
(edit) @93873   3 years vboxsync VGABIOS: Implemented INT 10h/112xH functions (graphical font set).
(edit) @93841   3 years vboxsync VGABIOS: Reworked save area management, added support for font …
(edit) @93840   3 years vboxsync DevVGA: Changing blink enable or underline location needs to trigger a …
(edit) @93832   3 years vboxsync DevPIC: Must handle at least some 16-bit accesses. Existing software …
(edit) @93828   3 years vboxsync VGABIOS: Set DS correctly before calling into C POST code.
(edit) @93827   3 years vboxsync DevVGA: Show the MSR value in info vga since it's not dumped anywhere else.
(edit) @93796   3 years vboxsync DevVGA: Implemented text mode underline.
(edit) @93739   3 years vboxsync Devices/DevVGA-SVGA3d-win-dx: Fix possible call of RTMemFree(*ppvData) …
(edit) @93675   3 years vboxsync Dev3C501/DevDP8390: Fixed saved state loading; force link restore …
(edit) @93668   3 years vboxsync Dev3C501: Minor saved state fixing.
(edit) @93652   3 years vboxsync VMM/PDMDriver,DrvIntNet,DrvNetShaper: Properly disable all ring-0 …
(edit) @93650   3 years vboxsync VMM/PGM,*: Split the physical access handler type registration into …
(edit) @93636   3 years vboxsync VMM/PGM,VMM/PDM,VGA: Consolidate the user parameters of the physical …
(edit) @93635   3 years vboxsync VMM/PGM,VMM/PDM,VGA: Consolidate the user parameters of the physical …
(edit) @93628   3 years vboxsync VMM/PDMNetShaper,Main,DrvNetShaper: Moved the network shaper data off …
(edit) @93614   3 years vboxsync fix formatting burn from copying code from online changeset diff into …
(edit) @93613   3 years vboxsync Only wake worker after pause/resume if queue enabled by driver
(edit) @93601   3 years vboxsync Dev3C501/DevDP8390: Reworked code to split R3/R0 data.
(edit) @93591   3 years vboxsync Comment.
(edit) @93590   3 years vboxsync DevDP8390: Manual 0xff loop write optimization (gcc 10+ does this on …
(edit) @93567   3 years vboxsync DevDP8390/3C501: Fixed type mismatch.
(edit) @93566   3 years vboxsync DevDP8390: Removed stray percent signs from debug info formatting strings.
(edit) @93565   3 years vboxsync DevDP8390: Logging fixes.
(edit) @93564   3 years vboxsync DevDP8390/3C501: Removed unneeded inline functions.
(edit) @93563   3 years vboxsync Dev3C501: Removed extraneous printf argument.
(edit) @93562   3 years vboxsync Build fix, somehow forgot to merge compilation fixes.
(edit) @93560   3 years vboxsync Added emulation of several classic Ethernet adapters.
(edit) @93528   3 years vboxsync Devices/DevFwCommon.cpp: comment typo
(edit) @93506   3 years vboxsync /Config.kmk,Devices/Makefile.kmk: Define LIBSSH_STATIC in the VBOX_SSH …
(edit) @93503   3 years vboxsync Devices/Makefile.kmk: Use VBOX_OPENSSL2 instead of VBOX_OPENSSL so get …
(edit) @93498   3 years vboxsync Devices/Graphics/libWineStub/debug.c: Tweaked stupid guest-side debug …
(edit) @93492   3 years vboxsync EFI: Revert r139958 as it breaks booting from FreeBSD ISO images with …
(edit) @93491   3 years vboxsync Devices/testcases/tstDevice: Quick and dirty testcase to debug …
(edit) @93450   3 years vboxsync Devices: Drop linking with LIB_VMM and LIB_REM linking. bugref:10074
(edit) @93441   3 years vboxsync Comment typo.
(edit) @93424   3 years vboxsync *.kmk: Try contain VBOX_WITH_VMNET to darwin in the makefile usage. …
(edit) @93419   3 years vboxsync *.kmk: Introducing VBOX_WITH_R0_MODULES and VBOX_WITH_HWVIRT for …
(edit) @93415   3 years vboxsync BIOS: Added comment about WDCTRL.386.
(edit) @93411   3 years vboxsync DevATA: Keep track of current LBA for ATA R/W commands, too, not just …
(edit) @93394   3 years vboxsync DrvCloudTunnel: Must thorougly wipe the buffer with the ssh password …
(edit) @93363   3 years vboxsync VMNet: bugref:9932 Increased timeout to 1 minute when waiting for …
(edit) @93361   3 years vboxsync Config.kmk,Devices/Makefile.kmk: Add includes for the directx headers …
(edit) @93359   3 years vboxsync Config.kmk,Devices/Makefile.kmk: Add includes for the directx headers …
(edit) @93357   3 years vboxsync Devices/Graphics/DevVGA-SVGA3d-win-dx.cpp: Some compile fixes on non …
(edit) @93313   3 years vboxsync Build fixes for r149382.
(edit) @93312   3 years vboxsync CloudNet: ​bugref:9469 Replace local gateway with DrvCloudTunnel. …
(edit) @93307   3 years vboxsync Devices: VC++ 19.2 update 11 build adjustments (lossy floating point …
(edit) @93305   3 years vboxsync Devices,VMM: VC++ 19.2 update 11 build adjustments (bogus initializers …
(edit) @93228   3 years vboxsync NAT/tftp: bugref:9350 - Fix the ".." check.
(edit) @93217   3 years vboxsync HostDrivers,Installer,Devices: Clean out the VBoxUSB driver which is …
(edit) @93165   3 years vboxsync Devices/VirtIONet_1_0: Fixed warnings-as-errors caused by …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @93110   3 years vboxsync Devices/tstDevice: Make it compile again after the latest callback …
(edit) @93070   3 years vboxsync Added ArcaOS to the list of OS/2 variants. ticketref:20741
(edit) @93014   3 years vboxsync Devices/Network/DevVirtioNet_1_0: Try fixing mac burns
(edit) @93013   3 years vboxsync Fix burn
(edit) @93012   3 years vboxsync Fix burn
(edit) @93009   3 years vboxsync Fix burn. Dang this is what I get starting close to bed time
(edit) @93008   3 years vboxsync Fix burn (8)
(edit) @93007   3 years vboxsync Fix burn (8)
(edit) @93004   3 years vboxsync Fix burn (8)
(edit) @93003   3 years vboxsync Fix burn (7)
(edit) @93002   3 years vboxsync Fix burn (6)
(edit) @93001   3 years vboxsync Fix burn (5)
(edit) @93000   3 years vboxsync Fix burn (4)
(edit) @92999   3 years vboxsync Fix burn (3)
(edit) @92998   3 years vboxsync Fix burn (2)
(edit) @92997   3 years vboxsync Fix burn
(edit) @92996   3 years vboxsync virtio-net works on linux in local testing, and virtio-scsi works on …
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