|
|
@92331
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Have R and W as separate bits in …
|
|
|
@92326
|
3 years |
vboxsync |
VMM/GMM,PGM: Optimize zeroing of RAM allocations by not doing it again …
|
|
|
@92319
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Assert that if NXE is inactive, the NX …
|
|
|
@92318
|
3 years |
vboxsync |
VMM/VMXAllTemplate.cpp.h: More work on turning the code into a …
|
|
|
@92313
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Eliminate fEffectiveNX, use the bit from …
|
|
|
@92311
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Use bit 63 for NX in the PGMPTATTRS, …
|
|
|
@92297
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Fixed NX vs X confusion in r148143.
|
|
|
@92296
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Use the computed effective page …
|
|
|
@92286
|
3 years |
vboxsync |
VMM/PGMAll.cpp: @todos bugref:10142
|
|
|
@92285
|
3 years |
vboxsync |
VMM/PGMAll.cpp: Corrected table address calculations for …
|
|
|
@92278
|
3 years |
vboxsync |
VMM/VMMAll/VMXAllTemplate.cpp.h: Fix R0 #ifdef, spotted by doxygen.
|
|
|
@92257
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Defined a combined layout for regular …
|
|
|
@92219
|
3 years |
vboxsync |
VMM/VMMAll/VMXAllTemplate.cpp.h: Delete more code only usable in R0 …
|
|
|
@92216
|
3 years |
vboxsync |
VMM/EMAll: Rename EMR0HistoryUpdatePC to EMHistoryUpdatePC and make it …
|
|
|
@92204
|
3 years |
vboxsync |
VMM/PDMCritSect: Make it possible for known worker thread to enter …
|
|
|
@92190
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Renamed PGMAllGstSlatEpt.h to …
|
|
|
@92189
|
3 years |
vboxsync |
VMM/VMXTemplate.cpp.h: Replace the VMX{Read|Write}Vmcs{16,32,64,Nw} …
|
|
|
@92188
|
3 years |
vboxsync |
VMM/VMXTemplate.cpp.h: Delete code which can only be run in R0 and …
|
|
|
@92187
|
3 years |
vboxsync |
VMM: Copy the R0 only VMX code to the new to be template in …
|
|
|
@92186
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Separate the guest's second-level …
|
|
|
@92184
|
3 years |
vboxsync |
VMM/SELMAll.cpp: Drop the unicode (r) codepoint in favor of (r) so we …
|
|
|
@92170
|
3 years |
vboxsync |
VMM/PGM,NEM: Let NEM handle dirty VRAM (MMIO2) page tracking. Saves …
|
|
|
@92162
|
3 years |
vboxsync |
VMM/PGM,DevVGA: Baked MMIO2 dirty page tracking into PGM, moving it …
|
|
|
@92157
|
3 years |
vboxsync |
VMM/PGMPhysMmio2: Removed obsolete PGMREGMMIO2RANGE_F_MMIO2 flag (it's …
|
|
|
@92120
|
3 years |
vboxsync |
VMM/NEM/win: New approach to A20: Reschedule to IEM. Logging. bugref:10122
|
|
|
@92076
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 EPT walking bits - PTE.
|
|
|
@92072
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 EPT walking bits - PDE and 2M page.
|
|
|
@92062
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Macro for present paging entry check …
|
|
|
@92059
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 The effective EPT memory type must be …
|
|
|
@92046
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 EPT paging PDPTE walk bits.
|
|
|
@92018
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Added CPUMGetGuestIa32VmxEptVpidCap for …
|
|
|
@91997
|
3 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:10092 EPT CR3 bits.
|
|
|
@91993
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 EPT PML4E effective RW permissions fix.
|
|
|
@91992
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 EPT PML4E effective RW permissions fix.
|
|
|
@91991
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Effective permissions for EPT PML4E.
|
|
|
@91989
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Build fix.
|
|
|
@91987
|
3 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:10092 Update VMLAUNCH/VMRESUME and VM-exit …
|
|
|
@91986
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Added PGMSetGuestEptPtr.
|
|
|
@91985
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Removed CPUMGetGuestVmxEptPtr.
|
|
|
@91975
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Added CPUMGetGuestVmxEptPtr. This can be …
|
|
|
@91974
|
3 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:10092 Peel out EPTP checking as a separate …
|
|
|
@91971
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Renamed typo in VMCS field.
|
|
|
@91964
|
3 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:10092 CR3 physical address mask check when …
|
|
|
@91963
|
3 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:10092 CR3 physical address mask check when …
|
|
|
@91958
|
3 years |
vboxsync |
VMM/NEM/win: No mapping limits when in simplified memory management …
|
|
|
@91951
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Added CPUMIsGuestVmxEptPagingEnabledEx …
|
|
|
@91949
|
3 years |
vboxsync |
VMM/*: Eliminated MMHyperR3ToRC, TMR3GetImportRC and few other things. …
|
|
|
@91943
|
3 years |
vboxsync |
VMM/*: Eliminated MMHyperR3ToRC, TMR3GetImportRC and few other things. …
|
|
|
@91941
|
3 years |
vboxsync |
VMM/*: Eliminated MMHyperR3ToRC, TMR3GetImportRC and few other things. …
|
|
|
@91939
|
3 years |
vboxsync |
VMM/*: Eliminated MMHyperR3ToRC, TMR3GetImportRC and few other things. …
|
|
|
@91907
|
3 years |
vboxsync |
VMM/MM: Eliminated MMHyperCCToRC and MMHyperR0ToRC. bugref:9517
|
|
|
@91904
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 EPT guest paging mode boiler plate and …
|
|
|
@91895
|
3 years |
vboxsync |
VMM: Removed raw-mode stuff from PDMQueue. bugref:9517
|
|
|
@91855
|
3 years |
vboxsync |
VMM/PGM: scm fix. bugref:10122
|
|
|
@91854
|
3 years |
vboxsync |
VMM: Removed PGM_WITHOUT_MAPPINGS and associated mapping code. bugref:9517
|
|
|
@91852
|
3 years |
vboxsync |
VMM/NEM,PGM: Build fixes. bugref:10122
|
|
|
@91849
|
3 years |
vboxsync |
VMM/NEM,PGM: Build fixes. bugref:10122
|
|
|
@91848
|
3 years |
vboxsync |
VMM/NEM,PGM: First bunch changes for watered down guest memory …
|
|
|
@91818
|
3 years |
vboxsync |
VMM/PDMCritSect: Don't preempt while on custom stack. [build fix] …
|
|
|
@91817
|
3 years |
vboxsync |
VMM/PDMCritSectRw: Don't preempt while on custom stack. [build fix] …
|
|
|
@91816
|
3 years |
vboxsync |
VMM/PDMCritSect: comments. bugref:10124
|
|
|
@91815
|
3 years |
vboxsync |
VMM/PDMCritSectRw: Don't preempt while on custom stack. [build fix] …
|
|
|
@91814
|
3 years |
vboxsync |
VMM/PDMCritSectRw: Don't preempt while on custom stack. [build fix] …
|
|
|
@91813
|
3 years |
vboxsync |
VMM/PDMCritSectRw: Don't preempt while on custom stack. [build fix] …
|
|
|
@91812
|
3 years |
vboxsync |
VMM/PDMCritSectRw: Don't preempt while on custom stack. bugref:10124
|
|
|
@91808
|
3 years |
vboxsync |
VMM/PDMCritSect: Don't preempt while on custom stack. bugref:10124
|
|
|
@91733
|
3 years |
vboxsync |
VMM/PGMHandlerPhysicalReset: Passed invalid GCPhysPage address to …
|
|
|
@91712
|
3 years |
vboxsync |
VMM/PGM: Nested VMX: bugref:10092 Removed PGMMODEDATAGST::pfnGetPDE, …
|
|
|
@91710
|
3 years |
vboxsync |
VMM/CPUM: Nested VMX: bugref:10092 Added some VMX CPUMFEATURES' bit. …
|
|
|
@91702
|
3 years |
vboxsync |
VMM/NEM: More stats. Played with using WHvMapGpaRange again, but much …
|
|
|
@91692
|
3 years |
vboxsync |
VMM/NEM: Made it build without NEM_WIN_USE_HYPERCALLS_FOR_PAGES again. …
|
|
|
@91688
|
3 years |
vboxsync |
VMM/NEM: Added some more #ifdef'ing to reduce the amount of ioctl …
|
|
|
@91634
|
3 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:10092 Fixed regression caused by r147289.
|
|
|
@91587
|
3 years |
vboxsync |
VMM: Purge VINF_TRPM_XCPT_DISPATCHED, no longer used anywhere.
|
|
|
@91580
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Made changes to PGM++ to handle invalid …
|
|
|
@91450
|
3 years |
vboxsync |
VMM: Use RTR0MemObjAllocLarge w/ RTMEMOBJ_ALLOC_LARGE_F_FAST for …
|
|
|
@91427
|
3 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:10092 Save PAE PDPTEs from CPU context to …
|
|
|
@91423
|
3 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:10092 Use CPUMArePaePdpesValid in places …
|
|
|
@91419
|
3 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:10092 Check PAE PDPTEs when EPT is enabled.
|
|
|
@91386
|
3 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:10092 Build fix.
|
|
|
@91379
|
3 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:10092 VM-exit handler for EPT violation. [nits]
|
|
|
@91378
|
3 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:10092 VM-exit handler for EPT violation.
|
|
|
@91360
|
3 years |
vboxsync |
VMM: Nested VMX: bugref:10092 Introduced …
|
|
|
@91345
|
3 years |
vboxsync |
VMM/PGM: Move 'fUseLargePages' into PGM.
|
|
|
@91339
|
3 years |
vboxsync |
VMM/CPUM: Comment nit.
|
|
|
@91323
|
3 years |
vboxsync |
VMM: bugref:10106 Fixed IA32_FEATURE_CONTROL MSR reported to the guest.
|
|
|
@91305
|
3 years |
vboxsync |
VMM/CPUM,++: Moved the nested VT-X I/O permission bitmap allocations …
|
|
|
@91304
|
3 years |
vboxsync |
VMM/CPUM,++: Moved the nested VT-X MSR permission bitmap allocations …
|
|
|
@91301
|
3 years |
vboxsync |
VMM/CPUM,++: Moved the nested VT-X MSR load & store bitmap allocations …
|
|
|
@91298
|
3 years |
vboxsync |
VMM/CPUM,++: Moved the nested VT-X shadow VMCS allocation into …
|
|
|
@91297
|
3 years |
vboxsync |
VMM/CPUM,++: Moved the nested VT-X VMCS allocation into CPUMCTX. …
|
|
|
@91291
|
3 years |
vboxsync |
VMM/CPUM,++: Moved the nested SVM I/O permission bitmap allocation …
|
|
|
@91289
|
3 years |
vboxsync |
VMM/CPUM,++: Moved the nested SVM MSR permission bitmap allocation …
|
|
|
@91287
|
3 years |
vboxsync |
VMM/CPUM,++: Moved the nested SVM VMCB allocation into CPUMCTX. …
|
|
|
@91281
|
3 years |
vboxsync |
VMM/CPUM,++: Moved the guest's extended state (XState) from the hyper …
|
|
|
@91275
|
3 years |
vboxsync |
VMM: Added missing features checks while constructing mask of valid …
|
|
|
@91273
|
3 years |
vboxsync |
VMM: bugref:10092 Moved the PAE PDPTEs out of PGM into CPUMCTX. …
|
|
|
@91271
|
3 years |
vboxsync |
VMM: bugref:10092 Moved the PAE PDPTEs out of PGM into CPUMCTX.
|
|
|
@91266
|
3 years |
vboxsync |
VMM/CPUM: Moved CPUIDs and MSRs from the hyper heap and into the VM …
|
|
|
@91263
|
3 years |
vboxsync |
VMM/IEM: Moved instruction stats from the hyper heap and into the VM …
|
|
|