VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

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