VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR3/NEMR3Native-darwin-armv8.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @106761   3 months vboxsync VMM/NEM-darwin/arm64: Translate the HV_xxxx status code to a string in …
(edit) @106743   3 months vboxsync VMM/ARM: Make the control flow graph generator work with ARMv8 A64 to …
(edit) @106667   3 months vboxsync VMM/ARM: Workaround for the UEFI accessing MMIO space with an …
(edit) @106666   3 months vboxsync VMM/ARM: Workaround for the UEFI accessing MMIO space with an …
(edit) @106476   3 months vboxsync VMMArm: Skeleton of the PMU device emulation enough to make …
(edit) @106463   3 months vboxsync VMM: Filter out some more PMU register accesses Windows/ARM is doing …
(edit) @106373   3 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Crude workaround for getting …
(edit) @106372   3 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Implement support for breakpoints …
(edit) @106145   4 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Need to skip past the wfi …
(edit) @106061   4 months vboxsync Copyright year updates by scm.
(edit) @105843   5 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Don't throw an error if the NEM …
(edit) @105695   5 months vboxsync VMMArm/NEM: Resolve hv_vm_config_create() dynamically as it is only …
(edit) @105693   5 months vboxsync VMMArm/NEMR3Native-darwin-armv8: Some preliminary code to support the …
(edit) @105692   5 months vboxsync VMMArm/NEMR3Native-darwin-armv8: Some preliminary code to support the …
(edit) @105689   5 months vboxsync VMMArm/NEMR3Native-darwin-armv8: Some preliminary code to support the …
(edit) @103298   11 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Fix missing break, bugref:3409
(edit) @101496   15 months vboxsync VMM,Main: Don't hardcode the vTimer interrupt number in the NEM …
(edit) @101234   16 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Need to sync the ID registers upon …
(edit) @101115   16 months vboxsync VMM/NEMR3Native-darwin-armv8: Query the guest ID registers and set …
(edit) @101104   16 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Use the CPUMIDREGS structure to …
(edit) @100764   18 months vboxsync VMM/NEMR3Native-darwin-armv8: Set CNTV_CTL_EL0 and CNTV_CVAL_EL0 when …
(edit) @100725   18 months vboxsync VMM/ARM: Add some more system registers to the vCPU state, …
(edit) @100724   18 months vboxsync VMM/ARM: Add PAuth key system registers in the vCPU state, …
(edit) @100723   18 months vboxsync VMM/ARM: Add debug system registers in the vCPU state, bugref:10387, …
(edit) @100708   18 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Query ID registers and put them in a …
(edit) @100705   18 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Need to implement our own simplistic …
(edit) @100166   20 months vboxsync VMM/NEMR3Native-darwin-armv8: Updates to th PSCI implementation, …
(edit) @100118   20 months vboxsync VMM/CPUM: Include VBAR_EL1 register, bugref:10387 bugref:10390
(edit) @100117   20 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: VM reset and poweroff fixes, bugref:10390
(edit) @100108   20 months vboxsync *: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
(edit) @100102   20 months vboxsync VMM/NEMR3Native-darwin-armv8: Some basic PSCI implementation required …
(edit) @100076   20 months vboxsync VMM/NEMR3Native-darwin-armv8: Fix setting the vTimer offset, this …
(edit) @100003   20 months vboxsync VMM/NEMR3Native-darwin-armv8: Lower the timespan when to start …
(edit) @100001   20 months vboxsync VMM/NEMR3Native-darwin-armv8: Set the vTimer expiration time when …
(edit) @99976   20 months vboxsync VMM/NEMR3Native-darwin-armv8: Set the vTimer offset to account for …
(edit) @99888   20 months vboxsync VMM/NEMR3Native-darwin-armv8: Workaround for WFI/WFE leading to a …
(edit) @99749   21 months vboxsync VMM/NEMR3Native-darwin-armv8: Remove some unused code, bugref:10390
(edit) @99739   21 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99735   21 months vboxsync VMM/NEMR3Native-darwin-armv8: Set and clear the PPI interrupt of the …
(edit) @99576   21 months vboxsync VMM: Preparations for getting interrupts injected into the guest. With …
(edit) @99575   21 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Fixes and stubbing the hvc exception …
(edit) @99379   22 months vboxsync VMM/ARMv8: Sync and log the TCR_EL1 register as well, bugref:10390, …
(edit) @99377   22 months vboxsync VMM/ARMv8: Sync and log the SCTLR/TTBR0/TTBR1 registers, bugref:10390, …
(edit) @99376   22 months vboxsync VMM/ARMv8: Sync and log the SCTLR/TTBR0/TTBR1 registers, bugref:10390, …
(edit) @99197   22 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Hook up the new system register …
(edit) @99190   22 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Skeleton for handling the trapped …
(edit) @99078   22 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Implement MMIO data abort handling, …
(edit) @99070   22 months vboxsync VMM/{CPUM,DBGF}: Some basic support to dump register values with DBGF …
(edit) @99054   22 months vboxsync VMM/ARMv8: Starting with the Apple Hypervisor.framework NEM backend, …
(add) @99052   22 months vboxsync VMM/ARMv8: Starting with the Apple Hypervisor.framework NEM backend, …
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