VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @100098   22 months vboxsync include/iprt/formats: Add headers for ARM SMCCC (SMC Calling …
(edit) @100091   22 months vboxsync IPRT/nocrt/vector: Added at() functions for accessing elements. bugref:9437
(edit) @100078   22 months vboxsync Main/src-server and Storage: Immutable media handling flexibility …
(edit) @100063   22 months vboxsync Nit picking. Renaming VBGHDISPLAYSERVERTYPE_WAYLAND to …
(edit) @100052   22 months vboxsync VMM/IEM: Refactored the enmCpuMode, uCpl, fBypassHandlers, …
(edit) @100038   22 months vboxsync Main: Start simple ResourceStore implementation similar to NvramStore …
(edit) @100037   22 months vboxsync Runtime/RTFdt: Add methods to add stringlist properties, bugref:10401
(edit) @100036   22 months vboxsync Runtime/RTFdt: Some additions and fixes, bugref:10401
(edit) @100029   22 months vboxsync Runtime/RTFdt: Some untested generator API + implementation, bugref:10401
(edit) @100022   22 months vboxsync Runtime/RTFdt: Implement parsing Devicetree blobs (DTB) and output a …
(edit) @100021   22 months vboxsync Shared Clipboard: Header docs update. bugref:9437
(edit) @100016   22 months vboxsync Shared Clipboard: Header docs update. bugref:9437
(edit) @100013   22 months vboxsync fix lnx64dep2 burn
(edit) @100009   22 months vboxsync Runtime/common/misc/fdt.cpp: Implement loading the blocks from the I/O …
(edit) @100006   22 months vboxsync Runtime: Start implementing the RTFdt* API to read and write flattened …
(edit) @100000   22 months vboxsync VMM: Take the vTimer expiration into account when halting due to a …
(edit) @99978   23 months vboxsync iprt/asm-arm.h: Add method to read the CNTFRQ_EL0 register providing …
(edit) @99976   23 months vboxsync VMM/NEMR3Native-darwin-armv8: Set the vTimer offset to account for …
(edit) @99968   23 months vboxsync Shared Clipboard/HostService: Emphasize that VBOX_SHCL_TRANSFER_MODE …
(edit) @99966   23 months vboxsync Shared Clipboard: Use a define for clipboard timeouts. bugref:9437
(edit) @99964   23 months vboxsync VBox/types.h,pdmnetifs.h: Replaced PDMDATASEG with RTSGSEG since the …
(edit) @99962   23 months vboxsync VBox/types.h,pdmnetifs.h: Replaced PDMDATASEG with RTSGSEG since the …
(edit) @99961   23 months vboxsync IPRT/sg: Corrected RTSgBufIsAtEnd and made the code deal with (skip) …
(edit) @99960   23 months vboxsync IPRT/sg: Corrected RTSgBufIsAtEnd and made the code deal with (skip) …
(edit) @99956   23 months vboxsync VMM/CPUM-armv8: Implement OSDLR_EL1, OSLAR_EL1 and OSLSR_EL1 accessed …
(edit) @99955   23 months vboxsync Shared Clipboard: Docs [build fix]. bugref:9437
(edit) @99954   23 months vboxsync Shared Clipboard: Docs. bugref:9437
(edit) @99951   23 months vboxsync Shared Clipboard: Moved code for handling local filesystems with …
(edit) @99941   23 months vboxsync Main, FE/Qt: Wiping out old OpenGLTest code used widely across the project.
(edit) @99937   23 months vboxsync Shared Clipboard: Added new testcase for the HTTP server in …
(edit) @99930   23 months vboxsync VMM/IEM: More recompiler work. bugref:10369
(edit) @99922   23 months vboxsync VMM/SSM: scm fix
(edit) @99921   23 months vboxsync iprt/thread.h: scm fixes
(edit) @99920   23 months vboxsync VMM/EM: Time slice cleanups. Scm fixes.
(edit) @99916   23 months vboxsync include/VBox/gic.h: Fix typo, bugref:10404
(edit) @99906   23 months vboxsync include/iprt/cdefs.h: Fix DECL_HIDDEN_THROW() define
(edit) @99901   23 months vboxsync IPRT: Cleaned up RTThreadGetExecutionTimeMilli and associated testcase.
(edit) @99899   23 months vboxsync VMM/EM,DBGF: Removed the EMSTATE_IEM_THEN_REM stuff as it makes no …
(edit) @99897   23 months vboxsync VMM/EM,DBGF: Repurposing the inner REM execution loop for …
(edit) @99896   23 months vboxsync VMM/SSM: Added SSM_GET_STD_ENUM32_RET for automatically validating …
(edit) @99834   23 months vboxsync OpenGLTest: bugref:10450: Adding missed include to be able to build …
(edit) @99828   23 months vboxsync *: A bunch of adjustments that allows using /permissive- with Visual …
(edit) @99814   23 months vboxsync IEM: Added a separate CPU flag to enable VEX decoding to allow BMI1/2 …
(edit) @99807   23 months vboxsync *: Adjustments necessary for dropping -Zc:wchar_t- on windows and …
(edit) @99805   23 months vboxsync *: Adjustments necessary for dropping -Zc:wchar_t- on windows and …
(edit) @99804   23 months vboxsync *: Adjustments necessary for dropping -Zc:wchar_t- on windows and …
(edit) @99802   23 months vboxsync *: Adjustments necessary for dropping -Zc:wchar_t- on windows and …
(edit) @99791   23 months vboxsync Config.kmk,include/iprt: Workarounds for compiling with parfait on …
(edit) @99772   23 months vboxsync VBox/com: Added SafeArray::push_front() and implemented a new …
(edit) @99770   23 months vboxsync VBox/com: Added SafeArray::push_front() and implemented a new …
(edit) @99760   23 months vboxsync IPRT: doxygen tweaks. bugref:10442
(edit) @99755   23 months vboxsync include/iprt/cdefs.h: Avoid memory leak reports when running with …
(edit) @99745   23 months vboxsync VMM: Add full support for reading/writing I/O ports on ARMv8 in order …
(edit) @99743   23 months vboxsync VMM: Add full support for reading/writing I/O ports on ARMv8 in order …
(edit) @99739   23 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99736   23 months vboxsync iprt/armv8.h: Some more definitions related to GIC, bugref:10404 [scm]
(edit) @99734   23 months vboxsync VMM/GIC: Updates to the implementation, implement forwarding of SGIs …
(edit) @99733   23 months vboxsync iprt/armv8.h: Some more definitions related to GIC, bugref:10404
(edit) @99711   23 months vboxsync iprt/armv8.h: doxgyen. bugref:10388 bugref:10385
(edit) @99689   23 months vboxsync Guest Additions/VBoxClient: Dropped the idea of having an own logging …
(edit) @99648   23 months vboxsync VMM: Nested VMX: bugref:10318 Assertion to ensure we have rflags imported.
(edit) @99622   2 years vboxsync Guest / Host: Renamed SessionType -> DisplayServerType (better naming …
(edit) @99621   2 years vboxsync Guest / Host: Renamed SessionType -> DisplayServerType (better naming …
(edit) @99620   2 years vboxsync Guest / Host: Renamed SessionType -> DisplayServerType (better naming …
(edit) @99616   2 years vboxsync Guest / Host: Added VBGHLogVerbosity[Get|Set](), removed external …
(edit) @99615   2 years vboxsync Guest / Host bugref:10427: - Added new type …
(edit) @99614   2 years vboxsync Guest / Host bugref:10427: - Added new type …
(edit) @99594   2 years vboxsync Follow up fix for r157109
(edit) @99592   2 years vboxsync Fixed wrong ordering.
(edit) @99584   2 years vboxsync Guest Additions/Guest Host: Implemented session detection (X11 / …
(edit) @99582   2 years vboxsync Guest Additions/Guest Host: Implemented session detection (X11 / …
(edit) @99581   2 years vboxsync Guest Additions/Guest Host: Implemented session detection (X11 / …
(edit) @99580   2 years vboxsync Guest Additions/Guest Host: Implemented session detection (X11 / …
(edit) @99579   2 years vboxsync VBox API: Added interface IRangedInteger64FormValue, interface …
(edit) @99578   2 years vboxsync VMM/GIC: Continue implementation, bugref:10404
(edit) @99577   2 years vboxsync include/iprt/armv8.h: Some paging related definitions, bugref:10388
(edit) @99576   2 years vboxsync VMM: Preparations for getting interrupts injected into the guest. With …
(edit) @99563   2 years vboxsync include/iprt/asm.h: The bitmap needs to be aligned on a 32-bit address …
(edit) @99562   2 years vboxsync include/iprt/armv8.h: Fix creation of system register IDs and some …
(edit) @99559   2 years vboxsync Audio: Improved range checks for audio channels (PDMAUDIO_MAX_CHANNELS).
(edit) @99556   2 years vboxsync include/iprt/x86.h: Add definitions for Intels CET
(edit) @99555   2 years vboxsync iprt/runtime-loader.h: RT_PROXY_VARIADICT_STUB: fixed header part …
(edit) @99547   2 years vboxsync VMM: Expose PDMR3DrvStaticRegistration in the callback table so …
(edit) @99538   2 years vboxsync iprt/runtime-loader.h: Added RT_PROXY_VARIADICT_STUB hack. Cleanups.
(edit) @99485   2 years vboxsync include/VBox: Add header containing definitions for the ARM Generic …
(edit) @99427   2 years vboxsync iprt/err.h: Completed RTERRINFO::cbMsg docs.
(edit) @99405   2 years vboxsync Shared Clipboard/Transfers: Added ShClTransferCreateEx() and some …
(edit) @99385   2 years vboxsync VMM/ArmV8: Skeleton of the GICv3 interrupt controller emulation, …
(edit) @99384   2 years vboxsync iprt/armv8.h: Add system register definitions for the GICv3, bugref:10404
(edit) @99383   2 years vboxsync VMM/ARMv8: Add ability to insert new system register ranges (based on …
(edit) @99380   2 years vboxsync include/iprt/armv8.h: Fix retrieving the CRm value from the …
(edit) @99379   2 years vboxsync VMM/ARMv8: Sync and log the TCR_EL1 register as well, bugref:10390, …
(edit) @99378   2 years vboxsync VMM/ARMv8: Sync and log the SCTLR/TTBR0/TTBR1 registers, bugref:10390, …
(edit) @99376   2 years vboxsync VMM/ARMv8: Sync and log the SCTLR/TTBR0/TTBR1 registers, bugref:10390, …
(edit) @99323   2 years vboxsync Disassember: Continue work on the ARMv8 disassember, defining the …
(edit) @99322   2 years vboxsync Disassember: Continue work on the ARMv8 disassember, defining the …
(edit) @99319   2 years vboxsync Disassember: Continue work on the ARMv8 disassember, defining the …
(edit) @99316   2 years vboxsync VMM/PGM: Nested VMX: bugref:10318 Added …
(edit) @99262   2 years vboxsync Guest Control: Implements IGuestSession::fsQueryInfo() and …
(edit) @99260   2 years vboxsync VMM/CPUM: Nested VMX: bugref:10318 Added …
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