|
|
@100340
|
18 months |
vboxsync |
VMM/IEMAllAImpl.asm: IBT endbr64/32 and notrack related changes. …
|
|
|
@100327
|
19 months |
vboxsync |
VMM/IEM: Corrected missing rcPassUp checks and …
|
|
|
@100326
|
19 months |
vboxsync |
VMM/IEM: Fixed a problem with 'pop [rsp/esp]' that showed up in …
|
|
|
@100305
|
19 months |
vboxsync |
VMM/IEM: Added missing VM_FF checks and timer polling …
|
|
|
@100277
|
19 months |
vboxsync |
VMM/IEM: Reworked the PC -> phys address translation in the …
|
|
|
@100266
|
19 months |
vboxsync |
VMM/IEM: Collect opcode bytes while decoding instructions in the …
|
|
|
@100244
|
19 months |
vboxsync |
VMM: Nested VMX: bugref:10318 Guru meditate if the nested-EPT trap …
|
|
|
@100243
|
19 months |
vboxsync |
VMM/PGM: Nested VMX: bugref:10474 Prevent log flooding just in case.
|
|
|
@100232
|
19 months |
vboxsync |
VMM: Nested VMX: bugref:10318 Fixed incorrect accumulation of execute …
|
|
|
@100231
|
19 months |
vboxsync |
VMM/IEM: Recompiler fixes. Gets thru the bios now. bugref:10369
|
|
|
@100228
|
19 months |
vboxsync |
VMM: VMXAllTemplate.cpp.h: Assertion nit.
|
|
|
@100227
|
19 months |
vboxsync |
VMM: VMXAllTemplate.cpp.h: Add some info to assertion.
|
|
|
@100226
|
19 months |
vboxsync |
VMM: VMXAllTemplate.cpp.h: Fixed overly aggressive clearing of …
|
|
|
@100223
|
19 months |
vboxsync |
VMM/IEM: More recompilation code. bugref:10369
|
|
|
@100222
|
19 months |
vboxsync |
VMM/IEM: More recompilation code. bugref:10369
|
|
|
@100202
|
19 months |
vboxsync |
VMM/IEM: More recompilation code. [doxygen fix] bugref:10369
|
|
|
@100198
|
19 months |
vboxsync |
VMM/PGM: Nested VMX: bugref:10318 Fixed hang when starting inner VMs …
|
|
|
@100186
|
19 months |
vboxsync |
VMM/GIC: Need to adjust the written value to the actual bit for the …
|
|
|
@100184
|
19 months |
vboxsync |
VMM: Add a CPUMGetGuestArch() method and PDM device helper to make it …
|
|
|
@100183
|
19 months |
vboxsync |
VMM/IEM: More recompilation code. bugref:10369
|
|
|
@100167
|
19 months |
vboxsync |
VMM/CPUM: Implement CPUMGetGuestMode(), bugref:10387
|
|
|
@100165
|
19 months |
vboxsync |
VMM/GIC: Updates to the emulation, implement interrupt priority …
|
|
|
@100164
|
19 months |
vboxsync |
VMM/VMXAllTemplate.cpp.h: Clear any lingering interrupt-window exiting …
|
|
|
@100151
|
19 months |
vboxsync |
VMM/IEM: Implemented iemThreadedTbExec. bugref:10369
|
|
|
@100150
|
19 months |
vboxsync |
VMM/IEM: IEMAllInstructionsThreadedRecompiler.cpp -> …
|
|
|
@100149
|
19 months |
vboxsync |
VMM/IEM: Emit extra mode-check after CIMPL calls with the …
|
|
|
@100148
|
19 months |
vboxsync |
VMM/IEM: Made the python scripts pick up and deal with the …
|
|
|
@100139
|
19 months |
vboxsync |
VMM/HM: More statistics for HMCanExecuteVmxGuest, making sure all …
|
|
|
@100138
|
19 months |
vboxsync |
VMM/IEM: Fix typo vpboardcast{b,w} -> vpbroadcast{b,w}
|
|
|
@100119
|
19 months |
vboxsync |
VMM/CPUM: Implement CPUMGetGuestCodeBits() and CPUMGetGuestDisMode(), …
|
|
|
@100111
|
19 months |
vboxsync |
VMM/IEM: Working on parsing the IEM_MC_DEFER_TO_CIMPL_[0-9]_RET() …
|
|
|
@100109
|
19 months |
vboxsync |
VMM/IEM: Make it compile and link again with …
|
|
|
@100108
|
19 months |
vboxsync |
*: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
|
|
|
@100100
|
19 months |
vboxsync |
VMM/GIC: Fixes and updates to the implementation in order to support …
|
|
|
@100096
|
19 months |
vboxsync |
VMM/IEM: Adjusted/reworked the relative jump MCs in the threaded …
|
|
|
@100089
|
19 months |
vboxsync |
VMM/IEM: Reworking the variations generated by the python script to …
|
|
|
@100088
|
19 months |
vboxsync |
VMM/IEM: Some python adjustments for new CIMPL macros and fExec. …
|
|
|
@100084
|
19 months |
vboxsync |
VMM/IEM: Added iemRegGRegStoreUxx inline helpers and replaced all the …
|
|
|
@100072
|
19 months |
vboxsync |
VMM/IEM: Reworked all the IEM_MC_CALL/DEFER_TO_CIMPL macros to include …
|
|
|
@100061
|
19 months |
vboxsync |
VMM/IEM: Use IEM_F_X86_CTX_IN_GUEST to increase mojo for non-vm-exit …
|
|
|
@100060
|
19 months |
vboxsync |
VMM/IEM: todo on iemFpuUpdateDP
|
|
|
@100052
|
19 months |
vboxsync |
VMM/IEM: Refactored the enmCpuMode, uCpl, fBypassHandlers, …
|
|
|
@100051
|
19 months |
vboxsync |
VMM/IEM: Missing D=0 when L=1 check in IRET.
|
|
|
@100050
|
19 months |
vboxsync |
VMM/IEM: Load full RSP in 64-bit RETF to same privilege level.
|
|
|
@100049
|
19 months |
vboxsync |
VMM/IEM: Clear the D and L descriptor bits when loading segements for …
|
|
|
@100044
|
19 months |
vboxsync |
VMM/GIC: Implement interrupt forwarding to the GIC from shared …
|
|
|
@100020
|
20 months |
vboxsync |
VMM/IEM: Draft for execution mode flags and translation block flags. …
|
|
|
@100005
|
20 months |
vboxsync |
VMM: Take the vTimer expiration into account when halting due to a …
|
|
|
@100000
|
20 months |
vboxsync |
VMM: Take the vTimer expiration into account when halting due to a …
|
|
|
@99996
|
20 months |
vboxsync |
VMM/IEM: Stripped down iemReInitExec to what it's supposed to be doing.
|
|
|
@99994
|
20 months |
vboxsync |
VMM/IEM: Allow setting the FCW.IC bit (discontinued with the 387) as …
|
|
|
@99993
|
20 months |
vboxsync |
VMM/IEM: Corrected instruction counting in IEMExecLots, it executed …
|
|
|
@99988
|
20 months |
vboxsync |
VMM/IEM: Externalized prefetch queue flushing from IEMAllCImpl.cpp so …
|
|
|
@99985
|
20 months |
vboxsync |
VMM/IEM: Fixed a few places in IEMAllCImpl.cpp and …
|
|
|
@99984
|
20 months |
vboxsync |
VMM/IEM: Fixed a few places in IEMAllCImpl.cpp and …
|
|
|
@99983
|
20 months |
vboxsync |
VMM/IEM: Removed (finally) the need to call CPUMGetGuestCPL and …
|
|
|
@99982
|
20 months |
vboxsync |
VMM/IEM: More plotting on the IEM recompiler. bugref:10369
|
|
|
@99958
|
20 months |
vboxsync |
IEM: Consistently use DONE_VEX_DECODING_EX macros to check for CPU …
|
|
|
@99956
|
20 months |
vboxsync |
VMM/CPUM-armv8: Implement OSDLR_EL1, OSLAR_EL1 and OSLSR_EL1 accessed …
|
|
|
@99935
|
20 months |
vboxsync |
VMM/GIC: Always set DS bit in the CTRL register to indicate we only …
|
|
|
@99932
|
20 months |
vboxsync |
VMM/IEM: scm fix. bugref:10369
|
|
|
@99930
|
20 months |
vboxsync |
VMM/IEM: More recompiler work. bugref:10369
|
|
|
@99891
|
20 months |
vboxsync |
VMM/PGM: Docs correction for PGMInvalidatePage.
|
|
|
@99885
|
20 months |
vboxsync |
VMM/GIC: Updates to the emulation implementation, some basic SPI …
|
|
|
@99863
|
20 months |
vboxsync |
scm fixes for src\platform\nix\VBoxUtils-nix.h Config.kmk …
|
|
|
@99832
|
20 months |
vboxsync |
VMM/IEM: More recompiler work. bugref:10369
|
|
|
@99828
|
20 months |
vboxsync |
*: A bunch of adjustments that allows using /permissive- with Visual …
|
|
|
@99821
|
20 months |
vboxsync |
VMM/GIC: Implement interrupt forwarding to the GIC from shared …
|
|
|
@99819
|
20 months |
vboxsync |
VMM/IEM: More recompiler work. bugref:10369
|
|
|
@99814
|
20 months |
vboxsync |
IEM: Added a separate CPU flag to enable VEX decoding to allow BMI1/2 …
|
|
|
@99812
|
20 months |
vboxsync |
VMM/PGM: Nested VMX: bugref:10318 Fixes to flushing of large page page …
|
|
|
@99800
|
20 months |
vboxsync |
VMM/IEM: More work on recompiler. bugref:10369
|
|
|
@99790
|
20 months |
vboxsync |
IEM: Fixed iemAImpl_rorx_u64 copy/paste error.
|
|
|
@99788
|
20 months |
vboxsync |
VMM/PGM: Nested VMX: bugref:10318 Don't need to get the physical page …
|
|
|
@99765
|
20 months |
vboxsync |
VMM/IEM: Nested VMX: bugref:10318 Nits.
|
|
|
@99753
|
20 months |
vboxsync |
VMM: More Clang 13 build fixes (warnings as errors).
|
|
|
@99748
|
20 months |
vboxsync |
VMM/PGM: Nested VMX: bugref:10318 Ensure we don't modify the leaf bit …
|
|
|
@99739
|
20 months |
vboxsync |
*: doxygen corrections (mostly about removing @returns from functions …
|
|
|
@99737
|
20 months |
vboxsync |
VMM/GIC: Updates to the implementation, implement forwarding of SGIs …
|
|
|
@99734
|
20 months |
vboxsync |
VMM/GIC: Updates to the implementation, implement forwarding of SGIs …
|
|
|
@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 …
|
|
|
@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 …
|
|
|
@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" …
|
|
|
@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 …
|
|
|
@99492
|
21 months |
vboxsync |
VMM/GIC: Register the MMIO region handlers for the distributor and …
|
|
|