VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR3/CPUM.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @93337   3 years vboxsync VMM: Nested VMX: bugref:10092 Comment clarifying CR0-fixed-0 and …
(edit) @93292   3 years vboxsync VMM: Nested VMX: bugref:10092 Fix typo in constructing true VM-exit …
(edit) @93266   3 years vboxsync VMM: Nested VMX: bugref:10092 Fix typo in r149319.
(edit) @93257   3 years vboxsync VMM: Nested VMX: bugref:10092 Expose true VMX control MSRs to the guest.
(edit) @93223   3 years vboxsync VMM: Nested VMX: bugref:10092 When Unrestricted Guest is supported by …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92752   3 years vboxsync VMM: Nested VMX: bugref:10092 Disallow accessed/dirty bit support for …
(edit) @92479   3 years vboxsync VMM: Nested VMX: bugref:10092 Renamed EPT bitfield macro to be more …
(edit) @91971   3 years vboxsync VMM: Nested VMX: bugref:10092 Renamed typo in VMCS field.
(edit) @91710   3 years vboxsync VMM/CPUM: Nested VMX: bugref:10092 Added some VMX CPUMFEATURES' bit. …
(edit) @91358   3 years vboxsync VMM: Nested VMX: bugref:10092 More consistent naming of EPT/VPID caps.
(edit) @91356   3 years vboxsync VMM/CPUM: Nested VMX: bugref:10092 Disable VPID for now.
(edit) @91355   3 years vboxsync VMM: Nested VMX: bugref:10092 Disable VPID for now, also correct …
(edit) @91354   3 years vboxsync VMM: Nested VMX: bugref:10092 Fix VMX preemption timer's default.
(edit) @91323   3 years vboxsync VMM: bugref:10106 Fixed IA32_FEATURE_CONTROL MSR reported to the guest.
(edit) @91306   3 years vboxsync VMM/CPUM,++: Moved the nested VT-X virtual apic page allocation into …
(edit) @91305   3 years vboxsync VMM/CPUM,++: Moved the nested VT-X I/O permission bitmap allocations …
(edit) @91304   3 years vboxsync VMM/CPUM,++: Moved the nested VT-X MSR permission bitmap allocations …
(edit) @91301   3 years vboxsync VMM/CPUM,++: Moved the nested VT-X MSR load & store bitmap allocations …
(edit) @91298   3 years vboxsync VMM/CPUM,++: Moved the nested VT-X shadow VMCS allocation into …
(edit) @91297   3 years vboxsync VMM/CPUM,++: Moved the nested VT-X VMCS allocation into CPUMCTX. …
(edit) @91295   3 years vboxsync VMM/CPUM: Some nested SVM init/term cleanups. bugref:10093
(edit) @91292   3 years vboxsync VMM/CPUM: Use SVM_???_PAGES constants to size the big CPUMCTX fields. …
(edit) @91291   3 years vboxsync VMM/CPUM,++: Moved the nested SVM I/O permission bitmap allocation …
(edit) @91289   3 years vboxsync VMM/CPUM,++: Moved the nested SVM MSR permission bitmap allocation …
(edit) @91287   3 years vboxsync VMM/CPUM,++: Moved the nested SVM VMCB allocation into CPUMCTX. …
(edit) @91286   3 years vboxsync VMM/CPUM: Eliminated a bunch of unused host physical addresses in …
(edit) @91283   3 years vboxsync VMM/CPUM: Moved the host's extended state (XState) from the hyper heap …
(edit) @91281   3 years vboxsync VMM/CPUM,++: Moved the guest's extended state (XState) from the hyper …
(edit) @91280   3 years vboxsync VMM/CPUM: Moved the PAE PDPTEs out of PGM and into CPUMCTX - saved …
(edit) @91271   3 years vboxsync VMM: bugref:10092 Moved the PAE PDPTEs out of PGM into CPUMCTX.
(edit) @91120   3 years vboxsync VMM: Nested VMX: bugref:10092 VMX EPT and Unrestricted CFGM options, …
(edit) @91044   3 years vboxsync VMM: Nested VMX: bugref:10092 More consistent naming of VMCS fields.
(edit) @91037   3 years vboxsync VMM: Nested VMX: bugref:10092 Added support for tertiary processor …
(edit) @90914   3 years vboxsync VMM/CPUM: Nested VMX: bugref:10092 Renamed …
(edit) @90487   3 years vboxsync VMM/CPUM: Simplify dumping of nested hardware-virtualization state and …
(edit) @87773   4 years vboxsync VMM/TM,Devices: Store the timer name in the TMTIMER structure and …
(edit) @87766   4 years vboxsync VMM/TM,VMM/*: Refactored the TM timer APIs to use 'handles' and take a …
(edit) @87765   4 years vboxsync VMM/TM,*: Added flag parameter to TMR3TimerCreateInternal and renamed …
(edit) @87523   4 years vboxsync VMM/CPUM/HM: No else after return.
(edit) @87349   4 years vboxsync VMM/CPUM: Kicked out CPUMR3RemEnter & CPUMR3RemLeave. bugref:9576
(edit) @87347   4 years vboxsync VMM/CPUM: Recalc DRx after loading state. Ignore saved use flags.
(edit) @83197   5 years vboxsync VMM/CPUM: Fix the Timer description string outliving the stack, …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82948   5 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Don't duplicate timer names for the …
(edit) @82706   5 years vboxsync VMM/CPUM: Nested SVM: bugref:7243 Clarify comment on allocation of …
(edit) @82016   5 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Event injection logic tweaked for …
(edit) @81792   5 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Outdated comment. We dump VMX/SVM …
(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) @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) @81605   5 years vboxsync VMM (and related changes): Add support for Hygon Dhyana CPUs. Modified …
(edit) @81292   5 years vboxsync VMM: Change virtual VMCS layout which groups by host-state, …
(edit) @80506   5 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Expose "Acknowledge interrupt on …
(edit) @80387   5 years vboxsync VMM: Nested VMX: bugref:9180 Renamed u64GuestPendingDbgXcpt to …
(edit) @80364   5 years vboxsync VMM: Nested VMX: bugref:9180 Move some of the description functions …
(edit) @80333   5 years vboxsync VMM: Eliminating the VBOX_BUGREF_9217_PART_I preprocessor macro. …
(edit) @80262   5 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Expose "TPR-shadow", …
(edit) @80191   5 years vboxsync VMM/r3: Refactored VMCPU enumeration in preparation that aCpus will be …
(edit) @80102   5 years vboxsync VMM: Kicking out raw-mode and 32-bit hosts - CPUM. [saved state fix] …
(edit) @80064   5 years vboxsync VMM: Kicking out raw-mode and 32-bit hosts - CPUM. bugref:9517 bugref:9511
(edit) @80054   5 years vboxsync Main: Kicking out raw-mode - CPUMCPU.Hyper. bugref:9517
(edit) @80034   5 years vboxsync VMM: Nested VMX: bugref:9180 Remove fVirtApicPageDirty.
(edit) @80007   5 years vboxsync VMM: Kicking out raw-mode (work in progress). bugref:9517
(edit) @79879   5 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 A better error message and a little …
(edit) @79728   5 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 VMX SSM fixes.
(edit) @79723   5 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Don't save the diagnostic fields to …
(edit) @79716   5 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Fix typo while saving/loading …
(edit) @79714   5 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Add uDiagAux to the saved state.
(edit) @79711   5 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 nit.
(edit) @79572   5 years vboxsync VMM: Nested VMX: bugref:9180 Use a separate HC page for the guest's …
(edit) @79528   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Clear the VM-entry interruption info. …
(edit) @79519   5 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Expose VMX INS/OUTS VM-exit …
(edit) @79353   5 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Todo about exposing VMX VMWRITE-all …
(edit) @79344   5 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Fix logging that calculates pages …
(edit) @79141   5 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Take the CR0 fixed bits as we report …
(edit) @79119   5 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Space and nit.
(edit) @78650   6 years vboxsync VMM: Nested VMX: bugref:9180 Added RTIT_CTL MSR to the virtual VMCS. …
(edit) @78621   6 years vboxsync VMM: Nested VMX: bugref:9180 Renamed ENCLS-bitmap field in the virtual …
(edit) @78620   6 years vboxsync VMM: Nested VMX: bugref:9180 Added SPPT pointer field to the virtual VMCS.
(edit) @78591   6 years vboxsync VMM/HM, CPUM: Nested VMX: bugref:9180 Better description of virtual …
(edit) @78526   6 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 invvpid support (disabled, not yet …
(edit) @78220   6 years vboxsync VMM: Nested VMX: bugref:9180 Hardware-assisted nested VT-x …
(edit) @76993   6 years vboxsync VMM: Nested VMX: bugref:9180 Allowing fetching VM-exit names from …
(edit) @76952   6 years vboxsync VMM: Nested VMX: bugref:9180 Clear VM-entry interruption information's …
(edit) @76886   6 years vboxsync VMM (and related changes): Add support for Shanghai/Zhaoxin CPUs. …
(edit) @76877   6 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Enable MSR bitmaps for nested VMX guests.
(edit) @76874   6 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 LogRel nits.
(edit) @76845   6 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Logging nit.
(edit) @76827   6 years vboxsync VMM: Nested VMX: bugref:9180 Nits.
(edit) @76799   6 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 nit.
(edit) @76763   6 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 typo.
(edit) @76755   6 years vboxsync VMM/CPUM: Nested SVM: bugref:7243 Spaces.
(edit) @76752   6 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 VMCS info nit.
(edit) @76696   6 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Fix missing parameter.
(edit) @76695   6 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Enhanced VMCS dumping.
(edit) @76685   6 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Added cpumguesthwvirt info for …
(edit) @76629   6 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 VMCS field description fix.
(edit) @76553   6 years vboxsync scm --update-copyright-year
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