VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @55257   10 年 vboxsync HM/VMX: Added new exit codes.
(edit) @55230   10 年 vboxsync cpumR3CpuIdReadIsaExtCfgEx: Removed obsoleted assertion.
(edit) @55229   10 年 vboxsync CPUM,IEM: Expose GuestFeatures and HostFeatures (exploded CPUID), …
(edit) @55228   10 年 vboxsync PDMBlkCache: Never mix allocators!
(edit) @55220   10 年 vboxsync VMM: log rel nit.
(edit) @55186   10 年 vboxsync PDMBlkCache: Fix error propagation under certain circumstances
(edit) @55179   10 年 vboxsync VMM: logrel nit.
(edit) @55177   10 年 vboxsync VMM: logrel consistency.
(edit) @55174   10 年 vboxsync VMM: logrel nit.
(edit) @55173   10 年 vboxsync VMM/GIM: obsolete comment.
(edit) @55157   10 年 vboxsync VMM/TM: logrel nits.
(edit) @55152   10 年 vboxsync VMM/CPUM: nit.
(edit) @55151   10 年 vboxsync VMM/TM: nit.
(edit) @55129   10 年 vboxsync VMM/GIM: Allow dynamic enabling of #UD traps and per-VCPU hypercalls.
(edit) @55118   10 年 vboxsync VMM: GIM raw-mode support.
(edit) @55116   10 年 vboxsync VMM/TM: nits.
(edit) @55114   10 年 vboxsync CPUM: Use XSAVE/XRSTOR for host state.
(edit) @55063   10 年 vboxsync CPUM: State saving fixes.
(edit) @55062   10 年 vboxsync Remove CPUFeatures and CPUFeaturesExt from CPUM, use HostFeatures …
(edit) @55060   10 年 vboxsync TSC detection fix.
(edit) @55054   10 年 vboxsync Removed support for host CPUs without FXSAVE/FXRSTOR support.
(edit) @55050   10 年 vboxsync gcc build fix
(edit) @55048   10 年 vboxsync VMM,REM: Allocate the FPU/SSE/AVX/FUTURE state stuff. We need to use …
(edit) @55037   10 年 vboxsync VMM/GIM: Add hypercall support and KVM spinlock support.
(edit) @55036   10 年 vboxsync VMM/EM: fix rc priority.
(edit) @55034   10 年 vboxsync VMM: Added VMCPU_FF_UNHALT force-flag.
(edit) @55019   10 年 vboxsync VMM/TM: nit.
(edit) @55001   10 年 vboxsync CPUMCTXCORE elimination.
(edit) @55000   10 年 vboxsync CPUMCTXCORE elimination.
(edit) @54970   10 年 vboxsync AsyncCompletion: Better error message if I/O manager could not be …
(edit) @54965   10 年 vboxsync AsyncCompletion: Fix crash if creating a async completion manager failed
(edit) @54961   10 年 vboxsync PDMDriver: Fixed misused AssertLogRelReturn(). Thank you Jung-uk Kim.
(edit) @54958   10 年 vboxsync CPUMR3CpuId: Fixed typos. Thank you Jung-uk Kim.
(edit) @54943   10 年 vboxsync CPUMR3CpuId: fix
(edit) @54930   10 年 vboxsync docs
(edit) @54925   10 年 vboxsync VMM: nit.
(edit) @54924   10 年 vboxsync VMM/CPUM: LogRel cosmetics.
(edit) @54920   10 年 vboxsync CPUM: Expose AXMMX to guests too.
(edit) @54916   10 年 vboxsync VMM: expose DEPFPU_CS_DS to the guest (leaf 7)
(edit) @54914   10 年 vboxsync VMM/TM: assertion not valid while restoring state.
(edit) @54913   10 年 vboxsync typos.
(edit) @54898   10 年 vboxsync CPUMCTX,CPUMHOST: Replaced the fpu (X86FXSAVE) member with an XState …
(edit) @54896   10 年 vboxsync x86.h,VMM: XSAVE structures.
(edit) @54894   10 年 vboxsync VMM: Expose some of the recent AMD instruction set extensions to the …
(edit) @54891   10 年 vboxsync CPUM: Enabled CMPXCHG16B by defaults for VMs with nested paging and …
(edit) @54888   10 年 vboxsync CPUM: Moved the old ISA extension CFGM options, implemented forcing …
(edit) @54887   10 年 vboxsync CPUM: Enable a bunch of recent instruction extensions for VMs which …
(edit) @54879   10 年 vboxsync Started on AESNI config, continue at home…
(edit) @54878   10 年 vboxsync HM: Determine VT-x, AMD-V, nested paging and unhindered guest …
(edit) @54862   10 年 vboxsync Corrected x86.h/mac typo.
(edit) @54845   10 年 vboxsync VMM/GIM,TM: paranoia assertions.
(edit) @54844   10 年 vboxsync CPUID: Dump XSAVE details.
(edit) @54839   10 年 vboxsync VMM/GIM: KVM provider fixes.
(edit) @54829   10 年 vboxsync VMM/EM: redundant include.
(edit) @54823   10 年 vboxsync VMM: Map the hyper heap in ring-0 on 64-bit systems.
(edit) @54822   10 年 vboxsync VMM/CPUM: build fix.
(edit) @54820   10 年 vboxsync VMM/PGMPhys: Oops, unintentional disabling of assertion.
(edit) @54819   10 年 vboxsync VMM/GIM: Implemented KVM paravirt. provider.
(edit) @54818   10 年 vboxsync build fix
(edit) @54815   10 年 vboxsync CPUMR3CpuId.cpp: Fixed problem collecting CPUID sub-leaves for leaf …
(edit) @54813   10 年 vboxsync build fix
(edit) @54812   10 年 vboxsync cpuid dumping updates.
(edit) @54801   10 年 vboxsync Forgot this one again.
(edit) @54799   10 年 vboxsync CPUM: Fixed two problems with the CPUID code. cLeaves wasn't updated …
(edit) @54797   10 年 vboxsync cpumR3CpuIdInsert: Better error assertions/logging.
(edit) @54793   10 年 vboxsync PGM: Added forgotten argument.
(edit) @54777   10 年 vboxsync cpumR3LoadGuestCpuIdArray: Forgot to initialize fFlags in when faking …
(edit) @54776   10 年 vboxsync VMM/PGM: cosmetics.
(edit) @54764   10 年 vboxsync Added an infix 'ASMFIX' to the PATMA.h fixup types used in the patch …
(edit) @54763   10 年 vboxsync PATM,CPUM: Redid the CPUID stuff by calling a patch helper function …
(edit) @54762   10 年 vboxsync PATM: Only fix up constants when loading state. (missed assertion)
(edit) @54761   10 年 vboxsync PATM: Only fix up constants when loading state.
(edit) @54752   10 年 vboxsync Log cosmetics.
(edit) @54751   10 年 vboxsync VMM/HM: log cosmetics.
(edit) @54750   10 年 vboxsync CPUM: Increase the max cpuid leaves a lot. Fixed incorrect sanitizing …
(edit) @54749   10 年 vboxsync CPUM: Increase the max cpuid leaves a lot. Fixed incorrect sanitizing …
(edit) @54746   10 年 vboxsync Changed PATCHGEN_PROLOG to take the expected output size as input …
(edit) @54740   10 年 vboxsync VMM: Made the max CPUID leaf cutoffs configurable.
(edit) @54739   10 年 vboxsync Fixed warning.
(edit) @54737   10 年 vboxsync VMM,REM: CPUID revamp - almost there now.
(edit) @54728   10 年 vboxsync PATM,VMM,err.h: Added VERR_PATM_IPE_TRAP_IN_PATCH_CODE for getting a …
(edit) @54727   10 年 vboxsync PATM.cpp: Let EMR3FatalError do its job.
(edit) @54714   10 年 vboxsync PATM,CPUM: CPUID patch update.
(edit) @54701   10 年 vboxsync VMM/GIM: nits.
(edit) @54697   10 年 vboxsync VMM/TM: TMR3CpuTickIsFixedRateMonotonic() for now.
(edit) @54692   10 年 vboxsync Oops
(edit) @54691   10 年 vboxsync PATMA.asm: New way of writing patches that exploits the fact that …
(edit) @54689   10 年 vboxsync PATM: Doing some more cleanups while trying to understand stuff again.
(edit) @54688   10 年 vboxsync PATM: Doing some more cleanups while trying to understand stuff again.
(edit) @54687   10 年 vboxsync PATM: Renamed the PATMA.asm global data to g_patm* (was PATM*).
(edit) @54686   10 年 vboxsync PATM: Added some comments and formalized the reloc array type (instead …
(edit) @54674   10 年 vboxsync CPUM: Working on refactoring the guest CPUID handling.
(edit) @54672   10 年 vboxsync VMM/TM: Update fTSCModeSwitchAllowed to include tmR3HasFixedTSC() and …
(edit) @54667   10 年 vboxsync VMM/GIM: nit.
(edit) @54655   10 年 vboxsync VMM/GIM: nits.
(edit) @54654   10 年 vboxsync VMM/GIM: cleanup.
(edit) @54561   10 年 vboxsync Moved all the CPUID related code from CPUM.cpp to CPUMR3CpuId.cpp
(edit) @54550   10 年 vboxsync TM: Updated per cpu info logging for the gip (log everything that …
(edit) @54549   10 年 vboxsync TM.cpp: Use the nominal CPU frequency, not the current …
(edit) @54444   10 年 vboxsync VMM/TM: fix assertion.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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