VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @81197   5 years vboxsync IOM: More MMIO code. bugref:9218
(edit) @81180   5 years vboxsync VMM/HMSVMR0: Nested SVM: bugref:7243 Fix when compiling without …
(edit) @81179   5 years vboxsync VMM/HSVMR0: Nested SVM: bugref:7243 Nit.
(edit) @81177   5 years vboxsync VMM/HMSVMR0: Nested SVM: bugref:7243 Coalesce …
(edit) @81176   5 years vboxsync VMM/HM: Make HMIsSvmVGifActive take PCVM rather than PVM for upcoming …
(edit) @81170   5 years vboxsync VMM/HMSVMR0: Nested SVM: bugref:7243 Build fix.
(edit) @81169   5 years vboxsync IOM,DevHlp: Build fixes. bugref:9218
(edit) @81168   5 years vboxsync VMM/HMSVMR0: Nested SVM: bugref:7243 Coalesce …
(edit) @81167   5 years vboxsync IOM: More MMIO work. Splitting out the I/O port related stuff from …
(edit) @81166   5 years vboxsync VMM/HMSVMR0: Nested SVM: bugref:7243 Coalesce hmR0SvmPreRunGuestNested …
(edit) @81162   5 years vboxsync IOM: New MMIO management code - work in progress. bugref:9218
(edit) @81161   5 years vboxsync SUP, VMM: bugref: 9562 Drop SUPR0GetRawModeUsability. No longer …
(edit) @81160   5 years vboxsync IOM,PDMDevHlp: Started implementing new MMIO registration APIs. …
(edit) @81157   5 years vboxsync VMM: Removed most VBOX_WITH_REM preprocessor stuff. [build fix] …
(edit) @81156   5 years vboxsync IOM,PDMDevHlp: Started implementing new MMIO registration APIs. …
(edit) @81153   5 years vboxsync VMM: Removed most VBOX_WITH_REM preprocessor stuff. bugref:9576
(edit) @81151   5 years vboxsync VMM,/Makefile.kmk: Kicked out more recompiler related code. bugref:9576
(edit) @81150   5 years vboxsync VMM,/Makefile.kmk: Kicked out more recompiler related code. bugref:9576
(edit) @81136   5 years vboxsync IOM,RTC,PCI: Make the port parameter in the I/O port callbacks …
(edit) @81092   5 years vboxsync VMM/HMSVMR0: Nested SVM: bugref:7243 Optimize run loop to avoid exits …
(edit) @81091   5 years vboxsync VMM/IEM: Nit.
(edit) @81071   5 years vboxsync SUPDrv,IPRT,VMM: Support host APIC ID above 256 in GIP. (Only tested …
(edit) @81056   5 years vboxsync IOM: Dump new-style I/O ports in the 'ioport' info item. bugref:9218
(edit) @81049   5 years vboxsync SSM: Added a SSMR3HandleTellInUnit api for debugging purposes only.
(edit) @81037   5 years vboxsync VMM/IEM: Nested SVM: bugref:7243 Comment typos.
(edit) @81031   5 years vboxsync PDM,Devices: Moving the PDMPCIDEV structures into the PDMDEVINS …
(edit) @81002   5 years vboxsync VMM: bugref:9566 TRPM enhancements and cleanup. Bumps TRPM saved-state …
(edit) @80962   5 years vboxsync DevPci*,PDM: Doxygen fixes. bugrefx:9218
(edit) @80960   5 years vboxsync IOM,PDM,DevPCI,DevPciIch9,RTC: Fixes to the I/O port lookup table …
(edit) @80949   5 years vboxsync PDMDevHlp.cpp: build fix. bugref:9218
(edit) @80943   5 years vboxsync Devices/PCI: Device model refactoring, part I. bugref:9218
(edit) @80942   5 years vboxsync VMM: Corrected parameters for the pdmR0DeviceCreateWorker call. bugref:9218
(edit) @80938   5 years vboxsync VMM: bugref:9566 Removed TRPM ring-0 bits that are no longer used …
(edit) @80912   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Nit.
(edit) @80911   5 years vboxsync VMM/HM: Clear CR4.VMXE only when we set it ourselves and not if it's …
(edit) @80871   5 years vboxsync VMM/HM: Explicit cast to 64-bit while flipping X86_CR4_VMXE.
(edit) @80844   5 years vboxsync VMM/HMR0: Avoid clearing CR4.VMXE if the for some reason the host …
(edit) @80843   5 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Comment.
(edit) @80842   5 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Tighten up the CR4 guest/host …
(edit) @80841   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 nit.
(edit) @80840   5 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Tighten up the CR0 guest/host …
(edit) @80839   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Define macros CR0 ignore mask on …
(edit) @80816   5 years vboxsync VMM/IEM: "guest hypervisor" -> "nested hypervisor".
(edit) @80815   5 years vboxsync VMM: "guest hypervisor" -> "nested hypervisor".
(edit) @80814   5 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Fix I/O bitmap accesses now that we …
(edit) @80813   5 years vboxsync VMM/HMVMXAll: Nested VMX: bugref:9180 Wrong assertion.
(edit) @80812   5 years vboxsync VMM/EM: Nested VMX: bugref:9180 Use CPUMIsGuestVmxInterceptEvents.
(edit) @80811   5 years vboxsync VMM/TRPM: Nested VMX: bugref:9180 We need to check for "acknowledge …
(edit) @80810   5 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Use …
(edit) @80809   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Use …
(edit) @80808   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Use CPUMIsGuestVmxInterceptEvents.
(edit) @80806   5 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Doxygen.
(edit) @80805   5 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Remove todo.
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