summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMR3/NEMR3Native-darwin-armv8.cpp
Commit message (Expand)AuthorAgeFilesLines
* VMM/NEMR3Native-darwin-armv8: Remove some unused code, bugref:10390vboxsync2023-05-111-22/+0
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-1/+0
* VMM/NEMR3Native-darwin-armv8: Set and clear the PPI interrupt of the vTimer i...vboxsync2023-05-101-5/+28
* VMM: Preparations for getting interrupts injected into the guest. With ARMv8 ...vboxsync2023-05-031-2/+38
* VMM/NEMR3Native-darwin-armv8.cpp: Fixes and stubbing the hvc exception handli...vboxsync2023-05-031-124/+72
* VMM/ARMv8: Sync and log the TCR_EL1 register as well, bugref:10390, bugref:10...vboxsync2023-04-121-11/+13
* 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-121-5/+9
* VMM/NEMR3Native-darwin-armv8.cpp: Hook up the new system register accessors, ...vboxsync2023-03-281-2/+2
* VMM/NEMR3Native-darwin-armv8.cpp: Skeleton for handling the trapped MRS, MSR ...vboxsync2023-03-281-0/+60
* VMM/NEMR3Native-darwin-armv8.cpp: Implement MMIO data abort handling, bugref:...vboxsync2023-03-211-0/+251
* VMM/{CPUM,DBGF}: Some basic support to dump register values with DBGF for ARM...vboxsync2023-03-201-30/+18
* VMM/ARMv8: Starting with the Apple Hypervisor.framework NEM backend, can exec...vboxsync2023-03-191-0/+1
* VMM/ARMv8: Starting with the Apple Hypervisor.framework NEM backend, can exec...vboxsync2023-03-191-0/+1428