VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @107442   4 months vboxsync Devices/Storage/DrvHostBase.cpp: Add missing harmless error check in …
(edit) @107441   4 months vboxsync Devices/Storage/DevLsiLogicSCSI.cpp: Disable unused code, bugref:3409
(edit) @107439   4 months vboxsync Devices/Storage/DevAHCI.cpp: Fix redundant if condition, bugref:3409
(edit) @107436   4 months vboxsync Devices/Network/DevDP8390: Fixed a warning found by Parfait. …
(edit) @107428   4 months vboxsync Devices/Security: Fix some harmless repeated expansion of macro …
(edit) @107405   4 months vboxsync 3D: Check SVGA_CAP_GBOBJECTS capability before loading 3D surfaces …
(edit) @107328   5 months vboxsync 3D: Save/restore all VMSVGA surfaces into a saved state for Linux …
(edit) @107317   5 months vboxsync UsbNet: bugref:10779 Public statistics, also added missing …
(edit) @107312   5 months vboxsync SCM fix.
(edit) @107309   5 months vboxsync UsbNet: bugref:10779 Implemented link state handling
(edit) @107248   5 months vboxsync VBox/ostypes.h+Main/{Global,Appliance}+VMMDev+FE/Qt: Fill in some …
(edit) @107243   5 months vboxsync UsbNet: bugref:10779 Simply renamed UsbEth to UsbNet (part 2)
(edit) @107242   5 months vboxsync UsbNet: bugref:10779 Simply renamed UsbEth to UsbNet (part 1)
(edit) @107225   5 months vboxsync NAT: Slightly adjusted polling loop.
(edit) @107215   5 months vboxsync VMM/PDM,VMMDevTesting: Don't include vm.h in VMMDevTesting, replacing …
(edit) @107214   5 months vboxsync NAT: unified platform specific code paths in io thread. bugref:10268
(edit) @107213   5 months vboxsync NAT: Timer expiration has to be kept as a 64-bit value to avoid …
(edit) @107191   5 months vboxsync MsiCommon.cpp: Check puMask in MsiNotify() before dereferencing, found …
(edit) @107170   5 months vboxsync Devices/Security/DevTpm.cpp: Move assertion to the correct position, …
(edit) @107167   5 months vboxsync USB/VUSB: Wrong field was compared to 0 when returning LangIds. …
(edit) @107145   5 months vboxsync /Makefile.kmk,EFI/Firmware/Makefile.kmk: Got rid of the legacy …
(edit) @107139   5 months vboxsync Devices,Main,Installer,/Makefile.kmk: Take ARM EFI firmwares from the …
(edit) @107124   5 months vboxsync Devices/EFI/Firmware: Precaution to not add an entry for the MMIO …
(edit) @107121   5 months vboxsync VBox/ostypes.h+Main/{Global,Appliance}+VMMDev+FE/Qt: Add two new …
(edit) @107113   5 months vboxsync VMM: bugref:10759 Restructure the APIC to allow different backends to …
(edit) @107069   5 months vboxsync EFI/Firmware: Build all four firmware architectures by default. To …
(edit) @107068   5 months vboxsync EFI/Firmware: Use arm32 & arm64 instead of arch32 and arch64 for build …
(edit) @107066   5 months vboxsync EFI/Firmware: The .pdb files are now all in the DEBUG dir after …
(edit) @107062   5 months vboxsync EFI/Firmware: Switch to using kmk for VS2019/2022 on windows. Halves …
(edit) @107055   5 months vboxsync EFI/Firmware: More logging on exceptions in build.py. jiraref:VBP-1458
(edit) @107054   5 months vboxsync EFI/Firmware: Fix the DLL -> EFI conversion for GCC & CLANGDWARF so it …
(edit) @107053   5 months vboxsync EFI/Firmware: Added support for kmk makefile generation in a kBuild …
(edit) @107043   6 months vboxsync EFI/Firmware: Fix packing. jiraref:VBP-1458
(edit) @107041   6 months vboxsync EFI/Firmware: Part of changes required for building the arm images on …
(edit) @107040   6 months vboxsync EFI/Firmware: Made it build with VCC143 (ak a VS2022). Updated the …
(edit) @107035   6 months vboxsync VirtioNet: Allow re-negotiation of features after reset. bugref:10572
(edit) @107028   6 months vboxsync NAT: Consistently take network config from CFGM, and apply part of the …
(edit) @107027   6 months vboxsync Devices/Security/DevTpm: Fix the PTP/CRB interface emulation so …
(edit) @107020   6 months vboxsync EFI/Firmware: Made it build with VCC143 (ak a VS2022). Updated the …
(edit) @107018   6 months vboxsync 3D: Fix for trivial index out-of-bound bug sometimes causing a crash …
(edit) @106971   6 months vboxsync VBox/ostypes.h+Main/{Global,Appliance}+VMMDev: Add a new OStype for …
(edit) @106967   6 months vboxsync 3D: Use 'true' as the default for VMSVGA2dGBO to force vmwgfx.ko from …
(edit) @106959   6 months vboxsync Devices/EFI/FirmwareBin: Update to reflect latest changes, bugref:10732
(edit) @106958   6 months vboxsync Devices/EFI/Firmware: Change the EFI firmware to detect the platform …
(edit) @106954   6 months vboxsync 3D: Read the value of VMSVGA2dGBO from VM config. The default is …
(edit) @106953   6 months vboxsync 3D: Move declaration of VMSVGA2dGBO into VMSVGA3DSTATE to avoid …
(edit) @106945   6 months vboxsync SUPDrv,/Config.kmk,/Makefile.kmk: Implemented the simplified process …
(edit) @106942   6 months vboxsync 3D: Initialise only MAP and GBO interfaces if VMSVGA2dGBO extradata is …
(edit) @106934   6 months vboxsync 3D: Force allocation of a mipmap levels for …
(edit) @106932   6 months vboxsync 3D: Do not init 3D backend if VMSVGA2dGBO extradata is set. bugref:10580
(edit) @106926   6 months vboxsync 3D: Use memcpy for SVGA_3D_CMD_SURFACE_COPY if VMSVGA2dGBO extradata …
(edit) @106920   6 months vboxsync /Config.kmk,Devices/Makefile.kmk,VMM/*: Introducing …
(edit) @106762   6 months vboxsync /Config.kmk,EFI/Makefile.kmk: Applied VBOX_WITH_NEW_VCC=1 so it can be …
(edit) @106716   6 months vboxsync /Config.kmk,Devices: Temporarily disable VBOX_WITH_WDDM on win.arm64 …
(edit) @106683   6 months vboxsync /Config.kmk,*.kmk: Changed the LIBS properties on all templates to …
(edit) @106678   6 months vboxsync Devices/Network: fix stray typo, fix nat notify pipe draining. bugref:10268
(edit) @106675   6 months vboxsync Devices/Network: Fix stack overflow on pipe read. bugref:10268
(edit) @106648   6 months vboxsync Devices/Makefile.kmk: Fixed warning about undefined VBoxDDR0_0_OUTDIR …
(edit) @106619   6 months vboxsync Release build fix.
(edit) @106615   6 months vboxsync EFI/DevEFI-binaries.S: Exporting the symbols on windows/arm64. …
(edit) @106608   6 months vboxsync Devices/Network: switched back to poll paradigm for windows and …
(edit) @106600   6 months vboxsync DevPL061: Warnings. jiraref:VBP-1171
(edit) @106599   6 months vboxsync DevPlatform: Warnings. jiraref:VBP-1171
(edit) @106541   7 months vboxsync Devices/Serial/DevPL011: Small optimization, only update the IRQ state …
(edit) @106523   7 months vboxsync Devices/DrvHostBase-win.cpp: Some initializers requiring more {} …
(edit) @106522   7 months vboxsync Devices/Graphics: Two GUID initializers that requires more {} to make …
(edit) @106521   7 months vboxsync Devices/VBoxDD.h,DrvTpmHost.cpp: g_DrvTpmHost prototype shouldn't be …
(edit) @106464   7 months vboxsync Devices/EFI/FirmwareBin: Update to latest ARM UEFi images to fix …
(edit) @106422   7 months vboxsync DevAHCI: Explicitly set SCSI transfer direcction for AHCI ATAPI transfers.
(edit) @106391   7 months vboxsync Devices/EFI/FirmwareBin: Update to the latest state supporting ACPI, …
(edit) @106386   7 months vboxsync Devices/EFI/Firmware: Make the BaseRngLib work on ARM platform where …
(edit) @106357   7 months vboxsync Devices/EFI/Firmware: Expose ACPI tables if available, bugref:10733 …
(edit) @106355   7 months vboxsync Devices/EFI/Firmware: Expose ACPI tables if available, bugref:10733 …
(edit) @106353   7 months vboxsync Devices/EFI/Firmware: Include the SATA controler driver in the …
(edit) @106352   7 months vboxsync Devices/EFI/Firmware: Expose ACPI tables if available, bugref:10733 …
(edit) @106348   7 months vboxsync Devices/Network: Beginnings of a USB/NCM network interface emulation …
(edit) @106345   7 months vboxsync Devices/Network: Beginnings of a USB/NCM network interface emulation …
(edit) @106294   7 months vboxsync VirtioNet/Core: debugger info fixes
(edit) @106293   7 months vboxsync 7.1.4
(edit) @106287   7 months vboxsync 3D: Partially reverted r164972: Conditionally enable 3D backend in 2D …
(edit) @106281   7 months vboxsync DevOHCI: Quick fix for deadlock when pfnAbortEpByAddr is called. Ran …
(edit) @106274   7 months vboxsync DevBusLogic: CritSectIntr also needs to protect …
(edit) @106273   7 months vboxsync DrvNATlibslirp: Correct function name in log statement. bugref:10268
(edit) @106272   7 months vboxsync DrvNATlibslirp: Initialize cChangedFDs since RTWinPoll only sets it …
(edit) @106271   7 months vboxsync Devices/Security: Query the buffer size of the device above and use …
(edit) @106263   7 months vboxsync 3D: Remove the excessive LogRels for Src and Dst buffers validation. …
(edit) @106259   7 months vboxsync Devices/Security: Query the buffer size of the device above and use …
(edit) @106250   7 months vboxsync Devices/Network: added some release logging. bugref:10268
(edit) @106241   7 months vboxsync DrvSCSI: When completing SCSI commands, copy only the amount of data …
(edit) @106224   7 months vboxsync 3D: Replacing memcpy with memmove to workaround possible Src and Dst …
(edit) @106221   7 months vboxsync 3D: Skip SVGA_CMD_BLIT_GRMFB_TO_SCREEN if Src and Dst buffers overlap. …
(edit) @106190   7 months vboxsync EFI/Firmware: Include RngDxe to restore network boot support again …
(edit) @106188   7 months vboxsync 3D: Conditionally enable 3D backend in 2D mode if VMSVGA2dGBO …
(edit) @106186   7 months vboxsync EFI/Firmware/Makefile.kmk: Enable the MPT SCSI driver which was lost …
(edit) @106167   7 months vboxsync DrvNAT,DrvNATlibslirp: PDMINETWORKUP::pfnAllocBuf should return …
(edit) @106165   7 months vboxsync 7.1.2
(edit) @106156   7 months vboxsync Devices/Graphics: BindFlags cleanup
(edit) @106155   7 months vboxsync Devices/Graphics: do not use initial data for textures with …
(edit) @106154   7 months vboxsync Devices/Graphics: logging
(edit) @106150   7 months vboxsync Devices/Network: Fix windows dhcp error when hostname update is empty …
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette