VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @82744   5 years vboxsync VMM,IPRT,VBoxDTrace: More cleanup fixes.
(edit) @82706   5 years vboxsync VMM/CPUM: Nested SVM: bugref:7243 Clarify comment on allocation of …
(edit) @82705   5 years vboxsync VMM/IEM: Removed obsolete todo.
(edit) @82683   5 years vboxsync VMM/HMVMXR0: Removed my temporary debug code no longer necessary.
(edit) @82658   5 years vboxsync VMM/HMSVMR0: Fix PAT MSR to treat all guest memory as WB, regression …
(edit) @82614   5 years vboxsync VMM/HM: Comment typo.
(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) @82578   5 years vboxsync CPUMR3CpuId: Some related stuff. tickref:19146
(edit) @82577   5 years vboxsync CPUMR0InitVM: Make sure MSR_IA32_ARCH_CAP_F_IBRS_ALL only is set when …
(edit) @82576   5 years vboxsync VMM/HMSVMR0: Padding and verify size of SVMTRANSIENT. Avoid function …
(edit) @82575   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VMX_EXIT_APIC_ACCESS emulation is …
(edit) @82572   5 years vboxsync VMM/HMVMXR0: Space and obsolete todo.
(edit) @82567   5 years vboxsync PGMR0PoolGrow: Fixed wrong assertion. bugref:9528
(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) @82557   5 years vboxsync PGMPool,MM: Use ring-0 mapping while in ring-0, so let the page pool …
(edit) @82556   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) @82544   5 years vboxsync VMMR0: No SrvPciRawR0 stuff.
(edit) @82533   5 years vboxsync VMM/HMVMXR0: Comments and todo.
(edit) @82532   5 years vboxsync VMM/HMVMXR0: Make side-effect clear.
(edit) @82531   5 years vboxsync VMM/HMVMXR0: Move validation of guest-interruptibility state inside …
(edit) @82457   5 years vboxsync PDM: Require PDM_DEVREG_FLAGS_NEW_STYLE to be set now. bugref:9218
(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) @82353   5 years vboxsync NEMR3: fix context info in error message
(edit) @82341   5 years vboxsync PDM: Doxygen fix. bugref:9218
(edit) @82339   5 years vboxsync PDM: Doxygen fixes. bugref:9218
(edit) @82333   5 years vboxsync TM: Added timer statistics. bugref:9218
(edit) @82329   5 years vboxsync PDM,DevACPI,DevHPET,DevPit-i8254,DevRTC,APIC: Added device helpers for …
(edit) @82316   5 years vboxsync VMM(PDM,PGM,MM): MMIO2 cleanups. bugref:9218
(edit) @82314   5 years vboxsync HMVMXR0.cpp: Added todo about optimizing MMIO.
(edit) @82313   5 years vboxsync IOM,PDMDevHlp: Kicked out the old MMIO code. bugref:9218
(edit) @82312   5 years vboxsync IOM: Removed unused function iomR3IOPortGetStandardName(). bugref:9218
(edit) @82311   5 years vboxsync IOM,PDMDevHlp: Kicked out the old I/O port code. bugref:9218
(edit) @82277   5 years vboxsync IOMR0: Table initialization bug in the two function growing the …
(edit) @82264   5 years vboxsync VMM/HMVMXR0: Comment typo.
(edit) @82261   5 years vboxsync vmm/pdmaudioifs.h: doxygen adjustments. bugref:9218
(edit) @82239   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 LogRel VM-entry/VM-exit failures.
(edit) @82238   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Use the APIC-access page handler type …
(edit) @82237   5 years vboxsync VMM/HMVMXR0: Fix TPR shadow feature check.
(edit) @82224   5 years vboxsync PDMDevHlp: Adding PDMDevHlpDriverReconfigure[|1|2] for the audio …
(edit) @82210   5 years vboxsync GIM,GIMDev: Converted GIMDev to new style. bugref:9218
(edit) @82159   5 years vboxsync VMM/HMVMXR0: Fix single-stepping in the hypervisor debugger using MTF …
(edit) @82124   5 years vboxsync PGM: Doxygen fixes. bugref:9218
(edit) @82119   5 years vboxsync PGM: nit. bugref:9218
(edit) @82118   5 years vboxsync PGM: Doxygen fixes. bugref:9218
(edit) @82094   5 years vboxsync DevVGA,PGM,IOM: Conveted the legacy MMIO region to the new style, …
(edit) @82092   5 years vboxsync PGM/pgmPhysGetPageEx: Use the 'off' local.
(edit) @82091   5 years vboxsync PGM/pgmR3PhysMMIOExLink: Corrected apMmio2RangesR3/R0 updating and an …
(edit) @82067   5 years vboxsync PDM: Doxygen fix. bugref:9218
(edit) @82049   5 years vboxsync PDMDevHlp: Adding SSMR3HandleHostOSAndArch. bugref:9218
(edit) @82041   5 years vboxsync PIC,APIC,IOAPIC,PDM: The PIC, APIC, and IOAPIC cannot have their …
(edit) @82039   5 years vboxsync APIC,PDM: Split up APIC 'registration'. 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) @82034   5 years vboxsync PDMDevHlp/STAM: Simplified the default statistics prefix for devices …
(edit) @82033   5 years vboxsync APIC: Select the NOP critsect in ring-0 so we can set the new-style …
(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) @82018   5 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Unused variable build fix.
(edit) @82016   5 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Event injection logic tweaked for …
(edit) @82011   5 years vboxsync VMM/HM: Added logging of new Intel CPU features.
(edit) @82000   5 years vboxsync VMM: back out accidental change to NEM code config (which decreases …
(edit) @81983   5 years vboxsync VMM: Switch the fixation of I/O port and MMIO registrations till after …
(edit) @81961   5 years vboxsync DevHPET,PDM: Split structures and refactored registration. bugref:9218
(edit) @81951   5 years vboxsync PDMDevHlp: clang build fix (unused inline function). bugref:9218
(edit) @81948   5 years vboxsync IOAPIC,VMM: Made the pfnSetEoi and PDMIoApicBroadcastEoi functions …
(edit) @81947   5 years vboxsync IOMAllMmioNew: Fixed bogus lock assertions with iomMmioHandlerNew on …
(edit) @81938   5 years vboxsync DevIoApic,PDM: Refactored the IOAPIC registration to be done directly …
(edit) @81937   5 years vboxsync PDMDevice.cpp: Set VM error on device constructor failures when the …
(edit) @81936   5 years vboxsync VMMR0: Catch assertions in VMMR0_DO_PDM_DEVICE_GEN_CALL. bugref:9218
(edit) @81922   5 years vboxsync PDM: doxygen fixes. bugref:9218
(edit) @81916   5 years vboxsync PDM: logging fixes. bugref:9218
(edit) @81909   5 years vboxsync VMM,DevPIC: Refactored the PIC registration. bugreF:9218
(edit) @81866   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Add assertion that we don't support …
(edit) @81861   5 years vboxsync VMM/HM: Spaces.
(edit) @81850   5 years vboxsync PDMDevHlp: Adding PDMDevHlpCritSectScheduleExitEvent. bugref:9218
(edit) @81841   5 years vboxsync PDM: Defined a total PDM device instance limit of 4MB (for now). Need …
(edit) @81840   5 years vboxsync PDM: Defined a total PDM device instance limit of 4MB (for now). Need …
(edit) @81811   5 years vboxsync PDMDevHlp/IOM: MMIO hack. bugref:9218
(edit) @81806   5 years vboxsync VMM/HMVMXR0: Fix delivery of guest pending debug exception (BS bit) …
(edit) @81798   5 years vboxsync IOMR3Mmio: Don't register RZ stats for ring-3 only MMIO regions. …
(edit) @81797   5 years vboxsync IOMR3IoPort: Don't register RZ stats for ring-3 only ports. bugref:9218
(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
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