summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* IPRT: doxygen tweaks. bugref:10442vboxsync2023-05-114-94/+104
* include/iprt/cdefs.h: Avoid memory leak reports when running with parfait. Fo...vboxsync2023-05-111-62/+71
* VMM: Add full support for reading/writing I/O ports on ARMv8 in order to emul...vboxsync2023-05-111-3/+3
* VMM: Add full support for reading/writing I/O ports on ARMv8 in order to emul...vboxsync2023-05-111-3/+39
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-1133-87/+8
* iprt/armv8.h: Some more definitions related to GIC, bugref:10404 [scm]vboxsync2023-05-101-1/+1
* VMM/GIC: Updates to the implementation, implement forwarding of SGIs and PPIs...vboxsync2023-05-102-4/+46
* iprt/armv8.h: Some more definitions related to GIC, bugref:10404vboxsync2023-05-101-0/+100
* iprt/armv8.h: doxgyen. bugref:10388 bugref:10385vboxsync2023-05-091-6/+4
* Guest Additions/VBoxClient: Dropped the idea of having an own logging facilit...vboxsync2023-05-091-59/+0
* VMM: Nested VMX: bugref:10318 Assertion to ensure we have rflags imported.vboxsync2023-05-081-0/+1
* Guest / Host: Renamed SessionType -> DisplayServerType (better naming to refl...vboxsync2023-05-051-1/+1
* Guest / Host: Renamed SessionType -> DisplayServerType (better naming to refl...vboxsync2023-05-051-3/+3
* Guest / Host: Renamed SessionType -> DisplayServerType (better naming to refl...vboxsync2023-05-051-13/+13
* Guest / Host: Added VBGHLogVerbosity[Get|Set](), removed external (global) as...vboxsync2023-05-051-0/+2
* Guest / Host bugref:10427:vboxsync2023-05-051-0/+2
* Guest / Host bugref:10427:vboxsync2023-05-051-1/+5
* Follow up fix for r157109vboxsync2023-05-041-0/+1
* Fixed wrong ordering.vboxsync2023-05-031-2/+2
* Guest Additions/Guest Host: Implemented session detection (X11 / Wayland) as ...vboxsync2023-05-031-1/+1
* Guest Additions/Guest Host: Implemented session detection (X11 / Wayland) as ...vboxsync2023-05-031-1/+1
* Guest Additions/Guest Host: Implemented session detection (X11 / Wayland) as ...vboxsync2023-05-031-0/+2
* Guest Additions/Guest Host: Implemented session detection (X11 / Wayland) as ...vboxsync2023-05-032-0/+124
* VBox API: Added interface IRangedInteger64FormValue, interface implementation...vboxsync2023-05-031-0/+2
* VMM/GIC: Continue implementation, bugref:10404vboxsync2023-05-031-0/+97
* include/iprt/armv8.h: Some paging related definitions, bugref:10388vboxsync2023-05-031-0/+215
* VMM: Preparations for getting interrupts injected into the guest. With ARMv8 ...vboxsync2023-05-033-19/+60
* include/iprt/asm.h: The bitmap needs to be aligned on a 32-bit address only a...vboxsync2023-05-021-1/+1
* include/iprt/armv8.h: Fix creation of system register IDs and some more defin...vboxsync2023-05-021-2/+17
* Audio: Improved range checks for audio channels (PDMAUDIO_MAX_CHANNELS).vboxsync2023-04-281-0/+4
* include/iprt/x86.h: Add definitions for Intels CETvboxsync2023-04-281-0/+31
* iprt/runtime-loader.h: RT_PROXY_VARIADICT_STUB: fixed header part generation,...vboxsync2023-04-281-1/+1
* VMM: Expose PDMR3DrvStaticRegistration in the callback table so frontends can...vboxsync2023-04-272-1/+3
* iprt/runtime-loader.h: Added RT_PROXY_VARIADICT_STUB hack. Cleanups.vboxsync2023-04-261-21/+58
* include/VBox: Add header containing definitions for the ARM Generic Interrupt...vboxsync2023-04-201-0/+345
* iprt/err.h: Completed RTERRINFO::cbMsg docs.vboxsync2023-04-171-1/+1
* Shared Clipboard/Transfers: Added ShClTransferCreateEx() and some defines for...vboxsync2023-04-141-33/+113
* VMM/ArmV8: Skeleton of the GICv3 interrupt controller emulation, bugref:10404vboxsync2023-04-134-4/+113
* iprt/armv8.h: Add system register definitions for the GICv3, bugref:10404vboxsync2023-04-131-0/+57
* VMM/ARMv8: Add ability to insert new system register ranges (based on the MSR...vboxsync2023-04-131-0/+11
* include/iprt/armv8.h: Fix retrieving the CRm value from the ESR_EL2.ISS field...vboxsync2023-04-121-1/+1
* VMM/ARMv8: Sync and log the TCR_EL1 register as well, bugref:10390, bugref:10...vboxsync2023-04-122-4/+7
* VMM/ARMv8: Sync and log the SCTLR/TTBR0/TTBR1 registers, bugref:10390, bugref...vboxsync2023-04-121-1/+1
* VMM/ARMv8: Sync and log the SCTLR/TTBR0/TTBR1 registers, bugref:10390, bugref...vboxsync2023-04-122-4/+12
* Disassember: Continue work on the ARMv8 disassember, defining the instruction...vboxsync2023-04-061-1/+1
* Disassember: Continue work on the ARMv8 disassember, defining the instruction...vboxsync2023-04-061-1/+3
* Disassember: Continue work on the ARMv8 disassember, defining the instruction...vboxsync2023-04-063-8/+27
* VMM/PGM: Nested VMX: bugref:10318 Added PGMHandlerPhysicalRegisterVmxApicAcce...vboxsync2023-04-061-0/+1
* Guest Control: Implements IGuestSession::fsQueryInfo() and IGuestSession::fsQ...vboxsync2023-04-033-14/+138
* VMM/CPUM: Nested VMX: bugref:10318 Added CPUMIsInInterruptShadowWithUpdateEx ...vboxsync2023-04-031-0/+21