VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @93211   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Don't forget to increment RIP on …
(edit) @93199   3 years vboxsync VMM: Nested VMX: bugref:10092 Added INVEPT VM-exit.
(edit) @93198   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Add INVEPT interface.
(edit) @93160   3 years vboxsync VMM: Nested VMX: bugref:10092 Fix invalid cumulation of NX bit into …
(edit) @93159   3 years vboxsync VMM: Nested VMX: bugref:10092 Assertion to ensure Walk effective …
(edit) @93133   3 years vboxsync VMM,{HMVMXR0.cpp,VMXTemplate.cpp.h}: Make use of the VMX template code …
(edit) @93132   3 years vboxsync VMM,{HMVMXR0.cpp,VMXTemplate.cpp.h}: Make use of the VMX template code …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @93107   3 years vboxsync VMM/IEM: IEMExecStringIoRead must roll back memory mappings. Can …
(edit) @93043   3 years vboxsync VMM/VMXAllTemplate.cpp.h: Disable code which will be only used in R0, …
(edit) @92924   3 years vboxsync VMM/NEM-win: Tweak for newer SDKs. [build fix] bugref:10116
(edit) @92918   3 years vboxsync VMM/NEM-win: Tweak for newer SDKs. bugref:10116
(edit) @92874   3 years vboxsync VMM: Nested VMX: bugref:10092 Comment nit.
(edit) @92844   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 INVEPT instruction support.
(edit) @92843   3 years vboxsync VMM: Nested VMX: bugref:10092 For upcoming INVEPT instruction support.
(edit) @92841   3 years vboxsync VMM: Nested VMX: bugref:10092 Guest mode in enmGuestMode can't be EPT, …
(edit) @92757   3 years vboxsync VMM: Nested VMX: bugref:10092 Assert that we don't support …
(edit) @92756   3 years vboxsync VMM: Nested VMX: bugref:10092 Removed previous todo on translating …
(edit) @92751   3 years vboxsync VMM: Nested VMX: bugref:10092 Remove PGMGstSetPage, no longer used.
(edit) @92746   3 years vboxsync IEM/ICPBP: Added some more info to the 8086-80286 todo.
(edit) @92745   3 years vboxsync VMM/IEM,DBGF: Hook INT3 emulation IEM up with DBGF to make breakpoints …
(edit) @92728   3 years vboxsync VMM: Nested VMX: bugref:10092 EPT violation/misconfig bits.
(edit) @92723   3 years vboxsync VMM: More driverless adjustments. bugref:10138
(edit) @92713   3 years vboxsync VMM: More driverless mode adjustments. bugref:10138
(edit) @92712   3 years vboxsync VMM/TM: Made timer allocation work in driverless mode. bugref:10138
(edit) @92709   3 years vboxsync VMM/TM,SUP: Made it thru TM init in driverless mode... bugref:10138
(edit) @92706   3 years vboxsync VMM: Nested VMX: bugref:10092 EPT misconfig bits and note about …
(edit) @92703   3 years vboxsync VMM: Trying to cope without the support driver... bugref:10138
(edit) @92702   3 years vboxsync VMM/PDMAllCritSectBoth: code is only used in ring-3, so don't bother …
(edit) @92686   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 EPT misconfig bits.
(edit) @92685   3 years vboxsync VMM: Nested VMX: bugref:10092 Started with constructing EPT-violation …
(edit) @92684   3 years vboxsync VMM: Nested VMX: bugref:10092 Doxygen.
(edit) @92642   3 years vboxsync VMM: Nested VMX: bugref:10092 Avoid RT_ZERO'ing multiple times, also …
(edit) @92639   3 years vboxsync VMM: Nested VMX: bugref:10092 Try not to fail if nested-guest CR3 is …
(edit) @92626   3 years vboxsync VMM: Nested VMX: bugref:10092 Adjust PGM APIs and translate …
(edit) @92585   3 years vboxsync VMM: Nested VMX: bugref:10092 Renamed fPdpesMapped as it's rather …
(edit) @92583   3 years vboxsync VMM: Nested VMX: bugref:10092 Renamed fPdpesMapped as it's rather …
(edit) @92581   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 No need to go through CPUM while …
(edit) @92571   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Nit.
(edit) @92570   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Build fix.
(edit) @92569   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Call PGMSetGuestEptPtr before …
(edit) @92568   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Comment clarifying we should raise …
(edit) @92566   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 We need to declare we have …
(edit) @92561   3 years vboxsync VMM: Nested VMX: bugref:10092 Todo comment nit and ifdef typo.
(edit) @92553   3 years vboxsync VMM/IEM: Tweaked iemFpuUpdateOpcodeAndIpWorker and iemFpuUpdateDP for …
(edit) @92547   3 years vboxsync VMM: Nested VMX: bugref:10092 When CR3 is updated (PGMFlushTLB or …
(edit) @92546   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Just check for RT_SUCCESS for …
(edit) @92545   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Don't GP(0) only for …
(edit) @92541   3 years vboxsync VMM: Nested VMX: bugref:10092 Allow forcing mapping/unmapping of CR3 …
(edit) @92498   3 years vboxsync VMM/VMXAllTemplate.cpp.h: Fix setting the context changed flags for th …
(edit) @92495   3 years vboxsync VMM/CPUM,++: Merged CPUMCTX_EXTRN_HM_VMX_INT_STATE, …
(edit) @92493   3 years vboxsync VMM: Nested VMX: bugref:10092 Purge VINF_PGM_CHANGE_MODE, no longer used.
(edit) @92491   3 years vboxsync VMM: Nested VMX: bugref:10092 Todo for converting CR3 from …
(edit) @92481   3 years vboxsync VMM: Nested VMX: bugref:10092 Comment clarifying disappearing of bit 7 …
(edit) @92480   3 years vboxsync VMM: Nested VMX: bugref:10092 EPT misconfiguration and some fixes and …
(edit) @92476   3 years vboxsync VMM: Nested VMX: bugref:10092 EPT violation bits.
(edit) @92472   3 years vboxsync VMM: Nested VMX: bugref:10092 EPT violation information.
(edit) @92466   3 years vboxsync VMM/NEM-linux: Some more code. Got far enough to log the BIOS version …
(edit) @92465   3 years vboxsync VMM/NEM-linux: Some more code. Got far enough to log the BIOS version …
(edit) @92459   3 years vboxsync VMM: Nested VMX: bugref:10092 Comment nit.
(edit) @92458   3 years vboxsync VMM: Nested VMX: bugref:10092 Translate nested-guest physical address …
(edit) @92451   3 years vboxsync VMM/VMXAllTemplate.cpp.h: Some more fixes for the NEM/darwin case, …
(edit) @92449   3 years vboxsync VMM/NEM: Add NEMHCGetFeatures() to return a bitmask of features …
(edit) @92426   3 years vboxsync VMM: Nested VMX: bugref:10092 Refactor PGMGstGetPage and related API …
(edit) @92408   3 years vboxsync VMM: Reworked most of the call-ring-3 stuff into …
(edit) @92391   3 years vboxsync VMM/PGM,GMM: Made pgmR0PhysAllocateHandyPages & …
(edit) @92381   3 years vboxsync VMM/PGM: Don't flush the VCPU TLB unless necessary after allocating a …
(edit) @92371   3 years vboxsync VMM/PGM: Fixed GCPhys parameter passed in ring-3 to the ring-0 large …
(edit) @92368   3 years vboxsync VMM/PGM,GMM: Baked PGMR3PhysAllocateLargePage into …
(edit) @92355   3 years vboxsync VMM/VMXAllTemplate.cpp.h: Some adjustment for accessing statistics …
(edit) @92350   3 years vboxsync VMM: Nested VMX: bugref:10092 Removed PGMPhysInterpretedRead, …
(edit) @92344   3 years vboxsync VMM: Nested VMX: bugref:10092 Removed PGMVerifyAccess and …
(edit) @92336   3 years vboxsync VMM: Nested VMX: bugref:10092 Eliminate fEffectiveUS, use the US bit …
(edit) @92334   3 years vboxsync VMM: Nested VMX: bugref:10092 Eliminate fEffectiveRW, use the W bit …
(edit) @92333   3 years vboxsync VMM: Nested VMX: bugref:10092 Make EPT SLAT walk code copy EPT_R, …
(edit) @92331   3 years vboxsync VMM: Nested VMX: bugref:10092 Have R and W as separate bits in …
(edit) @92326   3 years vboxsync VMM/GMM,PGM: Optimize zeroing of RAM allocations by not doing it again …
(edit) @92319   3 years vboxsync VMM: Nested VMX: bugref:10092 Assert that if NXE is inactive, the NX …
(edit) @92318   3 years vboxsync VMM/VMXAllTemplate.cpp.h: More work on turning the code into a …
(edit) @92313   3 years vboxsync VMM: Nested VMX: bugref:10092 Eliminate fEffectiveNX, use the bit from …
(edit) @92311   3 years vboxsync VMM: Nested VMX: bugref:10092 Use bit 63 for NX in the PGMPTATTRS, …
(edit) @92297   3 years vboxsync VMM: Nested VMX: bugref:10092 Fixed NX vs X confusion in r148143.
(edit) @92296   3 years vboxsync VMM: Nested VMX: bugref:10092 Use the computed effective page …
(edit) @92286   3 years vboxsync VMM/PGMAll.cpp: @todos bugref:10142
(edit) @92285   3 years vboxsync VMM/PGMAll.cpp: Corrected table address calculations for …
(edit) @92278   3 years vboxsync VMM/VMMAll/VMXAllTemplate.cpp.h: Fix R0 #ifdef, spotted by doxygen.
(edit) @92257   3 years vboxsync VMM: Nested VMX: bugref:10092 Defined a combined layout for regular …
(edit) @92219   3 years vboxsync VMM/VMMAll/VMXAllTemplate.cpp.h: Delete more code only usable in R0 …
(edit) @92216   3 years vboxsync VMM/EMAll: Rename EMR0HistoryUpdatePC to EMHistoryUpdatePC and make it …
(edit) @92204   3 years vboxsync VMM/PDMCritSect: Make it possible for known worker thread to enter …
(edit) @92190   3 years vboxsync VMM: Nested VMX: bugref:10092 Renamed PGMAllGstSlatEpt.h to …
(edit) @92189   3 years vboxsync VMM/VMXTemplate.cpp.h: Replace the VMX{Read|Write}Vmcs{16,32,64,Nw} …
(edit) @92188   3 years vboxsync VMM/VMXTemplate.cpp.h: Delete code which can only be run in R0 and …
(edit) @92187   3 years vboxsync VMM: Copy the R0 only VMX code to the new to be template in …
(edit) @92186   3 years vboxsync VMM: Nested VMX: bugref:10092 Separate the guest's second-level …
(edit) @92184   3 years vboxsync VMM/SELMAll.cpp: Drop the unicode (r) codepoint in favor of (r) so we …
(edit) @92170   3 years vboxsync VMM/PGM,NEM: Let NEM handle dirty VRAM (MMIO2) page tracking. Saves …
(edit) @92162   3 years vboxsync VMM/PGM,DevVGA: Baked MMIO2 dirty page tracking into PGM, moving it …
(edit) @92157   3 years vboxsync VMM/PGMPhysMmio2: Removed obsolete PGMREGMMIO2RANGE_F_MMIO2 flag (it's …
(edit) @92120   3 years vboxsync VMM/NEM/win: New approach to A20: Reschedule to IEM. Logging. bugref:10122
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