VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @99828   20 months vboxsync *: A bunch of adjustments that allows using /permissive- with Visual …
(edit) @99821   20 months vboxsync VMM/GIC: Implement interrupt forwarding to the GIC from shared …
(edit) @99819   20 months vboxsync VMM/IEM: More recompiler work. bugref:10369
(edit) @99814   20 months vboxsync IEM: Added a separate CPU flag to enable VEX decoding to allow BMI1/2 …
(edit) @99812   20 months vboxsync VMM/PGM: Nested VMX: bugref:10318 Fixes to flushing of large page page …
(edit) @99800   20 months vboxsync VMM/IEM: More work on recompiler. bugref:10369
(edit) @99790   20 months vboxsync IEM: Fixed iemAImpl_rorx_u64 copy/paste error.
(edit) @99788   21 months vboxsync VMM/PGM: Nested VMX: bugref:10318 Don't need to get the physical page …
(edit) @99765   21 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Nits.
(edit) @99753   21 months vboxsync VMM: More Clang 13 build fixes (warnings as errors).
(edit) @99748   21 months vboxsync VMM/PGM: Nested VMX: bugref:10318 Ensure we don't modify the leaf bit …
(edit) @99739   21 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99737   21 months vboxsync VMM/GIC: Updates to the implementation, implement forwarding of SGIs …
(edit) @99734   21 months vboxsync VMM/GIC: Updates to the implementation, implement forwarding of SGIs …
(edit) @99687   21 months vboxsync VMM: Nested VMX: bugref:10318 Moved vmxHCGetGuestIntrStateWithUpdate() …
(edit) @99686   21 months vboxsync VMM/IEM: More work on the decoder/recompiler part. bugref:10369
(edit) @99685   21 months vboxsync VMM/IEM: Backed the iemOpHlpCalcRmEffAddrEx functionality into the …
(edit) @99681   21 months vboxsync VMM/IEM: Mark iemAImpl_sha1rnds4_fX as not throwing any exceptions to …
(edit) @99674   21 months vboxsync VMM/PDMQueue: Fix PDMQueueAllocEx() to respect the multiple of 32 …
(edit) @99665   21 months vboxsync VMM: Nested VMX: bugref:10318 Comment.
(edit) @99663   21 months vboxsync VMM: Nested VMX: bugref:10318 Moved vmxHCGetGuestIntrStateAndUpdateFFs …
(edit) @99659   21 months vboxsync VMM: Nested VMX: bugref:10318 Fix external interrupt delivery/VM-exits …
(edit) @99657   21 months vboxsync VMM: Nested VMX: bugref:10318 Fix inverted condition in r157185.
(edit) @99656   21 months vboxsync VMM: Nested VMX: bugref:10318 NMI inhibition also blocks external …
(edit) @99655   21 months vboxsync VMM: Nested VMX: bugref:10318 Darwin build fix.
(edit) @99654   21 months vboxsync VMM: Nested VMX: bugref:10318 Doxygen.
(edit) @99653   21 months vboxsync VMM: Nested VMX: bugref:10318 Separate injection of events between …
(edit) @99651   21 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Clear "NMI unblocked due to IRET" …
(edit) @99650   21 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Clear "NMI unblocked due to IRET" …
(edit) @99647   21 months vboxsync VMM/IEM: Started modifying the input/decode side of the threaded …
(edit) @99583   21 months vboxsync VMM/IEM: Fixed regression from r156691, where a …
(edit) @99578   21 months vboxsync VMM/GIC: Continue implementation, bugref:10404
(edit) @99576   21 months vboxsync VMM: Preparations for getting interrupts injected into the guest. With …
(edit) @99492   21 months vboxsync VMM/GIC: Register the MMIO region handlers for the distributor and …
(edit) @99388   22 months vboxsync VMM/ArmV8: Skeleton of the GICv3 interrupt controller emulation, …
(edit) @99385   22 months vboxsync VMM/ArmV8: Skeleton of the GICv3 interrupt controller emulation, …
(edit) @99369   22 months vboxsync VMM/IEM: @todo regarding nested VMX APIC page access handler …
(edit) @99362   22 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Use IEM_VMX_VMENTRY_FAILED_RET_2 to …
(edit) @99361   22 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Added IEM_VMX_VMENTRY_FAILED_RET_2 …
(edit) @99360   22 months vboxsync VMM/PGM: Nested VMX: bugref:10318 Skip some redundant checks while …
(edit) @99359   22 months vboxsync VMM/IEM: Eliminate some unused parameters/references in the threaded …
(edit) @99343   22 months vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_PCLMUL_RELATED_XCPT -> …
(edit) @99342   22 months vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_AESNI_RELATED_XCPT -> …
(edit) @99341   22 months vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SHA_RELATED_XCPT -> …
(edit) @99340   22 months vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SSE42_RELATED_XCPT -> …
(edit) @99339   22 months vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SSE41_RELATED_XCPT -> …
(edit) @99338   22 months vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SSSE3_RELATED_XCPT -> …
(edit) @99337   22 months vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SSE3_RELATED_XCPT -> …
(edit) @99336   22 months vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SSE2_RELATED_XCPT -> …
(edit) @99335   22 months vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_AVX2_RELATED_XCPT -> …
(edit) @99333   22 months vboxsync VMM/IEM: Use IEMOP_HLP_DONE_DECODING_*EX() rather than …
(edit) @99332   22 months vboxsync VMM/IEM: Use IEMOP_HLP_DONE_DECODING_*EX() rather than …
(edit) @99330   22 months vboxsync VMM/IEM: Use IEMOP_HLP_DONE_DECODING_*EX*() rather than …
(edit) @99329   22 months vboxsync VMM/IEM: Use IEMOP_HLP_DONE_DECODING_*EX() rather than …
(edit) @99328   22 months vboxsync VMM/IEM: Use IEMOP_HLP_DONE_DECODING_*EX() rather than …
(edit) @99327   22 months vboxsync VMM/IEM: Use IEMOP_HLP_DONE_DECODING_*EX() rather than …
(edit) @99326   22 months vboxsync VMM/IEM: Use IEMOP_HLP_DONE_VEX_DECODING_*() rather than …
(edit) @99325   22 months vboxsync VMM/IEM: Use IEMOP_HLP_DONE_VEX_DECODING_*() rather than …
(edit) @99324   22 months vboxsync VMM/IEM: Use IEMOP_HLP_DONE_VEX_DECODING_*() rather than …
(edit) @99318   22 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Fixed race while registering the …
(edit) @99317   22 months vboxsync VMM/PGM: Nested VMX: bugref:10318 Added …
(edit) @99316   22 months vboxsync VMM/PGM: Nested VMX: bugref:10318 Added …
(edit) @99314   22 months vboxsync VMM/PGMPhys: Set the remaining buffer to a known value when returning …
(edit) @99309   22 months vboxsync VMM/IEM: Removed some unused function tables. bugref:10369
(edit) @99308   22 months vboxsync VMM/IEM: Reduced the number of generic parameters for the threaded …
(edit) @99307   22 months vboxsync VMM/IEM: More work on processing MC blocks, mainly related to reducing …
(edit) @99306   22 months vboxsync VMM/IEM: More work on processing MC blocks, mainly related to reducing …
(edit) @99305   22 months vboxsync VMM/IEM: More work on processing MC blocks, mainly related to reducing …
(edit) @99304   22 months vboxsync VMM/IEM: More work on processing MC blocks, mainly related to reducing …
(edit) @99303   22 months vboxsync VMM/IEM: More work on processing MC blocks, mainly related to …
(edit) @99301   22 months vboxsync VMM/IEM: IEMThreadedFunctions.cpp -> IEMAllThreadedFunctions.cpp. …
(edit) @99299   22 months vboxsync VMM/IEM: More work on processing MC blocks and generating threaded …
(edit) @99298   22 months vboxsync VMM/IEM: More work on processing MC blocks and generating threaded …
(edit) @99296   22 months vboxsync VMM/IEM: More work on processing MC blocks and generating threaded …
(edit) @99291   22 months vboxsync VMM/IEM: More work on processing MC blocks and generating threaded …
(edit) @99290   22 months vboxsync VMM/IEM: More work on processing MC blocks and generating threaded …
(edit) @99289   22 months vboxsync VMM/IEM: IEM_MC_AND_LOCAL_U8 is not allowed on variables not declared …
(edit) @99288   22 months vboxsync VMM/IEM: More work on processing MC blocks and generating threaded …
(edit) @99287   22 months vboxsync VMM/IEM: Some corrections to ease parsing. bugref:10369
(edit) @99286   22 months vboxsync VMM/IEM: disopcode.h -> disopcode-x86-amd64.h bugref:10394
(edit) @99273   22 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Comment typos/nit.
(edit) @99261   22 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Better fix for r156590.
(edit) @99259   22 months vboxsync VMM/VMXAllTemplate.cpp.h: Nested VMX: bugref:10318 Assert VT-x's …
(edit) @99245   22 months vboxsync VMM/PGM: Nested VMX: bugref:10318 Reverted r156627.
(edit) @99244   22 months vboxsync VMM/PGMAllPool: Nested VMX: bugref:10318 Assert nit.
(edit) @99231   22 months vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99228   22 months vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99226   22 months vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99222   22 months vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99220   22 months vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99217   22 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Fix blocking-by-STI vs blocking-by-MovSS.
(edit) @99208   22 months vboxsync Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
(edit) @99196   22 months vboxsync VMM: Start on system register handling for ARMv8 (which is ver similar …
(edit) @99164   22 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Fixed vmlaunch/vmresume emulation to …
(edit) @99133   22 months vboxsync VMM: Nested VMX: bugref:10318 PGM fixes for supporting Hyper-V in a VM …
(edit) @99132   22 months vboxsync VMM: Nested VMX: bugref:10318 PGM fixes for supporting Hyper-V in a VM …
(edit) @99117   22 months vboxsync VMM: Nested VMX: bugref:10318 Reschedule from HM when there's a …
(edit) @99053   22 months vboxsync VMM: More ARMv8 x86/amd64 separation work, VBoxVMMArm compiles and …
(edit) @99051   22 months vboxsync VMM: More ARMv8 x86/amd64 separation work, VBoxVMMArm compiles and …
(edit) @99024   22 months vboxsync VMM/IEM: scm fix. bugref:10369
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