VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @81792   5 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Outdated comment. We dump VMX/SVM …
(edit) @81791   5 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Comment to clarify why we read …
(edit) @81790   5 years vboxsync VMM/HMVMXR0: Propagate guest-interruptibility state from the VMCS to …
(edit) @81789   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 format string fix in AssertMsg.
(edit) @81788   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Assertion.
(edit) @81787   5 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Comment update.
(edit) @81786   5 years vboxsync VMM: Nested VMX: bugref:9180 Implement VMX-preemption timer for …
(edit) @81766   5 years vboxsync VMM: Added SSM_GET_ENUM32_RET and made the VMM code use it and the …
(edit) @81764   5 years vboxsync SSM,PDMDevHlp: Exported volatile integer getter variants and added …
(edit) @81753   5 years vboxsync SSM,PDMDevHlp: Added volatile integer SSM getter variants so we can …
(edit) @81734   5 years vboxsync VMM: Nested VMX: bugref:9180 Missed '\n' in r134504.
(edit) @81733   5 years vboxsync VMM: Nested VMX: bugref:9180 Detect VMX-preemption timer erratum and …
(edit) @81732   5 years vboxsync PDMDevHlp: Wrapped up the rest of the PDMR3Thread API. bugref:9218
(edit) @81728   5 years vboxsync PDMDevHlp: Adding PDMR3ThreadDestroy, removing unused pfnSTAMRegisterF …
(edit) @81719   5 years vboxsync PDMDevHlp: Adding PDMR3ThreadDestroy, removing unused pfnSTAMRegisterF …
(edit) @81706   5 years vboxsync PDMDevHlp: Doxygen fixes. bugref:9218
(edit) @81705   5 years vboxsync PGM: Fixed getting MMIO2 mapping address mess. bugref:9218
(edit) @81702   5 years vboxsync IOMR3IoPort: Fixed copy & past bug in IOMR3IoPortGetMappingAddress. …
(edit) @81691   5 years vboxsync PDMDevHlpSTAMRegister: Will now add default name prefix to names not …
(edit) @81665   5 years vboxsync VMM: Nested VMX: bugref:9180 Cleanup cpum.h interfaces - drop unused …
(edit) @81640   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 whitespace nit.
(edit) @81639   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Don't divide by zero when calculating …
(edit) @81638   5 years vboxsync VMM/HMVMXR0: Don't assert pbVirtApic or HCPhysVirtApic when APIC …
(edit) @81637   5 years vboxsync VMM/HMVMXR0: Revamped allocation of ring-0 VMCS and related data …
(edit) @81626   5 years vboxsync PDM,PGM: Added handled based MMIO2 interface. Made some adjustments …
(edit) @81624   5 years vboxsync PDM,PGM: Added handled based MMIO2 interface. Made some adjustments …
(edit) @81619   5 years vboxsync VMM/HM: Sometimes we abort on guru meditations and the info doesn't …
(edit) @81613   5 years vboxsync VMM,SUPDrv,x86.h: Nits. - supdrvTscMeasureDeltaOne: No bulldozer …
(edit) @81608   5 years vboxsync forgotten export
(edit) @81607   5 years vboxsync VBoxCpuReporter: cleanups, make output directly usable
(edit) @81606   5 years vboxsync typo
(edit) @81605   5 years vboxsync VMM (and related changes): Add support for Hygon Dhyana CPUs. Modified …
(edit) @81591   5 years vboxsync Devices: Use PDMDEVINS_2_DATA and PDMDEVINS_2_DATA. bugref:9218
(edit) @81579   5 years vboxsync VMM/HMVMXR0: VMXTRANSIENT alignment.
(edit) @81578   5 years vboxsync HMInternal.h: Alignment.
(edit) @81564   5 years vboxsync VMM/PDMDevHlp: Adding helpers for getting the mapping addresses of I/O …
(edit) @81561   5 years vboxsync PDMR3Task: The task thread (pdmR3TaskThread) should quit eventually …
(edit) @81555   5 years vboxsync PDMDevHlp: Added TMR3TimerSkip (for EHCI). bugref:9218
(edit) @81548   5 years vboxsync VMM/PDMR0DeviceGenCallReqHandler: doxygen. bugref:9218
(edit) @81532   5 years vboxsync PDM: docs update
(edit) @81530   5 years vboxsync PDM: doxygen fix
(edit) @81525   5 years vboxsync PDM/DevHlp: Adding PDMDevHlpTimerDestroy and …
(edit) @81519   5 years vboxsync DevSmc,PDM: Converted the SMC device to the new style. Converted …
(edit) @81518   5 years vboxsync APIC: Use PDM_DEVREG_FLAGS_RZ. bugref:9218
(edit) @81513   5 years vboxsync PDM: Documented steps I take when converting a device to the new …
(edit) @81501   5 years vboxsync VMM/IEMAllCImplStrInstr.cpp.h: Fixed a few incorrect uses of OP_SIZE …
(edit) @81488   5 years vboxsync %06x
(edit) @81486   5 years vboxsync PDMR3Task.cpp: Fix format strings causing crashes
(edit) @81475   5 years vboxsync doxygen fixes
(edit) @81467   5 years vboxsync pdmdev.h: Added missing PDMDevHlpCritSectDelete. bugref:9218
(edit) @81466   5 years vboxsync pdmdev.h: Added missing PDMDevHlpCritSectDelete. bugref:9218
(edit) @81463   5 years vboxsync IOM: Commit stats. bugref:9218
(edit) @81462   5 years vboxsync IOM: Ring-3 commit optimization. bugref:9218
(edit) @81461   5 years vboxsync IOM: Stat allocation fixes.
(edit) @81454   5 years vboxsync VMM: Added PGMPHYS_ROM_FLAGS_MAYBE_MISSING_FROM_STATE to …
(edit) @81437   5 years vboxsync IOM: oops. bugref:9218
(edit) @81436   5 years vboxsync PGMPhys: A REM removal cleanup. bugref:9576
(edit) @81433   5 years vboxsync IOM: Replaced IOMMMIOPhysHandler with the new version. bugref:9218
(edit) @81416   5 years vboxsync PDMDevHlp: Removed incorrect EMT restrictions on a bunch of new …
(edit) @81413   5 years vboxsync PDMR3Task: execution thread fix. bugref:9218
(edit) @81409   5 years vboxsync PDMR3Task: Use RTTHREADTYPE_IO for the task threads. bugref:9218
(edit) @81406   5 years vboxsync PDM: Enabled PDM task code. Added bunch of new device helper …
(edit) @81391   5 years vboxsync PDM: Introducing a asynchronous ring-3 task concept to alliviate the …
(edit) @81390   5 years vboxsync PDM: Introducing a asynchronous ring-3 task concept to alliviate the …
(edit) @81388   5 years vboxsync PDM: Introducing a asynchronous ring-3 task concept to alliviate the …
(edit) @81383   5 years vboxsync IOM: Split up the logging into two more groups, one for I/O ports and …
(edit) @81382   5 years vboxsync PDMDEVHLPR3: Added PDMDevHlpTimerSetCritSect. bugref:9218
(edit) @81379   5 years vboxsync IOM: build fix attempts. bugref:9218
(edit) @81376   5 years vboxsync NEMR3Init: Set error info when VMMR0_DO_NEM_INIT_VM fails.
(edit) @81375   5 years vboxsync IOM,PDM,PCI: Making new MMIO code work with PCI. bugref:9218
(edit) @81369   5 years vboxsync *: doxygen fixes
(edit) @81363   5 years vboxsync IOM: doxygen fixes. bugref:9218
(edit) @81341   5 years vboxsync IOM: fixed stale MMIO mapping stats. bugref:9218
(edit) @81338   5 years vboxsync IOM: Build fixes. bugref:9218
(edit) @81337   5 years vboxsync IOM: A bit more input validation during MMIO range creation and …
(edit) @81336   5 years vboxsync IOM: Implemented the IOMMMIO_FLAGS_ABS flag (or rather the absence of …
(edit) @81335   5 years vboxsync IOM: More fixes for release builds. bugref:9218
(edit) @81334   5 years vboxsync IOM: Build fix. bugref:9218
(edit) @81333   5 years vboxsync IOM: More MMIO stuff, almost there now... bugref:9218
(edit) @81292   5 years vboxsync VMM: Change virtual VMCS layout which groups by host-state, …
(edit) @81278   5 years vboxsync VMM/HMVMXR0: Typo, unordered atomic is sufficient here.
(edit) @81277   5 years vboxsync VMM: fCtxChanged isn't volatile.
(edit) @81249   5 years vboxsync VMM: Log MCOMMIT and add its EFER bit.
(edit) @81247   5 years vboxsync VMM/HM: hmR3Save better rc handling.
(edit) @81245   5 years vboxsync VMM/HM: Added missing SVM VMEXITs and to g_apszSvmExitReasons.
(edit) @81242   5 years vboxsync VMM: Log RDPRU feature bit, VMCB intercept bit and VMEXIT code.
(edit) @81241   5 years vboxsync CPUM: Log a few more Zen 2 CPUID bits.
(edit) @81240   5 years vboxsync VMM: Log SVM GMET feature bit.
(edit) @81239   5 years vboxsync VMM/HMVMXR0: Nit.
(edit) @81238   5 years vboxsync VMM/HMVMXR0: Nits.
(edit) @81237   5 years vboxsync VMM/HMVMXR0: Get rid of hmR0VmxSelectVMRunHandler and merge it into …
(edit) @81232   5 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 const.
(edit) @81225   5 years vboxsync CPUM: Log two additional CPUID bits (SSBD is often present).
(edit) @81209   5 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Nit.
(edit) @81207   5 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Build fix.
(edit) @81206   5 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Streamline exporting state a bit …
(edit) @81202   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Some inline.
(edit) @81201   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Combine iemVmxVmentryCheckExecCtls, …
(edit) @81200   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Postpone loading of VMCS related data …
(edit) @81198   5 years vboxsync docs: Fixed stale pg_rem references. Added pg_nem instead. bugref:9576
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