VirtualBox

source: vbox/trunk/include/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @100267   18 months vboxsync Additions: Make the R0 physical heap configurable to allow for …
(edit) @100255   18 months vboxsync Shared Clipboard: Added some more X11 flavors for the URI list format. …
(edit) @100236   18 months vboxsync Shared Clipboard: Got rid of the X11 request worker, as this …
(edit) @100234   18 months vboxsync Shared Clipboard: Fixed VBOX_SHCL_INFO_FLAG_XXX -> …
(edit) @100233   18 months vboxsync Shared Clipboard: Added dedicated functions to stop the HTTP server …
(edit) @100230   18 months vboxsync VBox/vmm/vm.h: Corrected VMCPU_FF_HIGH_PRIORITY_POST_REPSTR_MASK to …
(edit) @100221   18 months vboxsync VBox/log.h: Added a couple of IEM sub-groups; removed the REM groups. …
(edit) @100212   18 months vboxsync Shared Clipboard: Doxygen fix. bugref:9437
(edit) @100206   18 months vboxsync Shared Clipboard: Unified root list entry code to also use the generic …
(edit) @100205   18 months vboxsync Shared Clipboard: Unified root list entry code to also use the generic …
(edit) @100204   18 months vboxsync Shared Clipboard: Unified root list entry code to also use the generic …
(edit) @100185   18 months vboxsync Devices/VMMDev: Add an MMIO interface in addition to the existing PIO …
(edit) @100184   18 months vboxsync VMM: Add a CPUMGetGuestArch() method and PDM device helper to make it …
(edit) @100183   18 months vboxsync VMM/IEM: More recompilation code. bugref:10369
(edit) @100144   19 months vboxsync VMM/EM: Renamed VINF_EM_RESCHEDULE_HM to …
(edit) @100140   19 months vboxsync VMM/EM: Do not do scheduling based on whether HM has been used and is …
(edit) @100118   19 months vboxsync VMM/CPUM: Include VBAR_EL1 register, bugref:10387 bugref:10390
(edit) @100101   19 months vboxsync VMM: Add VMMR3CpuOn() for ARMv8 instead of using the …
(edit) @100100   19 months vboxsync VMM/GIC: Fixes and updates to the implementation in order to support …
(edit) @100078   19 months vboxsync Main/src-server and Storage: Immutable media handling flexibility …
(edit) @100063   19 months vboxsync Nit picking. Renaming VBGHDISPLAYSERVERTYPE_WAYLAND to …
(edit) @100052   19 months vboxsync VMM/IEM: Refactored the enmCpuMode, uCpl, fBypassHandlers, …
(edit) @100038   19 months vboxsync Main: Start simple ResourceStore implementation similar to NvramStore …
(edit) @100021   19 months vboxsync Shared Clipboard: Header docs update. bugref:9437
(edit) @100016   19 months vboxsync Shared Clipboard: Header docs update. bugref:9437
(edit) @100000   19 months vboxsync VMM: Take the vTimer expiration into account when halting due to a …
(edit) @99976   19 months vboxsync VMM/NEMR3Native-darwin-armv8: Set the vTimer offset to account for …
(edit) @99968   19 months vboxsync Shared Clipboard/HostService: Emphasize that VBOX_SHCL_TRANSFER_MODE …
(edit) @99966   19 months vboxsync Shared Clipboard: Use a define for clipboard timeouts. bugref:9437
(edit) @99964   19 months vboxsync VBox/types.h,pdmnetifs.h: Replaced PDMDATASEG with RTSGSEG since the …
(edit) @99962   19 months vboxsync VBox/types.h,pdmnetifs.h: Replaced PDMDATASEG with RTSGSEG since the …
(edit) @99956   19 months vboxsync VMM/CPUM-armv8: Implement OSDLR_EL1, OSLAR_EL1 and OSLSR_EL1 accessed …
(edit) @99955   19 months vboxsync Shared Clipboard: Docs [build fix]. bugref:9437
(edit) @99954   19 months vboxsync Shared Clipboard: Docs. bugref:9437
(edit) @99951   19 months vboxsync Shared Clipboard: Moved code for handling local filesystems with …
(edit) @99941   19 months vboxsync Main, FE/Qt: Wiping out old OpenGLTest code used widely across the project.
(edit) @99937   19 months vboxsync Shared Clipboard: Added new testcase for the HTTP server in …
(edit) @99930   19 months vboxsync VMM/IEM: More recompiler work. bugref:10369
(edit) @99922   19 months vboxsync VMM/SSM: scm fix
(edit) @99920   19 months vboxsync VMM/EM: Time slice cleanups. Scm fixes.
(edit) @99916   19 months vboxsync include/VBox/gic.h: Fix typo, bugref:10404
(edit) @99899   19 months vboxsync VMM/EM,DBGF: Removed the EMSTATE_IEM_THEN_REM stuff as it makes no …
(edit) @99897   19 months vboxsync VMM/EM,DBGF: Repurposing the inner REM execution loop for …
(edit) @99896   19 months vboxsync VMM/SSM: Added SSM_GET_STD_ENUM32_RET for automatically validating …
(edit) @99834   19 months vboxsync OpenGLTest: bugref:10450: Adding missed include to be able to build …
(edit) @99828   19 months vboxsync *: A bunch of adjustments that allows using /permissive- with Visual …
(edit) @99814   19 months vboxsync IEM: Added a separate CPU flag to enable VEX decoding to allow BMI1/2 …
(edit) @99802   19 months vboxsync *: Adjustments necessary for dropping -Zc:wchar_t- on windows and …
(edit) @99772   19 months vboxsync VBox/com: Added SafeArray::push_front() and implemented a new …
(edit) @99770   19 months vboxsync VBox/com: Added SafeArray::push_front() and implemented a new …
(edit) @99745   19 months vboxsync VMM: Add full support for reading/writing I/O ports on ARMv8 in order …
(edit) @99743   19 months vboxsync VMM: Add full support for reading/writing I/O ports on ARMv8 in order …
(edit) @99739   19 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99734   20 months vboxsync VMM/GIC: Updates to the implementation, implement forwarding of SGIs …
(edit) @99689   20 months vboxsync Guest Additions/VBoxClient: Dropped the idea of having an own logging …
(edit) @99648   20 months vboxsync VMM: Nested VMX: bugref:10318 Assertion to ensure we have rflags imported.
(edit) @99622   20 months vboxsync Guest / Host: Renamed SessionType -> DisplayServerType (better naming …
(edit) @99621   20 months vboxsync Guest / Host: Renamed SessionType -> DisplayServerType (better naming …
(edit) @99620   20 months vboxsync Guest / Host: Renamed SessionType -> DisplayServerType (better naming …
(edit) @99616   20 months vboxsync Guest / Host: Added VBGHLogVerbosity[Get|Set](), removed external …
(edit) @99615   20 months vboxsync Guest / Host bugref:10427: - Added new type …
(edit) @99614   20 months vboxsync Guest / Host bugref:10427: - Added new type …
(edit) @99594   20 months vboxsync Follow up fix for r157109
(edit) @99592   20 months vboxsync Fixed wrong ordering.
(edit) @99584   20 months vboxsync Guest Additions/Guest Host: Implemented session detection (X11 / …
(edit) @99582   20 months vboxsync Guest Additions/Guest Host: Implemented session detection (X11 / …
(edit) @99581   20 months vboxsync Guest Additions/Guest Host: Implemented session detection (X11 / …
(edit) @99580   20 months vboxsync Guest Additions/Guest Host: Implemented session detection (X11 / …
(edit) @99579   20 months vboxsync VBox API: Added interface IRangedInteger64FormValue, interface …
(edit) @99578   20 months vboxsync VMM/GIC: Continue implementation, bugref:10404
(edit) @99576   20 months vboxsync VMM: Preparations for getting interrupts injected into the guest. With …
(edit) @99559   20 months vboxsync Audio: Improved range checks for audio channels (PDMAUDIO_MAX_CHANNELS).
(edit) @99547   20 months vboxsync VMM: Expose PDMR3DrvStaticRegistration in the callback table so …
(edit) @99485   20 months vboxsync include/VBox: Add header containing definitions for the ARM Generic …
(edit) @99405   20 months vboxsync Shared Clipboard/Transfers: Added ShClTransferCreateEx() and some …
(edit) @99385   20 months vboxsync VMM/ArmV8: Skeleton of the GICv3 interrupt controller emulation, …
(edit) @99383   20 months vboxsync VMM/ARMv8: Add ability to insert new system register ranges (based on …
(edit) @99379   20 months vboxsync VMM/ARMv8: Sync and log the TCR_EL1 register as well, bugref:10390, …
(edit) @99378   20 months vboxsync VMM/ARMv8: Sync and log the SCTLR/TTBR0/TTBR1 registers, bugref:10390, …
(edit) @99376   20 months vboxsync VMM/ARMv8: Sync and log the SCTLR/TTBR0/TTBR1 registers, bugref:10390, …
(edit) @99323   21 months vboxsync Disassember: Continue work on the ARMv8 disassember, defining the …
(edit) @99322   21 months vboxsync Disassember: Continue work on the ARMv8 disassember, defining the …
(edit) @99319   21 months vboxsync Disassember: Continue work on the ARMv8 disassember, defining the …
(edit) @99316   21 months vboxsync VMM/PGM: Nested VMX: bugref:10318 Added …
(edit) @99262   21 months vboxsync Guest Control: Implements IGuestSession::fsQueryInfo() and …
(edit) @99260   21 months vboxsync VMM/CPUM: Nested VMX: bugref:10318 Added …
(edit) @99257   21 months vboxsync Guest Control: More renaming; required for preparation of implementing …
(edit) @99256   21 months vboxsync Guest Control: More renaming; required for preparation of implementing …
(edit) @99254   21 months vboxsync Guest Control: Renamed HOST_MSG_FS_QUERY_INFO -> …
(edit) @99253   21 months vboxsync Guest Control: Renamed HOST_MSG_FS_QUERY_INFO -> …
(edit) @99243   21 months vboxsync Disassembler: ARMv8 skeleton, bugref:10394 [doxygen]
(edit) @99241   21 months vboxsync Disassembler: ARMv8 skeleton, bugref:10394
(edit) @99232   21 months vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99225   21 months vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99220   21 months vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99208   21 months vboxsync Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
(edit) @99196   21 months vboxsync VMM: Start on system register handling for ARMv8 (which is ver similar …
(edit) @99169   21 months vboxsync Guest Control/VbglR3: More bugfixes required for the initial patch …
(edit) @99163   21 months vboxsync VMM/CPUM: Nested VMX: bugref:10318 Adjust virtual VMCS for …
(edit) @99120   21 months vboxsync Guest Control: Added ability of specifying an optional current working …
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