VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @87520   4 years vboxsync vmmR0InitVM: Removed forgotten SUPR0Printf.
(edit) @87519   4 years vboxsync VMM/HM: Make a R0 copy of HM::cMaxResumeLoopsCfg and do proper …
(edit) @87518   4 years vboxsync VMM/HM: Make a R0 copy of HM::fAllow64BitGuests on setup (for VT-x). …
(edit) @87515   4 years vboxsync VMM/HM: Make a R0 copy of HM::fNestedPaging on setup. Moved …
(edit) @87511   4 years vboxsync VMM/HMSVM: Moving some SVM stuff to HMR0PERVM. Removed 3 unused …
(edit) @87504   4 years vboxsync VMM/HMSVM: Moving more stuff to HMR0PERVCPU. bugref:9217
(edit) @87503   4 years vboxsync VMM/HMSVM: Moving more stuff to HMR0PERVCPU. bugref:9217
(edit) @87500   4 years vboxsync VMM/HM: Drop the VMX/SVM data unions in the VM and GVM structures. Too …
(edit) @87493   4 years vboxsync VMM/HMVMX: Moving more stuff to HMR0PERVCPU. bugref:9217
(edit) @87491   4 years vboxsync VMM/HMVMX: Some stats.
(edit) @87490   4 years vboxsync VMM/HMVMX: Moved uHostRIP and uHostRSP into the VMXVMCSINFO as that …
(edit) @87489   4 years vboxsync VMM/HMVMX: Moving more stuff to HMR0PERVCPU. [name fix] bugref:9217
(edit) @87488   4 years vboxsync VMM/HMVMX: Moving more stuff to HMR0PERVCPU. bugref:9217
(edit) @87487   4 years vboxsync VMM/HMVMX: Moving more stuff to HMR0PERVCPU. bugref:9217
(edit) @87480   4 years vboxsync VMM/HMVMX: Moving more stuff to HMR0PERVCPU. bugref:9217
(edit) @87479   4 years vboxsync VMM/HMVMX: Moving more stuff to HMR0PERVCPU. bugref:9217
(edit) @87478   4 years vboxsync AMD IOMMU: bugref:9654 PDM IOMMU code de-duplication and cleanup, part 2.
(edit) @87477   4 years vboxsync AMD IOMMU: bugref:9654 PDM IOMMU code de-duplication and cleanup.
(edit) @87474   4 years vboxsync AMD IOMMU: bugref:9654 Log.
(edit) @87472   4 years vboxsync VMM/HMVMX: Moving more stuff to HMR0PERVCPU. Created …
(edit) @87469   4 years vboxsync VMM/HMVMX: Moving more stuff to HMR0PERVCPU. bugref:9217
(edit) @87466   4 years vboxsync VMM/HM,gvm: Started splitting up the HVMCPU and HVM structures. …
(edit) @87462   4 years vboxsync VMM/HMVMX: Just pass NULL instead of pVM to pfnStartVm as it doesn't …
(edit) @87457   4 years vboxsync VMM/HMVMX: Fixed non-volatile register restoring bug from r142434
(edit) @87456   4 years vboxsync iprt/asmdefs.mac,VMM: Implemented an alternative to the YASM unwind …
(edit) @87451   4 years vboxsync VMM/HMR0A.asm: Moved the RESTORE_STATE_VMX macro out of the …
(edit) @87444   4 years vboxsync VMM/HMVMX,HMSVM: Baked the hmR0VMXStartVMWrapXMM fun into the …
(edit) @87443   4 years vboxsync VMM/HMVMX,HMSVM: Baked the hmR0VMXStartVMWrapXMM fun into the …
(edit) @87440   4 years vboxsync VMM/HMVMX: More hmR0VmxStartVm work.
(edit) @87439   4 years vboxsync VMM/HMVMX: Created special versions of the hmR0VmxStartVm code as with …
(edit) @87431   4 years vboxsync VMM/HMVMX: Only write VMX_VMCS_HOST_RIP and VMX_VMCS_HOST_RSP when …
(edit) @87429   4 years vboxsync VMM/HMR0A.asm: Refactored hmR0VMXStartVM into a more regular frame …
(edit) @87428   4 years vboxsync VMM/HMR0A.asm: Refactored hmR0VMXStartVM into a more regular frame setup.
(edit) @87417   4 years vboxsync VMM/HMR0A.asm: whitespace changes.
(edit) @87412   4 years vboxsync VMM/HMVMX: Renamed VMXR0StartVM64 to hmR0VMXStartVM and reduced the …
(edit) @87411   4 years vboxsync VMM/HMVMX: Straight path thru VMXRestoreHostState for windows hosts, …
(edit) @87409   4 years vboxsync VMM/HMVMX: More hmR0VmxExportHostSegmentRegs tweaking. Moved all the …
(edit) @87408   4 years vboxsync VMM/HMVMX: More hmR0VmxExportHostSegmentRegs tweaking. Moved all the …
(edit) @87405   4 years vboxsync VMM/HMVMX: Use rdfsbase and rdgsbase in hmR0VmxExportHostSegmentRegs, …
(edit) @87401   4 years vboxsync VMM/HMVMX: Use wrgsbase and wrfsbase instead of wrmsr if we can when …
(edit) @87387   4 years vboxsync Moved the hmR0SvmVmRun* prototypes to HMInternal.h.
(edit) @87385   4 years vboxsync VMM/HMVMXR0: Put VMX_RESTORE_HOST_REQUIRED at the top to simplify …
(edit) @87373   4 years vboxsync VMM/HMSVMR0.cpp: Applied function pointer array workaround for …
(edit) @87372   4 years vboxsync VMM/HMR0A.asm: Baked the XMM saving and loading into the …
(edit) @87371   4 years vboxsync AMD IOMMU: bugref:9654 Handle the case where an access might result in …
(edit) @87361   4 years vboxsync VMM/CPUM,HMSVM: Mirror the state of fUseFlags[CPUM_USED_FPU_GUEST] in …
(edit) @87359   4 years vboxsync VMM/HMSVM: Straighten out the svm vmrun assembly code by having …
(edit) @87346   4 years vboxsync VMM/CPUM: Dropped the fForceHyper parameter of CPUMRecalcHyperDRx. It …
(edit) @87345   4 years vboxsync VMM/CPUM: Removed CPUM_SYNC_FPU_STATE, CPUM_SYNC_DEBUG_REGS_GUEST and …
(edit) @87344   4 years vboxsync VMM/HMR0A.asm: Moved hmR0SVMRunWrapXMM next to the function it is …
(edit) @87337   4 years vboxsync VMM/HMR0A.asm: Saved 12-13 bytes.
(edit) @87336   4 years vboxsync VMM/HMR0A.asm: Restore non-volatile registers skipping loading the …
(edit) @87335   4 years vboxsync VMM/HMR0A.asm: Adding unwind info tom SVMR0VMRun and frame locations …
(edit) @87334   4 years vboxsync VMM/HMR0A.asm: Converted SVMR0VMRun to proper stack frame, eliminating …
(edit) @87332   4 years vboxsync VMM/HMR0A.asm: Reduced the number of parameters passed to SVMR0VMRun. …
(edit) @87330   4 years vboxsync VMM/HMR0A.asm: Reduced the number of parameters passed to SVMR0VMRun. …
(edit) @87321   4 years vboxsync VMM/HMR0A.asm: Renamed some macros.
(edit) @87311   4 years vboxsync VMM: Cleaned out non-AMD64 code from HMR0A.asm.
(edit) @87310   4 years vboxsync VMM: Split out the generic VMX/SVM instruction wrapper utility method …
(edit) @87309   4 years vboxsync HMSVMR0.cpp: Log instruction bytes.
(edit) @87141   4 years vboxsync VMM: Remove VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0 and the code it encloses …
(edit) @87107   4 years vboxsync VMM/DBGF: Started implementing the breakpoint owner management, bugref:9837
(edit) @87040   4 years vboxsync VMM: Better fix for r141682 - Fix delivery of external interrupts when …
(edit) @87034   4 years vboxsync VMM/HMVMXR0: Fix delivery of external interrupts when executing …
(edit) @86730   4 years vboxsync VMM/DBGF: Move the DBGFRZ* part into VMMAll as the trap handlers will …
(edit) @86704   4 years vboxsync VMM/DBGF: Updates to the new breakpoint manager, L2 table management …
(edit) @86700   4 years vboxsync VMM/DBGF: Updates to the new breakpoint manager, implement global …
(edit) @86699   4 years vboxsync VMM/DBGF: Updates to the new breakpoint manager, implement global …
(edit) @86683   4 years vboxsync VMM/DBGF: Missing tracer destruction in R0 when the VM terminates, …
(edit) @86661   4 years vboxsync AMD IOMMU: bugref:9654: Add PDM interfaces for …
(edit) @86473   4 years vboxsync VMM/PGM: Working on eliminating page table bitfield use. bugref:9841 …
(edit) @86452   4 years vboxsync VMM: Added VMMR0GetReleaseLogger for debugging/whatever (we don't …
(edit) @86186   4 years vboxsync VMM/SVM: Use VBOXSTRICTRC more.
(edit) @86183   4 years vboxsync VMM: Implemented sysenter and sysexit in IEM (limited testing). Added …
(edit) @86121   4 years vboxsync VMM/GIM: Fix handling KVM system-time struct. to work from both ring-0 …
(edit) @86070   4 years vboxsync AMD IOMMU: bugref:9654 Fix accidentally not copying/initialize MSIMSG …
(edit) @86055   4 years vboxsync VMM/NEMR0Native-win.cpp: Fix mapping a memory page at the wrong guest …
(edit) @85974   4 years vboxsync VMM/HMVMX.cpp: Optimize hmR0VmxExportGuestSegReg and …
(edit) @85970   4 years vboxsync VMM/HMVMXR0.cpp: @todo regarding unnecessary segment field translation …
(edit) @85861   4 years vboxsync AMD IOMMU: bugref:9654 Fix ring-0 IOMMU PDM callback registration.
(edit) @85806   4 years vboxsync HMSVMR0: bugref:9618 Virtualized VMSAVE/VMLOAD fix.
(edit) @85768   4 years vboxsync VMM/HMVMXR0: In assertion check fUnrestrictedGuest (i.e that its …
(edit) @85765   4 years vboxsync VMM/HMVMXR0: Fix assertion with exception bitmaps by restoring debug …
(edit) @85188   5 years vboxsync VMM/HMVMXR0.cpp: Workaround for Clang 11 nothrow weirdness. bugref:9794
(edit) @85187   5 years vboxsync VMM/VMMR0.cpp: Workaround for Clang 11 nothrow weirdness. bugref:9794
(edit) @85126   5 years vboxsync iprt/cdefs.h,*: Adding DECL_HIDDEN_CALLBACK to shorten the relatively …
(edit) @85121   5 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @84838   5 years vboxsync VMMR0/PDMR0DevHlp: Doxygen fix.
(edit) @84826   5 years vboxsync AMD IOMMU: bugref:9654 PDM interface changes for supplying …
(edit) @84823   5 years vboxsync VMM/DBGFTracer: Windows build fixes, bugref:9210
(edit) @84809   5 years vboxsync AMD IOMMU: bugref:9654 Use the proper PCI bus number. Not the Bus …
(edit) @84755   5 years vboxsync VMM: Fix VBOX_WITH_DBGF_TRACING
(edit) @84715   5 years vboxsync AMD IOMMU: bugref:9654 PDM: Remove duplicate pfnIoApicSendMsi …
(edit) @84714   5 years vboxsync AMD IOMMU: bugref:9654 PDM: Remove duplicate pfnIoApicSendMsi …
(edit) @84678   5 years vboxsync AMD IOMMU: bugref:9654 Build fix.
(edit) @84677   5 years vboxsync AMD IOMMU: bugref:9654 Add I/O APIC PDM helper for talking to the …
(edit) @84553   5 years vboxsync VMM/PDMDevHlpTracing: Support sing I/O port accesses, bugref:9210
(edit) @84485   5 years vboxsync VMM/DBGFTracer: Build fixes from last commit, bugref:9210
(edit) @84459   5 years vboxsync VMM/PDM: DBGF even tracing integration, bugref:9210 Integrates the …
(edit) @84458   5 years vboxsync VMM/DBGF: First commit of new tracing facility, bugref:9210 The new …
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