VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @82819   5 years vboxsync PGMInternal.h: doxygen fix.
(edit) @82814   5 years vboxsync VMM/HM: Implement last-branch-record (LBR) support for guests executed …
(edit) @82792   5 years vboxsync VMM/APIC: Add statistics counter for APIC-ID MSR (x2APIC only).
(edit) @82612   5 years vboxsync VMM/HM: Disable LBR virtualization by default. Only enable when set …
(edit) @82591   5 years vboxsync VMM: Changing how we access guest RAM when in ring-0 (disabled). …
(edit) @82565   5 years vboxsync MM: Eliminated all but the MMR3PageDummyHC* functions for the …
(edit) @82558   5 years vboxsync PGMPool,MM: Use ring-0 mapping while in ring-0, so let the page pool …
(edit) @82555   5 years vboxsync PGMPool,MM: Use ring-0 mapping while in ring-0, so let the page pool …
(edit) @82380   5 years vboxsync IOM: More stats cleanups (mostly MMIO). bugref:9218
(edit) @82378   5 years vboxsync IOM: Better I/O port statistics. bugref:9218
(edit) @82333   5 years vboxsync TM: Added timer statistics. bugref:9218
(edit) @82313   5 years vboxsync IOM,PDMDevHlp: Kicked out the old MMIO code. bugref:9218
(edit) @82311   5 years vboxsync IOM,PDMDevHlp: Kicked out the old I/O port code. bugref:9218
(edit) @82210   5 years vboxsync GIM,GIMDev: Converted GIMDev to new style. bugref:9218
(edit) @82092   5 years vboxsync PGM/pgmPhysGetPageEx: Use the 'off' local.
(edit) @82067   5 years vboxsync PDM: Doxygen fix. bugref:9218
(edit) @82038   5 years vboxsync APIC: Removed a bunch of unused prototypes and associated …
(edit) @82037   5 years vboxsync APIC: Remove unused critical section APICCPU::TimerCritSect. The code …
(edit) @82036   5 years vboxsync APIC: Trimming structures. bugref:9218
(edit) @82035   5 years vboxsync APIC: Drop APICDEV::pDevInsR3 as nobody uses it. bugref:9218
(edit) @82031   5 years vboxsync APIC: Converted the timer pointers to timer handles. This requires …
(edit) @82026   5 years vboxsync APIC,IOM,HM: Working on converting the APIC to the new device model. …
(edit) @82000   5 years vboxsync VMM: back out accidental change to NEM code config (which decreases …
(edit) @81961   5 years vboxsync DevHPET,PDM: Split structures and refactored registration. bugref:9218
(edit) @81948   5 years vboxsync IOAPIC,VMM: Made the pfnSetEoi and PDMIoApicBroadcastEoi functions …
(edit) @81938   5 years vboxsync DevIoApic,PDM: Refactored the IOAPIC registration to be done directly …
(edit) @81922   5 years vboxsync PDM: doxygen fixes. bugref:9218
(edit) @81909   5 years vboxsync VMM,DevPIC: Refactored the PIC registration. bugreF:9218
(edit) @81841   5 years vboxsync PDM: Defined a total PDM device instance limit of 4MB (for now). Need …
(edit) @81790   5 years vboxsync VMM/HMVMXR0: Propagate guest-interruptibility state from the VMCS to …
(edit) @81786   5 years vboxsync VMM: Nested VMX: bugref:9180 Implement VMX-preemption timer for …
(edit) @81637   5 years vboxsync VMM/HMVMXR0: Revamped allocation of ring-0 VMCS and related data …
(edit) @81624   5 years vboxsync PDM,PGM: Added handled based MMIO2 interface. Made some adjustments …
(edit) @81578   5 years vboxsync HMInternal.h: Alignment.
(edit) @81463   5 years vboxsync IOM: Commit stats. bugref:9218
(edit) @81462   5 years vboxsync IOM: Ring-3 commit optimization. bugref:9218
(edit) @81413   5 years vboxsync PDMR3Task: execution thread fix. bugref:9218
(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) @81375   5 years vboxsync IOM,PDM,PCI: Making new MMIO code work with PCI. bugref:9218
(edit) @81369   5 years vboxsync *: doxygen fixes
(edit) @81341   5 years vboxsync IOM: fixed stale MMIO mapping stats. bugref:9218
(edit) @81336   5 years vboxsync IOM: Implemented the IOMMMIO_FLAGS_ABS flag (or rather the absence of …
(edit) @81333   5 years vboxsync IOM: More MMIO stuff, almost there now... bugref:9218
(edit) @81197   5 years vboxsync IOM: More MMIO code. bugref:9218
(edit) @81167   5 years vboxsync IOM: More MMIO work. Splitting out the I/O port related stuff from …
(edit) @81162   5 years vboxsync IOM: New MMIO management code - work in progress. bugref:9218
(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) @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) @81056   5 years vboxsync IOM: Dump new-style I/O ports in the 'ioport' info item. bugref:9218
(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) @80943   5 years vboxsync Devices/PCI: Device model refactoring, part I. bugref:9218
(edit) @80938   5 years vboxsync VMM: bugref:9566 Removed TRPM ring-0 bits that are no longer used …
(edit) @80911   5 years vboxsync VMM/HM: Clear CR4.VMXE only when we set it ourselves and not if it's …
(edit) @80740   5 years vboxsync HMInternal.h: Nested VMX: bugref:9180 Comment typo.
(edit) @80679   5 years vboxsync IOM,PDM,RTC: Add port sub-descriptions for a range. Fixed bug in …
(edit) @80675   5 years vboxsync IOM: New I/O port registration code. [doxyfix] bugref:9218
(edit) @80651   5 years vboxsync STAM: STAM_WITH_LOOKUP_TREE isn't optional, so drop the #ifdefs.
(edit) @80641   5 years vboxsync IOM: New I/O port registration code. bugref:9218
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @80507   5 years vboxsync VMM/EM: Add an assertion for VINF_EM_RAW_EMULATE_INSTR and …
(edit) @80439   5 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Fix a very rare …
(edit) @80334   5 years vboxsync VMM: Eliminating the VBOX_BUGREF_9217 preprocessor macro. bugref:9217
(edit) @80281   5 years vboxsync VMM,++: Refactoring code to use VMMC & VMMCPUCC. bugref:9217
(edit) @80274   5 years vboxsync VMM: Refactoring VMMR0/* and VMMRZ/* to use VMCC & VMMCPUCC. bugref:9217
(edit) @80268   5 years vboxsync VMM: Refactoring VMMAll/* to use VMCC & VMMCPUCC. bugref:9217
(edit) @80266   5 years vboxsync VMM/HM: Nested VMX: bugref:9180 Make hmR0DumpRegs a bit more granular …
(edit) @80191   5 years vboxsync VMM/r3: Refactored VMCPU enumeration in preparation that aCpus will be …
(edit) @80182   5 years vboxsync VMM: Kicking out raw-mode - Eliminated more RCPTRTYPE use in PGM. …
(edit) @80181   5 years vboxsync VMM: Kicking out raw-mode - Bunch of RCPTRTYPE use in PGM. bugref:9517
(edit) @80180   5 years vboxsync Backing out r132620.
(edit) @80179   5 years vboxsync VMM: Kicking out raw-mode - Bunch of R0PTRTYPE use in PGM. bugref:9517
(edit) @80176   5 years vboxsync VMM: Kicking out raw-mode - More virt handler leftovers. bugref:9517
(edit) @80175   5 years vboxsync VMM: Kicking out raw-mode - More virt handler leftovers. bugref:9517
(edit) @80174   5 years vboxsync VMM: Kicking out raw-mode - More virt handler leftovers. bugref:9517
(edit) @80172   5 years vboxsync VMM: Kicking out raw-mode - PGMAll*.cpp, PGMInline.h, PGMInternal.h. …
(edit) @80170   5 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 APIC-access/virtual-APIC page nits.
(edit) @80167   5 years vboxsync VMM: Kicking out raw-mode - PGMAll.cpp, PGMAllBth.h, more virt handler …
(edit) @80163   5 years vboxsync VMM: Kicking out raw-mode - PGM Virt Handlers, ++. bugref:9517
(edit) @80161   5 years vboxsync VMM,REM: Kicking out raw-mode. bugref:9517
(edit) @80153   5 years vboxsync VMM/DBGF: Added argv style info handlers. USB devices only have …
(edit) @80152   5 years vboxsync VMM: VMM: Kicking out 32-bit host support - VMX [HMInternal.h]. bugref:9511
(edit) @80150   5 years vboxsync VMM: Kicking out 32-bit host support - VMX [drop VMCSCACHE]. bugref:9511
(edit) @80135   5 years vboxsync PGM: Split the phys guest->host TLB into separate ring-0 and ring-3 …
(edit) @80118   5 years vboxsync VMM: Kicking out raw-mode and 32-bit hosts - MM, PGM, ++. bugref:9517 …
(edit) @80117   5 years vboxsync VMM/TM: Added half an hour of load percentage history.
(edit) @80090   5 years vboxsync VMM: Kicking out raw-mode - IOM. bugref:9517
(edit) @80089   5 years vboxsync VMM: Kicking out raw-mode - IEM. bugref:9517
(edit) @80080   5 years vboxsync VMM: Kicking out raw-mode and 32-bit hosts - HM, VMMSWITCHER, ++. …
(edit) @80078   5 years vboxsync VMM/HM: Kicking out 32-bit host support bugref:9511
(edit) @80077   5 years vboxsync VMM: Kicking out raw-mode - GIM. bugref:9517
(edit) @80074   5 years vboxsync VMM,Main,++: Retired the unfinished FTM component.
(edit) @80064   5 years vboxsync VMM: Kicking out raw-mode and 32-bit hosts - CPUM. bugref:9517 bugref:9511
(edit) @80062   5 years vboxsync VMM: Kicking out raw-mode - APIC. bugref:9517
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