VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @9430   17 年 vboxsync Made the base of GDTR and IDTR 64 bits.
(edit) @9423   17 年 vboxsync String format specifiers.
(edit) @9421   17 年 vboxsync 64 bits hidden selector base.
(edit) @9380   17 年 vboxsync Wrote a quick summary of CPUM for doxygen. Use UTINTxx_C(). Adjusted …
(edit) @9354   17 年 vboxsync Added CPUMGetCPUVendor. Added CPUMCPUIDFEATURE_NXE, …
(edit) @9216   17 年 vboxsync Compile issues (32 bits host/64 bits guest)
(edit) @9212   17 年 vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @9211   17 年 vboxsync Fixed an inverted LOG_ENABLED ifdef (this should improve performance).
(edit) @9154   17 年 vboxsync Corrected code that doesn't compile with GC_ARCH_BITS=64.
(edit) @8889   17 年 vboxsync Added ASMGetCpuModuleIntel/Amd and ASMIsIntelCpu and ASMIsIntelCpuEx …
(edit) @8885   17 年 vboxsync Use ASMGetCpuFamily/Model/Stepping (for the extended one too).
(edit) @8884   17 年 vboxsync Use ASMGetCpuFamily/Model/Stepping.
(edit) @8868   17 年 vboxsync Base & extended model corrections.
(edit) @8815   17 年 vboxsync Corrected revision checks for erratum 170.
(edit) @8735   17 年 vboxsync copy&past fix.
(edit) @8734   17 年 vboxsync CPUID updates
(edit) @8155   17 年 vboxsync The Big Sun Rebranding Header Change
(edit) @8129   17 年 vboxsync Removed inactive PGM_WITH_BROKEN_32PAE_SWITCHER code
(edit) @8112   17 年 vboxsync Another attempt at a proper check. (init order messed up the previous one)
(edit) @7990   17 年 vboxsync Reapplied 29633 & 29635 (fixes to follow)
(edit) @7989   17 年 vboxsync Backed out 29633 & 29635 again
(edit) @7988   17 年 vboxsync Argh!
(edit) @7987   17 年 vboxsync Backed out 29633 & 29635 for now
(edit) @7982   17 年 vboxsync Added setting for guest PAE (default off)
(edit) @7977   17 年 vboxsync Added CFGM key for enabling PAE (CPUM/CPUID/EnablePAE).
(edit) @7696   17 年 vboxsync Init PAT msr
(edit) @7105   17 年 vboxsync adapted format specifier to 32->64 bit change of CPUMCTX.drX and …
(edit) @7095   17 年 vboxsync Extended the CPUMCTX structure for 64 bits mode.
(edit) @6178   17 年 vboxsync spaces.
(edit) @6176   17 年 vboxsync use ASMCpuId_Idx_ECX, fixed some off-by-one bugs
(edit) @6172   17 年 vboxsync fixed the code for overriding cpuid values using config keys
(edit) @6171   17 年 vboxsync workaround for a missing cpuid(0).eax patch
(edit) @5999   17 年 vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5667   17 年 vboxsync Debugger interface for searching memory. Fixed a const mixup.
(edit) @5605   17 年 vboxsync BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
(edit) @5287   17 年 vboxsync 2 more cpuid leaves for the centaur part. letting 0xc0000002 thru …
(edit) @5285   17 年 vboxsync deal with the centaur cpuid stuff.
(edit) @5054   17 年 vboxsync PGMPhysIsPageMappingLockValid won't work on uninitialized data.
(edit) @5053   17 年 vboxsync case
(edit) @5040   17 年 vboxsync GC phys/virt to HC virt functions are no longer accessible in our PDM …
(edit) @4958   17 年 vboxsync Added hSelf and removed pVMHC from the VM structure.
(edit) @4953   17 年 vboxsync Cleaned up disassembler
(edit) @4691   17 年 vboxsync
(edit) @4690   17 年 vboxsync Enabled clflush and corrected cpuid[1].ebx.
(edit) @4425   17 年 vboxsync some more CPU feature flags
(edit) @4189   17 年 vboxsync ignore cpuid mismatch if SSMAFTER_DEBUG_IT.
(edit) @4071   17 年 vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3724   17 年 vboxsync removed the obsolete x86context.h (all constants are in VBox/x86.h).
(edit) @3686   17 年 vboxsync leaves.
(edit) @3505   17 年 vboxsync Sigh
(edit) @3504   17 年 vboxsync correction
(edit) @3503   17 年 vboxsync Dump more of the FPU state
(edit) @3492   17 年 vboxsync Split up the huge printf.
(edit) @3491   17 年 vboxsync Dump FPUDP, MXCSR & MXCSR_MASK too.
(edit) @2981   18 年 vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2719   18 年 vboxsync Include TR in default CPUM info dump.
(edit) @2107   18 年 vboxsync Proper init of hidden selector registers.
(edit) @2094   18 年 vboxsync CPUMR3DisasmInstrCPU fix for real mode disassembly.
(edit) @1574   18 年 vboxsync Turned on VME.
(edit) @1283   18 年 vboxsync Added support for the hybrid darwin setup where the kernel is 32-bit …
(edit) @1212   18 年 vboxsync Argh
(edit) @1166   18 年 vboxsync Made CPU dump similar to the one from WinDbg.
(edit) @1149   18 年 vboxsync Print ss in the CPU context dumps too.
(edit) @1056   18 年 vboxsync CPUMR3SetCR4Feature
(edit) @773   18 年 vboxsync Correction
(edit) @771   18 年 vboxsync AMD-V was stil left disabled. Now enabled. Enabled sysenter/sysexit in …
(edit) @768   18 年 vboxsync Forgot another X86_CPUID_FEATURE_EDX_SEP flag.
(edit) @767   18 年 vboxsync Added @todo
(edit) @465   18 年 vboxsync Added code to emulate rdtsc in the guest context. (disabled)
(edit) @464   18 年 vboxsync Renamed CR4 masks
(edit) @186   18 年 vboxsync Turn off sysenter/sysexit support due to IOPL problems. (#1782)
(edit) @172   18 年 vboxsync add information about number of logical processors and processor …
(edit) @23   18 年 vboxsync string.h & stdio.h + header cleanups.
(add) @1   55 年 vboxsync import
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette