VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @100012   22 months vboxsync VMM/EM: Long #else/#endif should be marked. bugref:10389
(edit) @100005   22 months vboxsync VMM: Take the vTimer expiration into account when halting due to a …
(edit) @100004   22 months vboxsync VMM/PGM: Ignore A20 state on reset as it is not relevant for ARM, …
(edit) @100003   22 months vboxsync VMM/NEMR3Native-darwin-armv8: Lower the timespan when to start …
(edit) @100002   22 months vboxsync VMM: Take the vTimer expiration into account when halting due to a …
(edit) @100001   22 months vboxsync VMM/NEMR3Native-darwin-armv8: Set the vTimer expiration time when …
(edit) @100000   22 months vboxsync VMM: Take the vTimer expiration into account when halting due to a …
(edit) @99999   22 months vboxsync VMM/EM: WFI/WFE ignore the IRQ and FIQ mask flag and always return …
(edit) @99996   22 months vboxsync VMM/IEM: Stripped down iemReInitExec to what it's supposed to be doing.
(edit) @99995   22 months vboxsync VMM/EM: Some IEM/HM comparison logging for later use. bugref:10464
(edit) @99994   22 months vboxsync VMM/IEM: Allow setting the FCW.IC bit (discontinued with the 387) as …
(edit) @99993   22 months vboxsync VMM/IEM: Corrected instruction counting in IEMExecLots, it executed …
(edit) @99992   22 months vboxsync VMM/IEM: Corrected IEM_MC_REF_FPUREG so it'll reference the correct …
(edit) @99988   22 months vboxsync VMM/IEM: Externalized prefetch queue flushing from IEMAllCImpl.cpp so …
(edit) @99985   22 months vboxsync VMM/IEM: Fixed a few places in IEMAllCImpl.cpp and …
(edit) @99984   22 months vboxsync VMM/IEM: Fixed a few places in IEMAllCImpl.cpp and …
(edit) @99983   22 months vboxsync VMM/IEM: Removed (finally) the need to call CPUMGetGuestCPL and …
(edit) @99982   22 months vboxsync VMM/IEM: More plotting on the IEM recompiler. bugref:10369
(edit) @99976   22 months vboxsync VMM/NEMR3Native-darwin-armv8: Set the vTimer offset to account for …
(edit) @99958   22 months vboxsync IEM: Consistently use DONE_VEX_DECODING_EX macros to check for CPU …
(edit) @99956   22 months vboxsync VMM/CPUM-armv8: Implement OSDLR_EL1, OSLAR_EL1 and OSLSR_EL1 accessed …
(edit) @99935   22 months vboxsync VMM/GIC: Always set DS bit in the CTRL register to indicate we only …
(edit) @99933   22 months vboxsync VMM/IEM: A couple of clang warning fixes.
(edit) @99932   22 months vboxsync VMM/IEM: scm fix. bugref:10369
(edit) @99930   22 months vboxsync VMM/IEM: More recompiler work. bugref:10369
(edit) @99926   22 months vboxsync Config.kmk: Enable ARMv8 virtualization now that we have something …
(edit) @99924   22 months vboxsync VMM/EM: scm fix
(edit) @99923   22 months vboxsync VMM/EM: scm fix
(edit) @99920   22 months vboxsync VMM/EM: Time slice cleanups. Scm fixes.
(edit) @99919   22 months vboxsync VMM: The ARMv8 variant needs the right disassembler of course, bugref:10385
(edit) @99911   22 months vboxsync VMM/MM: make it possible to prepopulate a RAM region with data from a …
(edit) @99907   22 months vboxsync VMM/MM: make it possible to prepopulate a RAM region with data from a …
(edit) @99900   22 months vboxsync VMM/EM: Added .iemrecompiled debugger command. bugref:10369
(edit) @99899   22 months vboxsync VMM/EM,DBGF: Removed the EMSTATE_IEM_THEN_REM stuff as it makes no …
(edit) @99898   22 months vboxsync VMM/EM,DBGF: Repurposing the inner REM execution loop for …
(edit) @99897   22 months vboxsync VMM/EM,DBGF: Repurposing the inner REM execution loop for …
(edit) @99891   22 months vboxsync VMM/PGM: Docs correction for PGMInvalidatePage.
(edit) @99888   22 months vboxsync VMM/NEMR3Native-darwin-armv8: Workaround for WFI/WFE leading to a …
(edit) @99885   22 months vboxsync VMM/GIC: Updates to the emulation implementation, some basic SPI …
(edit) @99863   22 months vboxsync scm fixes for src\platform\nix\VBoxUtils-nix.h Config.kmk …
(edit) @99832   22 months vboxsync VMM/IEM: More recompiler work. bugref:10369
(edit) @99828   22 months vboxsync *: A bunch of adjustments that allows using /permissive- with Visual …
(edit) @99821   22 months vboxsync VMM/GIC: Implement interrupt forwarding to the GIC from shared …
(edit) @99819   22 months vboxsync VMM/IEM: More recompiler work. bugref:10369
(edit) @99814   22 months vboxsync IEM: Added a separate CPU flag to enable VEX decoding to allow BMI1/2 …
(edit) @99812   22 months vboxsync VMM/PGM: Nested VMX: bugref:10318 Fixes to flushing of large page page …
(edit) @99809   22 months vboxsync VMM/HM: Nested VMX: bugref:10318 Stat name change to make it easier to …
(edit) @99806   22 months vboxsync VMM/PDMR3Task: Fix wrong AssertPtrReturn() usage, bugref:3409
(edit) @99800   22 months vboxsync VMM/IEM: More work on recompiler. bugref:10369
(edit) @99790   22 months vboxsync IEM: Fixed iemAImpl_rorx_u64 copy/paste error.
(edit) @99788   22 months vboxsync VMM/PGM: Nested VMX: bugref:10318 Don't need to get the physical page …
(edit) @99775   22 months vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @99765   22 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Nits.
(edit) @99756   22 months vboxsync VMM/CPUMR3Db: Fix harmless range check, bugref:3409
(edit) @99753   22 months vboxsync VMM: More Clang 13 build fixes (warnings as errors).
(edit) @99749   22 months vboxsync VMM/NEMR3Native-darwin-armv8: Remove some unused code, bugref:10390
(edit) @99748   22 months vboxsync VMM/PGM: Nested VMX: bugref:10318 Ensure we don't modify the leaf bit …
(edit) @99743   22 months vboxsync VMM: Add full support for reading/writing I/O ports on ARMv8 in order …
(edit) @99740   22 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99739   22 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99737   22 months vboxsync VMM/GIC: Updates to the implementation, implement forwarding of SGIs …
(edit) @99735   22 months vboxsync VMM/NEMR3Native-darwin-armv8: Set and clear the PPI interrupt of the …
(edit) @99734   22 months vboxsync VMM/GIC: Updates to the implementation, implement forwarding of SGIs …
(edit) @99725   22 months vboxsync VMM/EM: Nested VMX: bugref:10318 Clarify comment regarding priority of …
(edit) @99724   22 months vboxsync VMM/EM: Nested VMX: bugref:10318 Comment nit.
(edit) @99690   22 months vboxsync VMM/IEM: scm fix. bugref:10369
(edit) @99687   22 months vboxsync VMM: Nested VMX: bugref:10318 Moved vmxHCGetGuestIntrStateWithUpdate() …
(edit) @99686   22 months vboxsync VMM/IEM: More work on the decoder/recompiler part. bugref:10369
(edit) @99685   22 months vboxsync VMM/IEM: Backed the iemOpHlpCalcRmEffAddrEx functionality into the …
(edit) @99681   22 months vboxsync VMM/IEM: Mark iemAImpl_sha1rnds4_fX as not throwing any exceptions to …
(edit) @99674   22 months vboxsync VMM/PDMQueue: Fix PDMQueueAllocEx() to respect the multiple of 32 …
(edit) @99671   22 months vboxsync VMM/tstVMStructSize: Use X86_PAGE_4K_SIZE instead of PAGE_SIZE which …
(edit) @99665   22 months vboxsync VMM: Nested VMX: bugref:10318 Comment.
(edit) @99663   22 months vboxsync VMM: Nested VMX: bugref:10318 Moved vmxHCGetGuestIntrStateAndUpdateFFs …
(edit) @99659   22 months vboxsync VMM: Nested VMX: bugref:10318 Fix external interrupt delivery/VM-exits …
(edit) @99657   22 months vboxsync VMM: Nested VMX: bugref:10318 Fix inverted condition in r157185.
(edit) @99656   22 months vboxsync VMM: Nested VMX: bugref:10318 NMI inhibition also blocks external …
(edit) @99655   22 months vboxsync VMM: Nested VMX: bugref:10318 Darwin build fix.
(edit) @99654   22 months vboxsync VMM: Nested VMX: bugref:10318 Doxygen.
(edit) @99653   22 months vboxsync VMM: Nested VMX: bugref:10318 Separate injection of events between …
(edit) @99652   22 months vboxsync VMM/EM: Nested VMX: bugref:10318 Handle NMI-window and …
(edit) @99651   22 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Clear "NMI unblocked due to IRET" …
(edit) @99650   22 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Clear "NMI unblocked due to IRET" …
(edit) @99649   22 months vboxsync VMM/TRPM: Nested VMX: bugref:10318 Don't invoke IEMExecVmxVmexitExtInt …
(edit) @99647   22 months vboxsync VMM/IEM: Started modifying the input/decode side of the threaded …
(edit) @99583   22 months vboxsync VMM/IEM: Fixed regression from r156691, where a …
(edit) @99578   22 months vboxsync VMM/GIC: Continue implementation, bugref:10404
(edit) @99576   22 months vboxsync VMM: Preparations for getting interrupts injected into the guest. With …
(edit) @99575   22 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Fixes and stubbing the hvc exception …
(edit) @99557   23 months vboxsync VMM/NEMR3Native-darwin: Cleanup the memory state tracking, since macOS …
(edit) @99492   23 months vboxsync VMM/GIC: Register the MMIO region handlers for the distributor and …
(edit) @99388   23 months vboxsync VMM/ArmV8: Skeleton of the GICv3 interrupt controller emulation, …
(edit) @99387   23 months vboxsync VMM/ArmV8: Skeleton of the GICv3 interrupt controller emulation, …
(edit) @99386   23 months vboxsync VMM/ARMv8: Add ability to insert new system register ranges (based on …
(edit) @99385   23 months vboxsync VMM/ArmV8: Skeleton of the GICv3 interrupt controller emulation, …
(edit) @99383   23 months vboxsync VMM/ARMv8: Add ability to insert new system register ranges (based on …
(edit) @99379   2 years vboxsync VMM/ARMv8: Sync and log the TCR_EL1 register as well, bugref:10390, …
(edit) @99377   2 years vboxsync VMM/ARMv8: Sync and log the SCTLR/TTBR0/TTBR1 registers, bugref:10390, …
(edit) @99376   2 years vboxsync VMM/ARMv8: Sync and log the SCTLR/TTBR0/TTBR1 registers, bugref:10390, …
(edit) @99370   2 years vboxsync VMM/NEM-win: Disable MONITOR/MWAIT CPUID flag as it seems Hyper-V …
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette