VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @99958   20 months vboxsync IEM: Consistently use DONE_VEX_DECODING_EX macros to check for CPU …
(edit) @99957   20 months vboxsync Installer/darwin: Include the ARM VMM library in the package if …
(edit) @99956   20 months vboxsync VMM/CPUM-armv8: Implement OSDLR_EL1, OSLAR_EL1 and OSLSR_EL1 accessed …
(edit) @99955   20 months vboxsync Shared Clipboard: Docs [build fix]. bugref:9437
(edit) @99954   20 months vboxsync Shared Clipboard: Docs. bugref:9437
(edit) @99953   20 months vboxsync Shared Clipboard: Only need to start the HTTP server on the host when …
(edit) @99952   20 months vboxsync Shared Clipboard: Moved code for handling local filesystems with …
(edit) @99951   20 months vboxsync Shared Clipboard: Moved code for handling local filesystems with …
(edit) @99950   20 months vboxsync FE/SDL: Windows build fix. ​bugref:9449
(edit) @99949   20 months vboxsync FE/Qt: bugref:10451: Build fix for r157603.
(edit) @99948   20 months vboxsync FE/Qt: bugref:10451. Small cleaning.
(edit) @99947   20 months vboxsync FE/Qt: bugref:10451. build fix.
(edit) @99946   20 months vboxsync FE/Qt: bugref:10451. Refactoring the code which kicks of the help …
(edit) @99945   20 months vboxsync Devices/PC/DevQemuFwCfg: Add screenshot support for the RAM based …
(edit) @99944   20 months vboxsync Main/ConsoleImplConfigArmV8.cpp: Some additions to the config …
(edit) @99943   20 months vboxsync Devices/Misc/DevFlashCFI: Add support for the NVRAM VFS interface, …
(edit) @99942   20 months vboxsync Installer: Build fix for r157598; Remaining part.
(edit) @99941   20 months vboxsync Main, FE/Qt: Wiping out old OpenGLTest code used widely across the project.
(edit) @99940   20 months vboxsync Shared Clipboard: Added new testcase for the HTTP server in …
(edit) @99939   20 months vboxsync Shared Clipboard: Added new testcase for the HTTP server in …
(edit) @99938   20 months vboxsync Shared Clipboard: Added new testcase for the HTTP server in …
(edit) @99937   20 months vboxsync Shared Clipboard: Added new testcase for the HTTP server in …
(edit) @99936   20 months vboxsync FE/Qt: Wiping out UIFrameBuffer code related to obsolete …
(edit) @99935   20 months vboxsync VMM/GIC: Always set DS bit in the CTRL register to indicate we only …
(edit) @99934   20 months vboxsync testmanager: missing newline in sql. bugref:10364
(edit) @99933   20 months vboxsync VMM/IEM: A couple of clang warning fixes.
(edit) @99932   20 months vboxsync VMM/IEM: scm fix. bugref:10369
(edit) @99931   20 months vboxsync Removed the character '\'.
(edit) @99930   20 months vboxsync VMM/IEM: More recompiler work. bugref:10369
(edit) @99929   20 months vboxsync FE/Qt: bugref:10451. More refactoring.
(edit) @99928   20 months vboxsync Makefile.kmk: Install local EFI firmware images for ARMv8 if not …
(edit) @99927   20 months vboxsync Devices/EFI,Main: Include EFI firmware images for ARMv8 in VBoxDD2 and …
(edit) @99926   20 months vboxsync Config.kmk: Enable ARMv8 virtualization now that we have something …
(edit) @99925   20 months vboxsync Main/src-client/ConsoleImpl: Add some _very_ basic config code to run …
(edit) @99924   20 months vboxsync VMM/EM: scm fix
(edit) @99923   20 months vboxsync VMM/EM: scm fix
(edit) @99922   20 months vboxsync VMM/SSM: scm fix
(edit) @99921   20 months vboxsync iprt/thread.h: scm fixes
(edit) @99920   20 months vboxsync VMM/EM: Time slice cleanups. Scm fixes.
(edit) @99919   20 months vboxsync VMM: The ARMv8 variant needs the right disassembler of course, bugref:10385
(edit) @99918   20 months vboxsync Devices/Gpio: Add skeleton for PL061 GPIO device emulation, enough to …
(edit) @99917   20 months vboxsync Devices/DevQemuFwCfg: Stub the pfnSendModeHint callback required by …
(edit) @99916   20 months vboxsync include/VBox/gic.h: Fix typo, bugref:10404
(edit) @99915   20 months vboxsync Main/src-client/ConsoleImpl: Add some _very_ basic config code to run …
(edit) @99914   20 months vboxsync Config.kmk: Enable ARMv8 virtualization now that we have something …
(edit) @99913   20 months vboxsync Main/src-client/ConsoleImpl: Add some _very_ basic config code to run …
(edit) @99912   20 months vboxsync Main/DisplayImpl: Don't fail if the graphics adapter doesn't provide a …
(edit) @99911   20 months vboxsync VMM/MM: make it possible to prepopulate a RAM region with data from a …
(edit) @99910   20 months vboxsync FE/Qt: bugref:10451. Removing endif guards and some more refactoring.
(edit) @99909   20 months vboxsync Main/ConsoleImpl: Split the VM config code into a common and …
(edit) @99908   20 months vboxsync FE/VBoxBFE: Use the new PrepopulateFromFile CFGM key when initializing …
(edit) @99907   20 months vboxsync VMM/MM: make it possible to prepopulate a RAM region with data from a …
(edit) @99906   20 months vboxsync include/iprt/cdefs.h: Fix DECL_HIDDEN_THROW() define
(edit) @99905   20 months vboxsync FE/Qt: bugref:10451. scm fix.
(edit) @99904   20 months vboxsync FE/Qt: bugref:10451. Some cleaning before moving stuff around. part 1.
(edit) @99903   20 months vboxsync FE/Qt: bugref:10451. Removing an unused parameter.
(edit) @99902   20 months vboxsync IPRT: Cleaned up RTThreadGetExecutionTimeMilli and associated …
(edit) @99901   20 months vboxsync IPRT: Cleaned up RTThreadGetExecutionTimeMilli and associated testcase.
(edit) @99900   20 months vboxsync VMM/EM: Added .iemrecompiled debugger command. bugref:10369
(edit) @99899   20 months vboxsync VMM/EM,DBGF: Removed the EMSTATE_IEM_THEN_REM stuff as it makes no …
(edit) @99898   20 months vboxsync VMM/EM,DBGF: Repurposing the inner REM execution loop for …
(edit) @99897   20 months vboxsync VMM/EM,DBGF: Repurposing the inner REM execution loop for …
(edit) @99896   20 months vboxsync VMM/SSM: Added SSM_GET_STD_ENUM32_RET for automatically validating …
(edit) @99895   20 months vboxsync Devices/Gpio: Add skeleton for PL061 GPIO device emulation, enough to …
(edit) @99894   20 months vboxsync FE/VBoxBFE: Configure ARM PL061 GPIO device, bugref:10453, bugref:10397
(edit) @99893   20 months vboxsync Devices/Gpio: Add skeleton for PL061 GPIO device emulation, enough to …
(edit) @99892   20 months vboxsync Add/Vbgl: Workaround for gcc 13.1.1 and -ffreestanding …
(edit) @99891   20 months vboxsync VMM/PGM: Docs correction for PGMInvalidatePage.
(edit) @99890   20 months vboxsync FE/VBoxBFE: Some crude keyboard implementation for some input support …
(edit) @99889   20 months vboxsync Devices/DevVirtioNet: Don't fail if there is no status driver …
(edit) @99888   20 months vboxsync VMM/NEMR3Native-darwin-armv8: Workaround for WFI/WFE leading to a …
(edit) @99887   20 months vboxsync Devices/DrvRamDisk: Return VERR_PDM_GEOMETRY_NOT_SET to indicate that …
(edit) @99886   20 months vboxsync Devices/DevE1000: Don't crash if there is no status driver attached, …
(edit) @99885   20 months vboxsync VMM/GIC: Updates to the emulation implementation, some basic SPI …
(edit) @99884   20 months vboxsync FE/Qt: bugref:10451 Some cleaning.
(edit) @99883   20 months vboxsync FE/Qt: bugref:10451 Build fix.
(edit) @99882   20 months vboxsync FE/Qt: bugref:10451 An addendum to r157522.
(edit) @99881   20 months vboxsync FE/Qt: bugref:10451 Removing the definition VBOX_WITH_QHELP_VIEWER …
(edit) @99880   20 months vboxsync FE/Qt: bugref:10451 Replacing VBOX_WITH_QHELP_VIEWER with …
(edit) @99879   20 months vboxsync FE/Qt: bugref:10451 Replacing some define guards in GUI makefile.
(edit) @99878   20 months vboxsync FE/Qt: bugref:10451 Add VBOX_WITH_DOCS_QHELP define to GUI binaries.
(edit) @99877   20 months vboxsync Devices/Graphics: Corresponding format for SVGA3D_DEVCAP_SURFACEFMT_R5G6B5
(edit) @99876   20 months vboxsync Add/Vbgl: Workaround for gcc 13.1.1 and -ffreestanding …
(edit) @99875   20 months vboxsync ValKit: pylint adjustments for PEP-594 (dead batteries)
(edit) @99874   20 months vboxsync libs/dxvk-native: Build fix for gcc 13.1.1.
(edit) @99873   20 months vboxsync /config.kmk: Some cleanups around VBOX_PATH_QT (untested). [fixes] …
(edit) @99872   20 months vboxsync /Config.kmk: Some cleanups around VBOX_PATH_QT (untested). bugref:10450
(edit) @99871   20 months vboxsync /Makefile.kmk: Attempt to simplify and clean up the qt[56]-bin stuff. …
(edit) @99870   20 months vboxsync *: A bunch of adjustments that allows using /permissive- with Visual …
(edit) @99869   20 months vboxsync scm fixes for makefile.kmk
(edit) @99868   20 months vboxsync scm fixes for config.kmk
(edit) @99867   20 months vboxsync trying to fix scm for Makefile.kmk... ;_;
(edit) @99866   20 months vboxsync trying to fix scm for Makefile.kmk (help, I'm crying...)
(edit) @99865   20 months vboxsync fix scm for src/VBox/Frontends/VirtualBox/src/platform/nix/XKeyboard.h
(edit) @99864   20 months vboxsync scm fixes for Makefile.kmk, plus ansible changes, if macos is newer …
(edit) @99863   20 months vboxsync scm fixes for src\platform\nix\VBoxUtils-nix.h Config.kmk …
(edit) @99862   20 months vboxsync VMSVGA: Avoid recursive acquision of spinlock while processing …
(edit) @99861   20 months vboxsync Linux: vboxdrv: suppress false-positive warning caused by …
(edit) @99860   20 months vboxsync FE/Qt: bugref:10451. Reverting r157497.
(edit) @99859   20 months vboxsync FE/Qt: bugref:10451. Unify VBOX_WITH_DOCS_QHELP and …
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