VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @99906   22 months vboxsync include/iprt/cdefs.h: Fix DECL_HIDDEN_THROW() define
(edit) @99901   22 months vboxsync IPRT: Cleaned up RTThreadGetExecutionTimeMilli and associated testcase.
(edit) @99899   22 months vboxsync VMM/EM,DBGF: Removed the EMSTATE_IEM_THEN_REM stuff as it makes no …
(edit) @99897   22 months vboxsync VMM/EM,DBGF: Repurposing the inner REM execution loop for …
(edit) @99896   22 months vboxsync VMM/SSM: Added SSM_GET_STD_ENUM32_RET for automatically validating …
(edit) @99834   22 months vboxsync OpenGLTest: bugref:10450: Adding missed include to be able to build …
(edit) @99828   22 months vboxsync *: A bunch of adjustments that allows using /permissive- with Visual …
(edit) @99814   22 months vboxsync IEM: Added a separate CPU flag to enable VEX decoding to allow BMI1/2 …
(edit) @99807   22 months vboxsync *: Adjustments necessary for dropping -Zc:wchar_t- on windows and …
(edit) @99805   22 months vboxsync *: Adjustments necessary for dropping -Zc:wchar_t- on windows and …
(edit) @99804   22 months vboxsync *: Adjustments necessary for dropping -Zc:wchar_t- on windows and …
(edit) @99802   22 months vboxsync *: Adjustments necessary for dropping -Zc:wchar_t- on windows and …
(edit) @99791   22 months vboxsync Config.kmk,include/iprt: Workarounds for compiling with parfait on …
(edit) @99772   22 months vboxsync VBox/com: Added SafeArray::push_front() and implemented a new …
(edit) @99770   22 months vboxsync VBox/com: Added SafeArray::push_front() and implemented a new …
(edit) @99760   22 months vboxsync IPRT: doxygen tweaks. bugref:10442
(edit) @99755   22 months vboxsync include/iprt/cdefs.h: Avoid memory leak reports when running with …
(edit) @99745   22 months vboxsync VMM: Add full support for reading/writing I/O ports on ARMv8 in order …
(edit) @99743   22 months vboxsync VMM: Add full support for reading/writing I/O ports on ARMv8 in order …
(edit) @99739   22 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99736   22 months vboxsync iprt/armv8.h: Some more definitions related to GIC, bugref:10404 [scm]
(edit) @99734   22 months vboxsync VMM/GIC: Updates to the implementation, implement forwarding of SGIs …
(edit) @99733   22 months vboxsync iprt/armv8.h: Some more definitions related to GIC, bugref:10404
(edit) @99711   22 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   23 months vboxsync Guest / Host: Renamed SessionType -> DisplayServerType (better naming …
(edit) @99621   23 months vboxsync Guest / Host: Renamed SessionType -> DisplayServerType (better naming …
(edit) @99620   23 months vboxsync Guest / Host: Renamed SessionType -> DisplayServerType (better naming …
(edit) @99616   23 months vboxsync Guest / Host: Added VBGHLogVerbosity[Get|Set](), removed external …
(edit) @99615   23 months vboxsync Guest / Host bugref:10427: - Added new type …
(edit) @99614   23 months vboxsync Guest / Host bugref:10427: - Added new type …
(edit) @99594   23 months vboxsync Follow up fix for r157109
(edit) @99592   23 months vboxsync Fixed wrong ordering.
(edit) @99584   23 months vboxsync Guest Additions/Guest Host: Implemented session detection (X11 / …
(edit) @99582   23 months vboxsync Guest Additions/Guest Host: Implemented session detection (X11 / …
(edit) @99581   23 months vboxsync Guest Additions/Guest Host: Implemented session detection (X11 / …
(edit) @99580   23 months vboxsync Guest Additions/Guest Host: Implemented session detection (X11 / …
(edit) @99579   23 months vboxsync VBox API: Added interface IRangedInteger64FormValue, interface …
(edit) @99578   23 months vboxsync VMM/GIC: Continue implementation, bugref:10404
(edit) @99577   23 months vboxsync include/iprt/armv8.h: Some paging related definitions, bugref:10388
(edit) @99576   23 months vboxsync VMM: Preparations for getting interrupts injected into the guest. With …
(edit) @99563   23 months vboxsync include/iprt/asm.h: The bitmap needs to be aligned on a 32-bit address …
(edit) @99562   23 months vboxsync include/iprt/armv8.h: Fix creation of system register IDs and some …
(edit) @99559   23 months vboxsync Audio: Improved range checks for audio channels (PDMAUDIO_MAX_CHANNELS).
(edit) @99556   23 months vboxsync include/iprt/x86.h: Add definitions for Intels CET
(edit) @99555   23 months vboxsync iprt/runtime-loader.h: RT_PROXY_VARIADICT_STUB: fixed header part …
(edit) @99547   23 months vboxsync VMM: Expose PDMR3DrvStaticRegistration in the callback table so …
(edit) @99538   23 months 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 …
(edit) @99257   2 years vboxsync Guest Control: More renaming; required for preparation of implementing …
(edit) @99256   2 years vboxsync Guest Control: More renaming; required for preparation of implementing …
(edit) @99254   2 years vboxsync Guest Control: Renamed HOST_MSG_FS_QUERY_INFO -> …
(edit) @99253   2 years vboxsync Guest Control: Renamed HOST_MSG_FS_QUERY_INFO -> …
(edit) @99243   2 years vboxsync Disassembler: ARMv8 skeleton, bugref:10394 [doxygen]
(edit) @99241   2 years vboxsync Disassembler: ARMv8 skeleton, bugref:10394
(edit) @99232   2 years vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99225   2 years vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99220   2 years vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99208   2 years vboxsync Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
(edit) @99196   2 years vboxsync VMM: Start on system register handling for ARMv8 (which is ver similar …
(edit) @99189   2 years vboxsync include/iprt/armv8.h: More definitions related to exception handling …
(edit) @99169   2 years vboxsync Guest Control/VbglR3: More bugfixes required for the initial patch …
(edit) @99163   2 years vboxsync VMM/CPUM: Nested VMX: bugref:10318 Adjust virtual VMCS for …
(edit) @99131   2 years vboxsync include/iprt/asm.h: Revert r156471 and replace the buggy AssertStmt() …
(edit) @99120   2 years vboxsync Guest Control: Added ability of specifying an optional current working …
(edit) @99109   2 years vboxsync IPRT/process: Added RTPROC_FLAGS_CWD to RTProcCreateEx(), to be able …
(edit) @99106   2 years vboxsync include/iprt/asm.h: Fix ASMBitTest on arm64. Despite being buggy due …
(edit) @99088   2 years vboxsync Guest Control: Docs nits. bugref:9783
(edit) @99085   2 years vboxsync Guest Control: Added directory listing support via IDirectory::list(). …
(edit) @99077   2 years vboxsync include/iprt/armv8.h: Definitions related to exception handling, …
(edit) @99070   2 years vboxsync VMM/{CPUM,DBGF}: Some basic support to dump register values with DBGF …
(edit) @99051   2 years vboxsync VMM: More ARMv8 x86/amd64 separation work, VBoxVMMArm compiles and …
(edit) @99049   2 years vboxsync include/iprt/armv8.h: Initial ARMv8 related definitions, more to come, …
(edit) @99048   2 years vboxsync include/iprt/armv8.h: Initial ARMv8 related definitions, more to come, …
(edit) @99040   2 years vboxsync *.kmk: Applied scm with new indenting of multiline variable/function …
(edit) @99025   2 years vboxsync VMM/CPUM: The CPUMCPUVENDOR and CPUMMICROARCH types can't be target …
(edit) @99023   2 years vboxsync VMM/CPUM: The CPUMCPUVENDOR and CPUMMICROARCH types can't be target …
(edit) @99022   2 years vboxsync VMM/CPUM: Removed duplicate functions and types from cpum-x86-amd64.h. …
(edit) @98993   2 years vboxsync VMM: More ARMv8 x86/amd64 separation work, getting to PGM now, bugref:10385
(edit) @98982   2 years vboxsync VMM: More ARMv8 x86/amd64 separation work, get past IEM, bugref:10385 …
(edit) @98981   2 years vboxsync VMM: More ARMv8 x86/amd64 separation work, get past IEM, bugref:10385
(edit) @98980   2 years vboxsync VMM: More ARMv8 x86/amd64 separation work, get past IEM, bugref:10385
(edit) @98972   2 years vboxsync VMM: More ARMv8 x86/amd64 separation work, get past DBGF, bugref:10385
(edit) @98971   2 years vboxsync VMM: More ARMv8 x86/amd64 separation work, bugref:10385 [build fix]
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