VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @56813   10 年 vboxsync VMM/GIM: Fix regression introduced in r101441 (on hosts without …
(edit) @56791   10 年 vboxsync VMM/GIM: Try passing identical TSC and NanoTS pairs to all VCPUs for …
(edit) @56716   10 年 vboxsync Build fix?
(edit) @56715   10 年 vboxsync Fix various alignments of STAM members in devices and VMM for 32bit, …
(edit) @56694   10 年 vboxsync VMM/GIM: Cleanup.
(edit) @56677   10 年 vboxsync VMM/GIM: Use a consistent TSC frequency for all VCPUs when KVM is used.
(edit) @56628   10 年 vboxsync IEM: Postpone INS memory writes to ring-3 if we hit an access handler. …
(edit) @56626   10 年 vboxsync PGMInline.h: pvZeroPg and physical guest address TLB may need some …
(edit) @56411   10 年 vboxsync Move internal/pgm.h bits to VBox/vmm/pgm.h.
(edit) @56402   10 年 vboxsync DevATA,PDMCritSect: Changed the AsyncIOSem from RTSEMEVENT to …
(edit) @56384   10 年 vboxsync PGM: Disabled the virtual handler code for !VBOX_WITH_RAW_MODE.
(edit) @56287   10 年 vboxsync VMM: Updated (C) year.
(edit) @56286   10 年 vboxsync Cleaned up all grep hits for 'VMMGC'.
(edit) @56252   10 年 vboxsync updated pci raw config docs; read config.
(edit) @56084   10 年 vboxsync VMM/HM: group preempt STAM counters under 'HM/Switch'.
(edit) @56064   10 年 vboxsync Committed the VBOX_WITH_FIRST_IEM_STEP code, removing the #else cases.
(edit) @56053   10 年 vboxsync padding typo
(edit) @56052   10 年 vboxsync VMM: Added non-PF raw-mode context virtual page access handler …
(edit) @56051   10 年 vboxsync VMM: Added VMMGC_MAIN_MODULE_NAME -> VMMRC_MAIN_MODULE_NAME and …
(edit) @56048   10 年 vboxsync pgm.h,++: Changed the return type of PDMPhysRead, PGMPhysWrite, …
(edit) @56047   10 年 vboxsync VBox/err.h,err.mac,TRPMRC,VMM,EM: Removed unused return codes …
(edit) @56021   10 年 vboxsync IEM_STATIC and stuff.
(edit) @56013   10 年 vboxsync PGM: Made the virtual handler callbacks return VBOXSTRICTRC and …
(edit) @55970   10 年 vboxsync VMM/PDM: Change PDMR3PowerOff to always call the power off …
(edit) @55966   10 年 vboxsync PGM,++: VBOXSTRICTRC for physical access handlers.
(edit) @55937   10 年 vboxsync CSAM,PATM: Changed csamRCCodePageWritePfHandler to store the pvFault …
(edit) @55909   10 年 vboxsync PGM,++: Made the ring-3 physical access handler callbacks present in …
(edit) @55903   10 年 vboxsync PGM: Added a pVCpu parameter to all physical handler callouts and also …
(edit) @55896   10 年 vboxsync PGM: Renamed the ring-0 and raw-mode context physical page access …
(edit) @55895   10 年 vboxsync Added pvUser to the raw-mode context virtual handler callbacks.
(edit) @55894   10 年 vboxsync build fix
(edit) @55889   10 年 vboxsync VMM: Split up virtual handlers just like the physical ones, such that …
(edit) @55881   10 年 vboxsync DBGF,DBGC: Moved the plug-ins from DBGC to DBGF so we can make use of …
(edit) @55863   10 年 vboxsync IPRT,SUPDrv,VMM: Revised the context switching hook interface. Do …
(edit) @55756   10 年 vboxsync VMM/HM: Add some rudimentary logging for VERR_VMX_INVALID_VMXON_PTR errors.
(edit) @55510   10 年 vboxsync VMM/GIM: EMT Rendezvous while updating global wall-clock struct.
(edit) @55493   10 年 vboxsync PGM,++: Separated physical access handler callback function pointers …
(edit) @55466   10 年 vboxsync CPUM: Need to save and restore the extended state stuff. duh.
(edit) @55295   10 年 vboxsync VMM/HM: comment.
(edit) @55290   10 年 vboxsync HM: Save/Load/Restore XCR0 handling during world switching. …
(edit) @55229   10 年 vboxsync CPUM,IEM: Expose GuestFeatures and HostFeatures (exploded CPUID), …
(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) @55114   10 年 vboxsync CPUM: Use XSAVE/XRSTOR for host state.
(edit) @55106   10 年 vboxsync VMM: host+guest xsave/xrstor state handling - not enabled.
(edit) @55062   10 年 vboxsync Remove CPUFeatures and CPUFeaturesExt from CPUM, use HostFeatures …
(edit) @55054   10 年 vboxsync Removed support for host CPUs without FXSAVE/FXRSTOR support.
(edit) @55049   10 年 vboxsync 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) @55004   10 年 vboxsync backed out r99268 as it causes serious regressions on Windows hosts
(edit) @54999   10 年 vboxsync Moved the XState to the end of the CPUMCTX structure, reducing the …
(edit) @54908   10 年 vboxsync VMM: Rename variable to better reflect its purpose.
(edit) @54898   10 年 vboxsync CPUMCTX,CPUMHOST: Replaced the fpu (X86FXSAVE) member with an XState …
(edit) @54897   10 年 vboxsync Moving CPUMCPU about…
(edit) @54839   10 年 vboxsync VMM/GIM: KVM provider fixes.
(edit) @54819   10 年 vboxsync VMM/GIM: Implemented KVM paravirt. provider.
(edit) @54799   10 年 vboxsync CPUM: Fixed two problems with the CPUID code. cLeaves wasn't updated …
(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) @54761   10 年 vboxsync PATM: Only fix up constants when loading state.
(edit) @54737   10 年 vboxsync VMM,REM: CPUID revamp - almost there now.
(edit) @54714   10 年 vboxsync PATM,CPUM: CPUID patch update.
(edit) @54701   10 年 vboxsync VMM/GIM: nits.
(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) @54654   10 年 vboxsync VMM/GIM: cleanup.
(edit) @54561   10 年 vboxsync Moved all the CPUID related code from CPUM.cpp to CPUMR3CpuId.cpp
(edit) @54308   10 年 vboxsync VMM,SUP: Apply the tsc delta where it matters. Made sense out of the …
(edit) @54270   10 年 vboxsync IPRT,TM: Implemented the get-cpu-number optimizations for the …
(edit) @54218   10 年 vboxsync DBGF,DBGC: Added dmesg command and implemented it for linux guests.
(edit) @54202   10 年 vboxsync IPRT,TM: Implemented GIP TSC delta processing in the RTTimeNanoTS code.
(edit) @54196   10 年 vboxsync VMM/HM: stat adjustments.
(edit) @54195   10 年 vboxsync VMM/TM: Enabled waking up of EMTs (poking) from the TM R3-timer …
(edit) @54087   10 年 vboxsync VMM/TM: build fix.
(edit) @54065   10 年 vboxsync VMM: Implemented TM TSC-mode switching with paravirtualized guests.
(edit) @53630   10 年 vboxsync dtrace library fixes/hacks.
(edit) @53509   10 年 vboxsync VMM/GIM: nits.
(edit) @53466   10 年 vboxsync VMM/MSRs: Added status codes for returning to ring-3 to service the …
(edit) @53441   10 年 vboxsync VMM/TM: Rename TMMODE to TMTSCMODE and the corresponding enum and CFGM …
(edit) @53439   10 年 vboxsync TMInternal.h: r=bird: TMMODE should be TMTSCMODE.
(edit) @53430   10 年 vboxsync VMM/TM: First step in introducing the invariant TM mode.
(edit) @52772   10 年 vboxsync VMM/GIM: empty prototype.
(edit) @52771   10 年 vboxsync VMM/CSAM, PATM: rename SSM_VERSION macros to SAVED_STATE_VERSION macros.
(edit) @52767   10 年 vboxsync VMM/GIM: Get rid of separate fEnabled field, just use the provider to …
(edit) @52766   10 年 vboxsync VMM/HM: Fixing source of ambiguity.
(edit) @52765   10 年 vboxsync VMM/GIM: nits.
(edit) @52764   10 年 vboxsync @cfgm adjustments.
(edit) @52763   10 年 vboxsync wrong again
(edit) @52762   10 年 vboxsync GIM nits: Must check version and config when loading saved state. …
(edit) @52761   10 年 vboxsync GIM nits: Must check version and config when loading saved state. …
(edit) @52699   11 年 vboxsync VMM/GIM: Fix initialization of Hyper-V bits that rely on HM …
(edit) @52675   11 年 vboxsync VMM/GIM: Fix circular dependency between PDM and GIM init. routines.
(edit) @52670   11 年 vboxsync VMM, Devices: Add interface to query the APIC frequency from the APIC …
(edit) @52660   11 年 vboxsync VMM/EMHandleRCTmpl: todo resolved.
(edit) @52611   11 年 vboxsync VMM/HMVMXR0: Added ApicAccessToR3 stat and addressed a 4.3 todo.
(edit) @52419   11 年 vboxsync VMM: Fix restoring 32-bit guest FPU state on 64-bit capable VMs.
(edit) @52279   11 年 vboxsync VMM/HMVMXR0: Renaming nits.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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