VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @99739   19 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99687   19 months vboxsync VMM: Nested VMX: bugref:10318 Moved vmxHCGetGuestIntrStateWithUpdate() …
(edit) @99663   20 months vboxsync VMM: Nested VMX: bugref:10318 Moved vmxHCGetGuestIntrStateAndUpdateFFs …
(edit) @99653   20 months vboxsync VMM: Nested VMX: bugref:10318 Separate injection of events between …
(edit) @99557   20 months vboxsync VMM/NEMR3Native-darwin: Cleanup the memory state tracking, since macOS …
(edit) @99292   21 months vboxsync VMM/NEMR3Native-darwin: Map the RAM page in …
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @97723   2 years vboxsync VMM/NEM: No else after return.
(edit) @97379   2 years vboxsync VMM/NEMR3Native-darwin.cpp: Don't use hv_vcpu_run_until() on Catalina …
(edit) @97374   2 years vboxsync VMM/NEMR3native-darwin: Get the MSR_IA32_ARCH_CAP value from AppleHV …
(edit) @97295   2 years vboxsync VMM/NEMR3Native-darwin: Dump the VMCS if running the vcpu failed, …
(edit) @97226   2 years vboxsync VMM/NEM-darwin: Access CPUMCTX::eflags via the 'u' member when …
(edit) @97188   2 years vboxsync Support/SUPR3HardenedEntitlementsVM.plist,VMM/NEMR3Native-darwin: …
(edit) @97174   2 years vboxsync VMM/NEMR3Native-darwin: Addendum for r154132, unmapping doesn't …
(edit) @97169   2 years vboxsync VMM/NEMR3Native-darwin: Addendum for r154132, the second call to …
(edit) @97159   2 years vboxsync VMM/NEM-darwin: Workaround a bug on macOS Catalina (10.15) where …
(edit) @97125   2 years vboxsync Revert r154066, bugref:9044
(edit) @97106   2 years vboxsync VMM/NEMR3Native-darwin: A test for which a proeprly signed build is …
(edit) @97073   2 years vboxsync VMM/HMVMXR0: Working on streamlining CPU state importing from the …
(edit) @97069   2 years vboxsync VMM/HMVMXR0: Working on streamlining CPU state importing from the …
(edit) @97064   2 years vboxsync VMM/HMVMXR0: Changed vmxHCImportGuestIntrState into a template, since …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @94972   3 years vboxsync VMM/NEM/darwin: Use g_CpumHostFeatures. [build fix] bugref:10093
(edit) @94961   3 years vboxsync VMM/NEM/darwin: Use g_CpumHostFeatures. bugref:10093
(edit) @94885   3 years vboxsync Another Darwin build fix.
(edit) @94425   3 years vboxsync VMM: doxygen fixes (don't duplicate docs, newer doxygen version …
(edit) @93831   3 years vboxsync VMM/{VMXAllTemplate.cpp.h,NEMR3Native-darwin}: Add code to allow for …
(edit) @93826   3 years vboxsync VMM/NEMR3Native-darwin: Remove the temporary workaround now that the …
(edit) @93825   3 years vboxsync VMM/NEMR3Native-darwin: Reduce code duplication, bugref:9044
(edit) @93787   3 years vboxsync VMM/{NEM*,DBGF}: Make NEM respond to debug event changes and implement …
(edit) @93785   3 years vboxsync VMM/NEMR3Native-darwin: Check whether probes are enabled to decide …
(edit) @93750   3 years vboxsync VMM/{NEMR3Native-darwin.cpp,HMVMXR0.cpp,VMXAllTemplate.cpp.h}: Move …
(edit) @93748   3 years vboxsync VMM/{NEMR3Native-darwin.cpp,HMVMXR0.cpp,VMXAllTemplate.cpp.h}: Move …
(edit) @93728   3 years vboxsync VMM/NEMR3Native-darwin: Apple requires to bind to all MSRs related to …
(edit) @93723   3 years vboxsync VMM/NEMR3Native-darwin: Fix clearing context changed flag for TSC AUX …
(edit) @93722   3 years vboxsync VMM/NEMR3Native-darwin: Implement support for the pause loop exiting …
(edit) @93681   3 years vboxsync VMM/NEMR3Native-darwin: Don't run forever with hv_vcpu_run_until(), TM …
(edit) @93680   3 years vboxsync VMM/NEMR3Native-darwin: Don't run forever with hv_vcpu_run_until(), TM …
(edit) @93679   3 years vboxsync VMM/NEMR3Native-darwin: Sync back the PDPE entries upon VM exit, …
(edit) @93586   3 years vboxsync VMM/{VMXAllTemplate.cpp.h,NEMR3Native-darwin.cpp}: Temporarily …
(edit) @93583   3 years vboxsync VMM/{VMXAllTemplate.cpp.h,NEMR3Native-darwin.cpp}: Temporarily …
(edit) @93582   3 years vboxsync VMM/{VMXAllTemplate.cpp.h,NEMR3Native-darwin.cpp}: Temporarily …
(edit) @93457   3 years vboxsync VMM/NEMR3Native-darwin: Log the VMCS field write permissions if …
(edit) @93397   3 years vboxsync VMM/NEMR3Native-darwin: Need to ensure that the A20 gate is actually …
(edit) @93218   3 years vboxsync VMM/NEMR3Native-darwin: Straighten out the runloop a bit, no need to …
(edit) @93134   3 years vboxsync VMM,{HMVMXR0.cpp,VMXTemplate.cpp.h}: Make use of the VMX template code …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92626   3 years vboxsync VMM: Nested VMX: bugref:10092 Adjust PGM APIs and translate …
(edit) @92583   3 years vboxsync VMM: Nested VMX: bugref:10092 Renamed fPdpesMapped as it's rather …
(edit) @92560   3 years vboxsync VMM/NEMR3Native-darwin: Smaller fixes, bugref:9044
(edit) @92541   3 years vboxsync VMM: Nested VMX: bugref:10092 Allow forcing mapping/unmapping of CR3 …
(edit) @92499   3 years vboxsync VMM/NEMR3Native-darwin.cpp: Fix TPR shadowing configuration (huge …
(edit) @92475   3 years vboxsync VMM/NEMR3Native-darwin: Fix syncing the APIC TPR/CR8 register, fixes …
(edit) @92473   3 years vboxsync VMM/NEMR3Native-darwin.cpp: Fix syncing DR3 and DR6 and notify TM when …
(edit) @92465   3 years vboxsync VMM/NEM-linux: Some more code. Got far enough to log the BIOS version …
(edit) @92456   3 years vboxsync VMM/NEMR3Native-darwin.cpp: Sigh Apple2, bugref:9044
(edit) @92453   3 years vboxsync VMM/NEMR3Native-darwin.cpp: Fixes to the guest state import/export …
(edit) @92376   3 years vboxsync VMM/NEMR3Native-darwin: Make use of the ASID feature if available on …
(edit) @92363   3 years vboxsync VMM/include/HMVMXCommon.h: Use IN_NEM_DARWIN instead of IN_RING0 so …
(edit) @92357   3 years vboxsync VMM/NEMR3Native-darwin.cpp: Statistics, bugref:9044
(edit) @92351   3 years vboxsync VMM/NEMR3Native-darwin.cpp,VMM/Makefile.kmk: Fon't link directly …
(edit) @92338   3 years vboxsync VMM/NEMR3Native-darwin.cpp: Implement NEMHCQueryCpuTick() and …
(edit) @92316   3 years vboxsync VMM/NEMR3Native-darwin.cpp: Updates, more VMX template integration and …
(add) @92220   3 years vboxsync VMM/NEMR3Native-darwin.cpp: Some early code to work with Apple's …
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