VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14091   16 years vboxsync Minor cleanup
(edit) @13990   16 years vboxsync Save and load the number of VMCPUs.
(edit) @13960   16 years vboxsync Moved guest and host CPU contexts into per-VCPU array.
(edit) @13840   16 years vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
(edit) @13834   16 years vboxsync Some strugging format conversions.
(edit) @13833   16 years vboxsync VMM,DIS: some left over VBOX_SUCCESS/FAILURE conversions.
(edit) @13830   16 years vboxsync VMM: Disabled VM:pVMGC, removed VM_GUEST_ADDR.
(edit) @13829   16 years vboxsync build fix
(edit) @13828   16 years vboxsync CPUMR3DisasmInstrCPU: Don't trust MMHyperIsInsideArea if we're not …
(edit) @13827   16 years vboxsync MM: Retired MMHyper2HC, MMHyperHC2GC and MMHyperGC2HC.
(edit) @13796   16 years vboxsync VMM: some adjustments.
(edit) @13778   16 years vboxsync Per VCPU init/term.
(edit) @13005   16 years vboxsync VMM/doxygen: More links.
(edit) @12989   16 years vboxsync VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
(edit) @12971   16 years vboxsync x2APIC bits definitions
(edit) @12923   16 years vboxsync warnings
(edit) @12834   16 years vboxsync CPUM: dox adj.
(edit) @12823   16 years vboxsync warnings
(edit) @12811   16 years vboxsync logging fix
(edit) @12710   16 years vboxsync Cleaned up dr logging.
(edit) @12657   16 years vboxsync #1865: CPUM. Also added missing aliasing for DR4&5 to the guest DRx …
(edit) @12600   16 years vboxsync Turned dr0..dr7 into an array.
(edit) @12578   16 years vboxsync Enable hardware breakpoint support for VT-x and AMD-V.
(edit) @12542   16 years vboxsync @page heading.
(edit) @12121   16 years vboxsync Committed hardware breakpoint support for VT-x and AMD-V. Untested and …
(edit) @12016   16 years vboxsync Reset EFER to zero & MXCSR to 0x1f80.
(edit) @11960   16 years vboxsync No need to clear EFER on reset. Set the TR attribute field to …
(edit) @11947   16 years vboxsync Reset EFER too in CPUMR3Reset.
(edit) @11946   16 years vboxsync Fetched esp from the wrong place (1.6 compatibility)
(edit) @11808   16 years vboxsync Deal with GCPtr differences between 1.6 & 2.0 saved states.
(edit) @11798   16 years vboxsync Fixing backwards compatibility for CPUMCTX.
(edit) @11792   16 years vboxsync Assert when the SSM version doesn't match.
(edit) @11705   16 years vboxsync Moved #3026 'fix'.
(edit) @11693   16 years vboxsync Backed out 32798; causes host slowdown in VT-x mode. See #3026
(edit) @11525   16 years vboxsync Added support for PSE-36.
(edit) @11495   16 years vboxsync CPU context dump fix for sysenter.
(edit) @11494   16 years vboxsync Both sysenter.eip & esp are 64 bits long. Corrected CPU context dump.
(edit) @11317   16 years vboxsync cpum: Use RTMpGetCount and RTMpGetOnlineSet instead of …
(edit) @11311   16 years vboxsync VMM: ELEMENTS -> RT_ELEMENTS.
(edit) @11298   16 years vboxsync cpum: MMHyperCCToGC -> MMHyperCCToRC.
(edit) @10821   16 years vboxsync Backed out 33264 - NT4 installation regression (investigate)
(edit) @10687   16 years vboxsync Save the FPU control word and MXCSR on entry and restore them …
(edit) @10571   16 years vboxsync Forgot to make the addition cpuid leafs available.
(edit) @10570   16 years vboxsync Extra check for the monitor/mwait data
(edit) @10569   16 years vboxsync Expose cpuid 2-5 minus dangerous bits.
(edit) @10567   16 years vboxsync Expose cpuid 0x80000007 (AMD - Advanced Power Management (TSC …
(edit) @10353   16 years vboxsync TPR caching for VT-x. Removed the CR8 register from CPUMCTX.
(edit) @10289   16 years vboxsync Expose X86_CPUID_AMD_FEATURE_EDX_MCA & X86_CPUID_AMD_FEATURE_EDX_MTRR …
(edit) @10211   16 years vboxsync X86_CPUID_FEATURE_EDX_PAT is supported (was already marked as such in …
(edit) @10208   16 years vboxsync Cpuid 0x800000005 & 0x800000006 contain information about L1, L2 & L3 …
(edit) @10123   16 years vboxsync doxygen
(edit) @10100   16 years vboxsync Added missing cpuid features (all disabled)
(edit) @9818   16 years vboxsync SSM format changed
(edit) @9817   16 years vboxsync fs & gs base cleanup
(edit) @9795   16 years vboxsync Forgot to clean up
(edit) @9793   16 years vboxsync Properly display the current guest instruction during a guru dump.
(edit) @9790   16 years vboxsync Disassemble the current guest instruction when dumping the guest state.
(edit) @9760   16 years vboxsync 64 bits disassembly (CPUM this time).
(edit) @9661   16 years vboxsync Implement and use CPUMIsGuestIn64BitCode where appropriate.
(edit) @9649   16 years vboxsync Added CPUMIsGuestInLongMode.
(edit) @9545   16 years vboxsync Rearranged the full cpu state dump (long mode).
(edit) @9544   16 years vboxsync Dump MSRs too.
(edit) @9543   16 years vboxsync Long mode CPU state dumping.
(edit) @9465   17 years vboxsync Same for idtr & gdtr
(edit) @9463   17 years vboxsync Some more fixed 64 bits base values
(edit) @9455   17 years vboxsync Use RX64 instead of VGv since u64Base is 64-bit not RTGCPTR.
(edit) @9430   17 years vboxsync Made the base of GDTR and IDTR 64 bits.
(edit) @9423   17 years vboxsync String format specifiers.
(edit) @9421   17 years vboxsync 64 bits hidden selector base.
(edit) @9380   17 years vboxsync Wrote a quick summary of CPUM for doxygen. Use UTINTxx_C(). Adjusted …
(edit) @9354   17 years vboxsync Added CPUMGetCPUVendor. Added CPUMCPUIDFEATURE_NXE, …
(edit) @9216   17 years vboxsync Compile issues (32 bits host/64 bits guest)
(edit) @9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @9211   17 years vboxsync Fixed an inverted LOG_ENABLED ifdef (this should improve performance).
(edit) @9154   17 years vboxsync Corrected code that doesn't compile with GC_ARCH_BITS=64.
(edit) @8889   17 years vboxsync Added ASMGetCpuModuleIntel/Amd and ASMIsIntelCpu and ASMIsIntelCpuEx …
(edit) @8885   17 years vboxsync Use ASMGetCpuFamily/Model/Stepping (for the extended one too).
(edit) @8884   17 years vboxsync Use ASMGetCpuFamily/Model/Stepping.
(edit) @8868   17 years vboxsync Base & extended model corrections.
(edit) @8815   17 years vboxsync Corrected revision checks for erratum 170.
(edit) @8735   17 years vboxsync copy&past fix.
(edit) @8734   17 years vboxsync CPUID updates
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8129   17 years vboxsync Removed inactive PGM_WITH_BROKEN_32PAE_SWITCHER code
(edit) @8112   17 years vboxsync Another attempt at a proper check. (init order messed up the previous one)
(edit) @7990   17 years vboxsync Reapplied 29633 & 29635 (fixes to follow)
(edit) @7989   17 years vboxsync Backed out 29633 & 29635 again
(edit) @7988   17 years vboxsync Argh!
(edit) @7987   17 years vboxsync Backed out 29633 & 29635 for now
(edit) @7982   17 years vboxsync Added setting for guest PAE (default off)
(edit) @7977   17 years vboxsync Added CFGM key for enabling PAE (CPUM/CPUID/EnablePAE).
(edit) @7696   17 years vboxsync Init PAT msr
(edit) @7105   17 years vboxsync adapted format specifier to 32->64 bit change of CPUMCTX.drX and …
(edit) @7095   17 years vboxsync Extended the CPUMCTX structure for 64 bits mode.
(edit) @6178   17 years vboxsync spaces.
(edit) @6176   17 years vboxsync use ASMCpuId_Idx_ECX, fixed some off-by-one bugs
(edit) @6172   17 years vboxsync fixed the code for overriding cpuid values using config keys
(edit) @6171   17 years vboxsync workaround for a missing cpuid(0).eax patch
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5667   17 years vboxsync Debugger interface for searching memory. Fixed a const mixup.
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