summaryrefslogtreecommitdiff
path: root/src/VBox/VMM
Commit message (Expand)AuthorAgeFilesLines
* VMM/GIC: Updates to the implementation, implement forwarding of SGIs and PPIs...vboxsync2023-05-101-1/+2
* VMM/NEMR3Native-darwin-armv8: Set and clear the PPI interrupt of the vTimer i...vboxsync2023-05-102-5/+30
* VMM/GIC: Updates to the implementation, implement forwarding of SGIs and PPIs...vboxsync2023-05-102-21/+616
* VMM/EM: Nested VMX: bugref:10318 Clarify comment regarding priority of interr...vboxsync2023-05-101-2/+3
* VMM/EM: Nested VMX: bugref:10318 Comment nit.vboxsync2023-05-101-1/+0
* VMM/IEM: scm fix. bugref:10369vboxsync2023-05-091-3/+3
* VMM: Nested VMX: bugref:10318 Moved vmxHCGetGuestIntrStateWithUpdate() back i...vboxsync2023-05-093-12/+22
* VMM/IEM: More work on the decoder/recompiler part. bugref:10369vboxsync2023-05-085-6/+684
* VMM/IEM: Backed the iemOpHlpCalcRmEffAddrEx functionality into the regular fu...vboxsync2023-05-083-324/+21
* VMM/IEM: Mark iemAImpl_sha1rnds4_fX as not throwing any exceptions to fix bui...vboxsync2023-05-081-4/+4
* VMM/PDMQueue: Fix PDMQueueAllocEx() to respect the multiple of 32 cBits input...vboxsync2023-05-082-5/+13
* VMM/tstVMStructSize: Use X86_PAGE_4K_SIZE instead of PAGE_SIZE which might no...vboxsync2023-05-081-6/+6
* VMM: Nested VMX: bugref:10318 Comment.vboxsync2023-05-081-3/+3
* VMM: Nested VMX: bugref:10318 Moved vmxHCGetGuestIntrStateAndUpdateFFs outsid...vboxsync2023-05-083-64/+49
* VMM: Nested VMX: bugref:10318 Fix external interrupt delivery/VM-exits to not...vboxsync2023-05-081-32/+42
* VMM: Nested VMX: bugref:10318 Fix inverted condition in r157185.vboxsync2023-05-081-2/+2
* VMM: Nested VMX: bugref:10318 NMI inhibition also blocks external interrupts....vboxsync2023-05-081-38/+31
* VMM: Nested VMX: bugref:10318 Darwin build fix.vboxsync2023-05-081-0/+1
* VMM: Nested VMX: bugref:10318 Doxygen.vboxsync2023-05-081-1/+0
* VMM: Nested VMX: bugref:10318 Separate injection of events between guest and ...vboxsync2023-05-083-79/+238
* VMM/EM: Nested VMX: bugref:10318 Handle NMI-window and interrupt-window VM-ex...vboxsync2023-05-081-65/+92
* VMM/IEM: Nested VMX: bugref:10318 Clear "NMI unblocked due to IRET" state on ...vboxsync2023-05-081-5/+19
* VMM/IEM: Nested VMX: bugref:10318 Clear "NMI unblocked due to IRET" state on ...vboxsync2023-05-081-12/+27
* VMM/TRPM: Nested VMX: bugref:10318 Don't invoke IEMExecVmxVmexitExtInt if IEM...vboxsync2023-05-081-10/+15
* VMM/IEM: Started modifying the input/decode side of the threaded recompiler. ...vboxsync2023-05-063-15/+146
* VMM/IEM: Fixed regression from r156691, where a IEM_MC_CLEAR_HIGH_GREG_U64_BY...vboxsync2023-05-031-0/+1
* VMM/GIC: Continue implementation, bugref:10404vboxsync2023-05-031-17/+82
* VMM: Preparations for getting interrupts injected into the guest. With ARMv8 ...vboxsync2023-05-037-19/+137
* VMM/NEMR3Native-darwin-armv8.cpp: Fixes and stubbing the hvc exception handli...vboxsync2023-05-031-124/+72
* VMM/NEMR3Native-darwin: Cleanup the memory state tracking, since macOS Ventur...vboxsync2023-04-282-57/+97
* VMM/GIC: Register the MMIO region handlers for the distributor and redisitrib...vboxsync2023-04-203-10/+209
* VMM/ArmV8: Skeleton of the GICv3 interrupt controller emulation, bugref:10404...vboxsync2023-04-131-2/+2
* VMM/ArmV8: Skeleton of the GICv3 interrupt controller emulation, bugref:10404...vboxsync2023-04-131-0/+1
* VMM/ARMv8: Add ability to insert new system register ranges (based on the MSR...vboxsync2023-04-131-1/+1
* VMM/ArmV8: Skeleton of the GICv3 interrupt controller emulation, bugref:10404vboxsync2023-04-136-4/+534
* VMM/ARMv8: Add ability to insert new system register ranges (based on the MSR...vboxsync2023-04-134-4/+406
* VMM/ARMv8: Sync and log the TCR_EL1 register as well, bugref:10390, bugref:10...vboxsync2023-04-122-11/+14
* 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-5/+12
* VMM/NEM-win: Disable MONITOR/MWAIT CPUID flag as it seems Hyper-V never imple...vboxsync2023-04-113-2/+80
* VMM/IEM: @todo regarding nested VMX APIC page access handler management in IE...vboxsync2023-04-101-0/+6
* VMM/IEM: Nested VMX: bugref:10318 Use IEM_VMX_VMENTRY_FAILED_RET_2 to log fai...vboxsync2023-04-101-10/+10
* VMM/IEM: Nested VMX: bugref:10318 Added IEM_VMX_VMENTRY_FAILED_RET_2 to also ...vboxsync2023-04-101-1/+12
* VMM/PGM: Nested VMX: bugref:10318 Skip some redundant checks while repeatedly...vboxsync2023-04-101-7/+16
* VMM/IEM: Eliminate some unused parameters/references in the threaded function...vboxsync2023-04-091-3/+7
* VMM/IEM: Mojo improvments for IEM_MC_MAYBE_RAISE_FSGSBASE_XCPT. bugref:10369vboxsync2023-04-081-2/+3
* VMM/IEM: Mojo improvments for IEM_MC_MAYBE_RAISE_MMX_RELATED_XCPT. bugref:10369vboxsync2023-04-081-5/+8
* VMM/IEM: Mojo improvments for IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT. bugref:10369vboxsync2023-04-081-7/+16
* VMM/IEM: Mojo improvments of the IEM_MC_MAYBE_RAISE_XXXX macros. bugref:10369vboxsync2023-04-081-15/+25
* VMM/IEM: Mojo improvments of the IEM_MC_MAYBE_RAISE_XXXX macros. bugref:10369vboxsync2023-04-081-29/+36