VirtualBox

source: vbox/trunk/src/VBox/Main/src-client

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @107271   6 weeks vboxsync Main/Client: bugref:10810 Formatting fix
(edit) @107268   6 weeks vboxsync Build fix
(edit) @107267   6 weeks vboxsync Main/API,UI: bugref:10810 Based on Brent's patch, added UsbNet support …
(edit) @107189   7 weeks vboxsync src/VBox/Main/src-client/GuestDnDPrivate: Fixed missing constructor …
(edit) @107188   7 weeks vboxsync src/VBox/Main/include/Recording: Fixed missing constructor …
(edit) @107168   8 weeks vboxsync Main/ConsoleImplConfigArmv8.cpp: Setup guest debugging config for the …
(edit) @107162   8 weeks vboxsync Devices,Main,Installer,/Makefile.kmk: Take ARM EFI firmwares from the …
(edit) @107152   8 weeks vboxsync Main/src-client/ConsoleImplConfigArmV8.cpp: Don't expose the PL061 …
(edit) @107139   8 weeks vboxsync Devices,Main,Installer,/Makefile.kmk: Take ARM EFI firmwares from the …
(edit) @107123   2 months vboxsync Main: Fix running VMs with less than 2GiB of RAM (r165896 regression) …
(edit) @107116   2 months vboxsync /Config.kmk,Main: Added VBOX_WITH_X86_ON_ARM_ENABLED to the build …
(edit) @107113   2 months vboxsync VMM: bugref:10759 Restructure the APIC to allow different backends to …
(edit) @107065   2 months vboxsync Main/SystemTableBuilder: Finish generating the TPM PPI ACPI bytecode, …
(edit) @107037   2 months vboxsync Main/SystemTableBuilder: Start generating the PPI interface for the …
(edit) @106976   2 months vboxsync Added tracking for medium, machine, session, progress objects.
(edit) @106966   2 months vboxsync Main/ResourceAssignmentManager: Rewrite to accomodate for the fact …
(edit) @106960   2 months vboxsync Main: Unify the TPM instantiation as much as possible between x86 and …
(edit) @106957   2 months vboxsync Main/ResourceAssignmentManager: Rewrite to accomodate for the fact …
(edit) @106955   2 months vboxsync Main/SystemTableBuilder: Some fixes to the generated ACPI tables, MMIO …
(edit) @106881   2 months vboxsync Added gTrackedObjectsCollector initialization and uninitialization.
(edit) @106603   3 months vboxsync Main/SystemTableBuilder.cpp: size_t -> uint32_t warning. jiraref:VBP-1171
(edit) @106598   3 months vboxsync Main/SystemTableBuilder.cpp: size_t -> uint32_t warning. jiraref:VBP-1171
(edit) @106476   3 months vboxsync VMMArm: Skeleton of the PMU device emulation enough to make …
(edit) @106388   3 months vboxsync Main: Enable the TPM if configured for an ARM VM, bugref:10777
(edit) @106384   3 months vboxsync Main: Code for configuring and enabling nested virtualization support …
(edit) @106361   3 months vboxsync Main/ConsoleImplConfigArmV8.cpp: Generate ACPI tables if ACPI is …
(edit) @106360   3 months vboxsync Main/ConsoleImplConfigArmV8.cpp: Generate ACPI tables if ACPI is …
(edit) @106359   3 months vboxsync Main: Some early system table builder code to generate ACPI tables for …
(edit) @106358   3 months vboxsync Main: Some early system table builder code to generate ACPI tables for …
(edit) @106356   3 months vboxsync Main: Some early system table builder code to generate ACPI tables for …
(edit) @106291   3 months vboxsync Main: Additions: Automatic Upgrade: Remove temp installation directory …
(edit) @106262   3 months vboxsync Main: Automatic GAs upgrade: Add support for Linux/Arm64 installer, …
(edit) @106153   4 months vboxsync Main: Additions: Automatic Upgrade: Extra fix to prevent failure for …
(edit) @106142   4 months vboxsync Additions: Automatic Upgrade: Cleanup guest session files after …
(edit) @106141   4 months vboxsync Main/Automatic Guest Additions updates: Fend off not finding the Guest …
(edit) @106140   4 months vboxsync Main/Automatic Guest Additions updates: Fend off not finding the Guest …
(edit) @106093   4 months vboxsync Main: Automatic GAs installation: prevent read out of buffer when …
(edit) @106077   4 months vboxsync Main: Name locks.
(edit) @106061   4 months vboxsync Copyright year updates by scm.
(edit) @106028   4 months vboxsync Main/ConsoleImpl.cpp: i_powerDownHostInterfaces doesn't need to do …
(edit) @106026   4 months vboxsync Main/ConsoleImpl.cpp: Converted release assertion in …
(edit) @106023   4 months vboxsync Main/Console: Replaced the horrible Console::notifyNatDnsChange stuff …
(edit) @105978   5 months vboxsync Main/Console: Make sure DNS config is set on VM start for NAT. bugref:10268
(edit) @105965   5 months vboxsync Main: Check for hrc when using IsFeatureEnabled() in …
(edit) @105874   5 months vboxsync Guest Control/Main: Also handle VERR_CANT_CREATE within …
(edit) @105871   5 months vboxsync Main: Handle VBOX_E_NOT_SUPPORTED in the console config constructor if …
(edit) @105864   5 months vboxsync Main: Added API for querying graphics features (2D Video / 3D …
(edit) @105726   5 months vboxsync Devices/Network: cleaned up header file, memory leak fixes, search …
(edit) @105697   5 months vboxsync Main,VMMArm/GIC: Fixes for linux.arm64, bugref:10747
(edit) @105654   5 months vboxsync Main/VirtualBoxBase, DisplayImpl: Suppress logging of "Screenshot is …
(edit) @105629   5 months vboxsync Video Recording/Main: Fixed a debug assertion on screen blanks. …
(edit) @105621   5 months vboxsync Main/ConsoleImplConfigX86.cpp: Fix builds where the TPM is not …
(edit) @105605   6 months vboxsync Recording/Main: Renaming: Dropped the superfluous "Settings" suffix of …
(edit) @105600   6 months vboxsync VMM/ARM: Move the VBox ARMv8 platform descriptor from the end of the …
(edit) @105576   6 months vboxsync Main/Display: Return VBOX_E_NOT_SUPPORTED when DevVGA returns …
(edit) @105555   6 months vboxsync Main/ConsoleImpl: Set VMCREATE_F_DRIVERLESS when starting VMs …
(edit) @105477   6 months vboxsync Main/Console: Add error message when trying to run x86 platform …
(edit) @105455   6 months vboxsync Main: Special API tweak for ARM host disabling x86-on-arm by default …
(edit) @105436   6 months vboxsync Main/Recording,testcase: Reduce tstRecording dependencies; …
(edit) @105353   6 months vboxsync iprt/req.h,*: Adjustments of the RTReqQueue API to fit darwin/arm64 …
(edit) @105352   6 months vboxsync VMM/VMR3Req,iprt/cdefs.h: Adjustments of VMR3ReqCallUV family to fit …
(edit) @105337   6 months vboxsync Main/Recording: Corrected calling convention for …
(edit) @105301   6 months vboxsync Recording: Build fix if VBOX_WITH_RECORDING isn't set. bugref:10718
(edit) @105268   6 months vboxsync Recording: Implemented support for a dedicated progress object, which …
(edit) @105267   6 months vboxsync Recording: Implemented support for a dedicated progress object, which …
(edit) @105266   6 months vboxsync Recording: Implemented support for a dedicated progress object, which …
(edit) @105163   7 months vboxsync Linux/Network: Do not attach netfilter to wrong names or multiple …
(edit) @105135   7 months vboxsync Video Recording/Main: Fixed too strict debug assertions. bugref:10650
(edit) @105097   7 months vboxsync Video Recording/Main: Fixed warning. bugref:10650
(edit) @105096   7 months vboxsync Video Recording/Main: More optimizations for recording older guests …
(edit) @105095   7 months vboxsync Video Recording/Main: More optimizations for recording older guests …
(edit) @105087   7 months vboxsync doc/manual,include/VBox,Frontends/VBoxManage,HostServices/SharedFolders …
(edit) @105067   7 months vboxsync Video Recording/Main: Trying to fix the Parfait build. bugref:10650
(edit) @105066   7 months vboxsync Video Recording/Main: Trying to fix the Parfait build. bugref:10650
(edit) @105065   7 months vboxsync Video Recording/Main: Fixed (release) logging when recording is …
(edit) @105048   7 months vboxsync Main/ConsoleImplConfigX86.cpp: Configure the TPM PPI area, …
(edit) @105043   7 months vboxsync Main/ConsoleImplConfigX86.cpp: Configure the TPM PPI area, bugref:10701
(edit) @105018   7 months vboxsync doc/manual,include/VBox,Frontends/VBoxManage,HostServices/SharedFolders …
(edit) @105016   7 months vboxsync doc/manual,include/VBox,Frontends/VBoxManage,HostServices/SharedFolders …
(edit) @105011   7 months vboxsync Video Recording: SCM fix. bugref:10650
(edit) @105010   7 months vboxsync Video Recording: Big revamp to improve overall performance. We now …
(edit) @105009   7 months vboxsync Video Recording: Big revamp to improve overall performance. We now …
(edit) @105006   7 months vboxsync Video Recording: Big revamp to improve overall performance. We now …
(edit) @104946   7 months vboxsync Main/ConsoleImplConfigCommon: Fixed a wrong assertion when unmounting …
(edit) @104845   8 months vboxsync Main: nits
(edit) @104844   8 months vboxsync DevVGA,DevPCI,Main: Increased the max VRAM size to 1GB. Experimental. …
(edit) @104842   8 months vboxsync DevVGA,DevPCI,Main: Increased the max VRAM size to 1GB. Experimental. …
(edit) @104801   8 months vboxsync Recording/Main: Added (release) statistics (via STAM) for getting some …
(edit) @104799   8 months vboxsync Recording/Main: Added (release) statistics (via STAM) for getting some …
(edit) @104779   8 months vboxsync Main: Compile fix for using DevVGA.h if VBOX_WITH_VMSVGA is not …
(edit) @104752   8 months vboxsync Main/Recording: Don't (debug) assert in …
(edit) @104751   8 months vboxsync Main/Recording: Don't (debug) assert in …
(edit) @104713   8 months vboxsync Recording/Main: Do not alter the settings (the global recording …
(edit) @104702   8 months vboxsync Main: Rebranding changes. bugref:10690
(edit) @104692   8 months vboxsync Main, FE/Qt, ImageMounter: bugref:10690: Replace locally hardcoded …
(edit) @104641   8 months vboxsync Main/Guest Additions Auto Update: Implemented support for logging …
(edit) @104640   8 months vboxsync Main/Guest Additions Auto Update: Implemented support for logging …
(edit) @104637   8 months vboxsync Main: Improved release logging of Guest Additions auto update. Unified …
(edit) @104636   8 months vboxsync Main: Improved release logging of Guest Additions auto update. Unified …
(edit) @104635   8 months vboxsync Main: Fixed warnings. ​bugref:3409
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