|
|
@99832
|
19 months |
vboxsync |
VMM/IEM: More recompiler work. bugref:10369
|
|
|
@99828
|
19 months |
vboxsync |
*: A bunch of adjustments that allows using /permissive- with Visual …
|
|
|
@99821
|
19 months |
vboxsync |
VMM/GIC: Implement interrupt forwarding to the GIC from shared …
|
|
|
@99819
|
19 months |
vboxsync |
VMM/IEM: More recompiler work. bugref:10369
|
|
|
@99814
|
19 months |
vboxsync |
IEM: Added a separate CPU flag to enable VEX decoding to allow BMI1/2 …
|
|
|
@99812
|
19 months |
vboxsync |
VMM/PGM: Nested VMX: bugref:10318 Fixes to flushing of large page page …
|
|
|
@99809
|
19 months |
vboxsync |
VMM/HM: Nested VMX: bugref:10318 Stat name change to make it easier to …
|
|
|
@99806
|
19 months |
vboxsync |
VMM/PDMR3Task: Fix wrong AssertPtrReturn() usage, bugref:3409
|
|
|
@99800
|
19 months |
vboxsync |
VMM/IEM: More work on recompiler. bugref:10369
|
|
|
@99790
|
19 months |
vboxsync |
IEM: Fixed iemAImpl_rorx_u64 copy/paste error.
|
|
|
@99788
|
19 months |
vboxsync |
VMM/PGM: Nested VMX: bugref:10318 Don't need to get the physical page …
|
|
|
@99775
|
19 months |
vboxsync |
*: Mark functions as static if not used outside of a given compilation …
|
|
|
@99765
|
19 months |
vboxsync |
VMM/IEM: Nested VMX: bugref:10318 Nits.
|
|
|
@99756
|
19 months |
vboxsync |
VMM/CPUMR3Db: Fix harmless range check, bugref:3409
|
|
|
@99753
|
19 months |
vboxsync |
VMM: More Clang 13 build fixes (warnings as errors).
|
|
|
@99749
|
19 months |
vboxsync |
VMM/NEMR3Native-darwin-armv8: Remove some unused code, bugref:10390
|
|
|
@99748
|
19 months |
vboxsync |
VMM/PGM: Nested VMX: bugref:10318 Ensure we don't modify the leaf bit …
|
|
|
@99743
|
19 months |
vboxsync |
VMM: Add full support for reading/writing I/O ports on ARMv8 in order …
|
|
|
@99740
|
19 months |
vboxsync |
*: doxygen corrections (mostly about removing @returns from functions …
|
|
|
@99739
|
19 months |
vboxsync |
*: doxygen corrections (mostly about removing @returns from functions …
|
|
|
@99737
|
19 months |
vboxsync |
VMM/GIC: Updates to the implementation, implement forwarding of SGIs …
|
|
|
@99735
|
19 months |
vboxsync |
VMM/NEMR3Native-darwin-armv8: Set and clear the PPI interrupt of the …
|
|
|
@99734
|
19 months |
vboxsync |
VMM/GIC: Updates to the implementation, implement forwarding of SGIs …
|
|
|
@99725
|
19 months |
vboxsync |
VMM/EM: Nested VMX: bugref:10318 Clarify comment regarding priority of …
|
|
|
@99724
|
19 months |
vboxsync |
VMM/EM: Nested VMX: bugref:10318 Comment nit.
|
|
|
@99690
|
20 months |
vboxsync |
VMM/IEM: scm fix. bugref:10369
|
|
|
@99687
|
20 months |
vboxsync |
VMM: Nested VMX: bugref:10318 Moved vmxHCGetGuestIntrStateWithUpdate() …
|
|
|
@99686
|
20 months |
vboxsync |
VMM/IEM: More work on the decoder/recompiler part. bugref:10369
|
|
|
@99685
|
20 months |
vboxsync |
VMM/IEM: Backed the iemOpHlpCalcRmEffAddrEx functionality into the …
|
|
|
@99681
|
20 months |
vboxsync |
VMM/IEM: Mark iemAImpl_sha1rnds4_fX as not throwing any exceptions to …
|
|
|
@99674
|
20 months |
vboxsync |
VMM/PDMQueue: Fix PDMQueueAllocEx() to respect the multiple of 32 …
|
|
|
@99671
|
20 months |
vboxsync |
VMM/tstVMStructSize: Use X86_PAGE_4K_SIZE instead of PAGE_SIZE which …
|
|
|
@99665
|
20 months |
vboxsync |
VMM: Nested VMX: bugref:10318 Comment.
|
|
|
@99663
|
20 months |
vboxsync |
VMM: Nested VMX: bugref:10318 Moved vmxHCGetGuestIntrStateAndUpdateFFs …
|
|
|
@99659
|
20 months |
vboxsync |
VMM: Nested VMX: bugref:10318 Fix external interrupt delivery/VM-exits …
|
|
|
@99657
|
20 months |
vboxsync |
VMM: Nested VMX: bugref:10318 Fix inverted condition in r157185.
|
|
|
@99656
|
20 months |
vboxsync |
VMM: Nested VMX: bugref:10318 NMI inhibition also blocks external …
|
|
|
@99655
|
20 months |
vboxsync |
VMM: Nested VMX: bugref:10318 Darwin build fix.
|
|
|
@99654
|
20 months |
vboxsync |
VMM: Nested VMX: bugref:10318 Doxygen.
|
|
|
@99653
|
20 months |
vboxsync |
VMM: Nested VMX: bugref:10318 Separate injection of events between …
|
|
|
@99652
|
20 months |
vboxsync |
VMM/EM: Nested VMX: bugref:10318 Handle NMI-window and …
|
|
|
@99651
|
20 months |
vboxsync |
VMM/IEM: Nested VMX: bugref:10318 Clear "NMI unblocked due to IRET" …
|
|
|
@99650
|
20 months |
vboxsync |
VMM/IEM: Nested VMX: bugref:10318 Clear "NMI unblocked due to IRET" …
|
|
|
@99649
|
20 months |
vboxsync |
VMM/TRPM: Nested VMX: bugref:10318 Don't invoke IEMExecVmxVmexitExtInt …
|
|
|
@99647
|
20 months |
vboxsync |
VMM/IEM: Started modifying the input/decode side of the threaded …
|
|
|
@99583
|
20 months |
vboxsync |
VMM/IEM: Fixed regression from r156691, where a …
|
|
|
@99578
|
20 months |
vboxsync |
VMM/GIC: Continue implementation, bugref:10404
|
|
|
@99576
|
20 months |
vboxsync |
VMM: Preparations for getting interrupts injected into the guest. With …
|
|
|
@99575
|
20 months |
vboxsync |
VMM/NEMR3Native-darwin-armv8.cpp: Fixes and stubbing the hvc exception …
|
|
|
@99557
|
20 months |
vboxsync |
VMM/NEMR3Native-darwin: Cleanup the memory state tracking, since macOS …
|
|
|
@99492
|
20 months |
vboxsync |
VMM/GIC: Register the MMIO region handlers for the distributor and …
|
|
|
@99388
|
20 months |
vboxsync |
VMM/ArmV8: Skeleton of the GICv3 interrupt controller emulation, …
|
|
|
@99387
|
20 months |
vboxsync |
VMM/ArmV8: Skeleton of the GICv3 interrupt controller emulation, …
|
|
|
@99386
|
20 months |
vboxsync |
VMM/ARMv8: Add ability to insert new system register ranges (based on …
|
|
|
@99385
|
20 months |
vboxsync |
VMM/ArmV8: Skeleton of the GICv3 interrupt controller emulation, …
|
|
|
@99383
|
20 months |
vboxsync |
VMM/ARMv8: Add ability to insert new system register ranges (based on …
|
|
|
@99379
|
20 months |
vboxsync |
VMM/ARMv8: Sync and log the TCR_EL1 register as well, bugref:10390, …
|
|
|
@99377
|
20 months |
vboxsync |
VMM/ARMv8: Sync and log the SCTLR/TTBR0/TTBR1 registers, bugref:10390, …
|
|
|
@99376
|
20 months |
vboxsync |
VMM/ARMv8: Sync and log the SCTLR/TTBR0/TTBR1 registers, bugref:10390, …
|
|
|
@99370
|
20 months |
vboxsync |
VMM/NEM-win: Disable MONITOR/MWAIT CPUID flag as it seems Hyper-V …
|
|
|
@99369
|
20 months |
vboxsync |
VMM/IEM: @todo regarding nested VMX APIC page access handler …
|
|
|
@99362
|
20 months |
vboxsync |
VMM/IEM: Nested VMX: bugref:10318 Use IEM_VMX_VMENTRY_FAILED_RET_2 to …
|
|
|
@99361
|
20 months |
vboxsync |
VMM/IEM: Nested VMX: bugref:10318 Added IEM_VMX_VMENTRY_FAILED_RET_2 …
|
|
|
@99360
|
20 months |
vboxsync |
VMM/PGM: Nested VMX: bugref:10318 Skip some redundant checks while …
|
|
|
@99359
|
21 months |
vboxsync |
VMM/IEM: Eliminate some unused parameters/references in the threaded …
|
|
|
@99355
|
21 months |
vboxsync |
VMM/IEM: Mojo improvments for IEM_MC_MAYBE_RAISE_FSGSBASE_XCPT. …
|
|
|
@99354
|
21 months |
vboxsync |
VMM/IEM: Mojo improvments for IEM_MC_MAYBE_RAISE_MMX_RELATED_XCPT. …
|
|
|
@99353
|
21 months |
vboxsync |
VMM/IEM: Mojo improvments for IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT. …
|
|
|
@99352
|
21 months |
vboxsync |
VMM/IEM: Mojo improvments of the IEM_MC_MAYBE_RAISE_XXXX macros. …
|
|
|
@99351
|
21 months |
vboxsync |
VMM/IEM: Mojo improvments of the IEM_MC_MAYBE_RAISE_XXXX macros. …
|
|
|
@99343
|
21 months |
vboxsync |
VMM/IEM: IEM_MC_MAYBE_RAISE_PCLMUL_RELATED_XCPT -> …
|
|
|
@99342
|
21 months |
vboxsync |
VMM/IEM: IEM_MC_MAYBE_RAISE_AESNI_RELATED_XCPT -> …
|
|
|
@99341
|
21 months |
vboxsync |
VMM/IEM: IEM_MC_MAYBE_RAISE_SHA_RELATED_XCPT -> …
|
|
|
@99340
|
21 months |
vboxsync |
VMM/IEM: IEM_MC_MAYBE_RAISE_SSE42_RELATED_XCPT -> …
|
|
|
@99339
|
21 months |
vboxsync |
VMM/IEM: IEM_MC_MAYBE_RAISE_SSE41_RELATED_XCPT -> …
|
|
|
@99338
|
21 months |
vboxsync |
VMM/IEM: IEM_MC_MAYBE_RAISE_SSSE3_RELATED_XCPT -> …
|
|
|
@99337
|
21 months |
vboxsync |
VMM/IEM: IEM_MC_MAYBE_RAISE_SSE3_RELATED_XCPT -> …
|
|
|
@99336
|
21 months |
vboxsync |
VMM/IEM: IEM_MC_MAYBE_RAISE_SSE2_RELATED_XCPT -> …
|
|
|
@99335
|
21 months |
vboxsync |
VMM/IEM: IEM_MC_MAYBE_RAISE_AVX2_RELATED_XCPT -> …
|
|
|
@99333
|
21 months |
vboxsync |
VMM/IEM: Use IEMOP_HLP_DONE_DECODING_*EX() rather than …
|
|
|
@99332
|
21 months |
vboxsync |
VMM/IEM: Use IEMOP_HLP_DONE_DECODING_*EX() rather than …
|
|
|
@99331
|
21 months |
vboxsync |
VMM/IEM: Removed CPUID check from most of the …
|
|
|
@99330
|
21 months |
vboxsync |
VMM/IEM: Use IEMOP_HLP_DONE_DECODING_*EX*() rather than …
|
|
|
@99329
|
21 months |
vboxsync |
VMM/IEM: Use IEMOP_HLP_DONE_DECODING_*EX() rather than …
|
|
|
@99328
|
21 months |
vboxsync |
VMM/IEM: Use IEMOP_HLP_DONE_DECODING_*EX() rather than …
|
|
|
@99327
|
21 months |
vboxsync |
VMM/IEM: Use IEMOP_HLP_DONE_DECODING_*EX() rather than …
|
|
|
@99326
|
21 months |
vboxsync |
VMM/IEM: Use IEMOP_HLP_DONE_VEX_DECODING_*() rather than …
|
|
|
@99325
|
21 months |
vboxsync |
VMM/IEM: Use IEMOP_HLP_DONE_VEX_DECODING_*() rather than …
|
|
|
@99324
|
21 months |
vboxsync |
VMM/IEM: Use IEMOP_HLP_DONE_VEX_DECODING_*() rather than …
|
|
|
@99318
|
21 months |
vboxsync |
VMM/IEM: Nested VMX: bugref:10318 Fixed race while registering the …
|
|
|
@99317
|
21 months |
vboxsync |
VMM/PGM: Nested VMX: bugref:10318 Added …
|
|
|
@99316
|
21 months |
vboxsync |
VMM/PGM: Nested VMX: bugref:10318 Added …
|
|
|
@99314
|
21 months |
vboxsync |
VMM/PGMPhys: Set the remaining buffer to a known value when returning …
|
|
|
@99309
|
21 months |
vboxsync |
VMM/IEM: Removed some unused function tables. bugref:10369
|
|
|
@99308
|
21 months |
vboxsync |
VMM/IEM: Reduced the number of generic parameters for the threaded …
|
|
|
@99307
|
21 months |
vboxsync |
VMM/IEM: More work on processing MC blocks, mainly related to reducing …
|
|
|
@99306
|
21 months |
vboxsync |
VMM/IEM: More work on processing MC blocks, mainly related to reducing …
|
|
|
@99305
|
21 months |
vboxsync |
VMM/IEM: More work on processing MC blocks, mainly related to reducing …
|
|
|
@99304
|
21 months |
vboxsync |
VMM/IEM: More work on processing MC blocks, mainly related to reducing …
|
|
|
@99303
|
21 months |
vboxsync |
VMM/IEM: More work on processing MC blocks, mainly related to …
|
|
|