VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @66878   8 年 vboxsync CPUM,HM: Added CPUMRZFpuStateActualizeAvxForRead and fixed missing …
(edit) @66374   8 年 vboxsync VMM: fixed logging string
(edit) @65245   8 年 vboxsync VMMRZCallRing3: Include cCallRing3Disabled in the assertion so we can …
(edit) @62606   8 年 vboxsync VMM: Unused parameters.
(edit) @62478   8 年 vboxsync (C) 2016
(edit) @61392   8 年 vboxsync CPUMRZFpuStatePrepareHostCpuForUse: Must always set VMCPU_FF_CPUM in …
(edit) @61368   8 年 vboxsync CPUMRZA.asm: raw-mode fixes.
(edit) @61348   8 年 vboxsync CPUM,VMM: Touch the FPU state before doing HM on all platforms which …
(edit) @61317   8 年 vboxsync CPUM,HM: CPUM must tell VT-x that it modified the host CR0 because it …
(edit) @61147   9 年 vboxsync CPUMRZ.cpp: oops.
(edit) @61146   9 年 vboxsync CPUMRZA.asm: build fix.
(edit) @61144   9 年 vboxsync CPUM,HM,GVMM,TRPM,VMM: Next part of the FPU state handling for IEM. …
(edit) @61112   9 年 vboxsync CPUMRZA.asm: Missed one pXStatR0.
(edit) @61109   9 年 vboxsync CPUMRZA.asm,CPUMInternal.mac: Use pStateRC in raw-mode context (RC …
(edit) @61068   9 年 vboxsync CPUM,IEM: FPU/SSE/AVX state and host resources APIs, first …
(edit) @60228   9 年 vboxsync asm-amd64-x86.h,*: made ASMInvalidatePage take a flat unsigned pointer …
(edit) @58909   9 年 vboxsync DBGF: More groundwork for port I/O, MMIO, interrupt and generic event …
(edit) @58903   9 年 vboxsync DBGF: I/O and MMIO breakpoint API changes.
(edit) @58123   9 年 vboxsync VMM: Made @param pVCpu more uniform and to the point.
(edit) @58122   9 年 vboxsync VMM: Made @param pVM more uniform and to the point.
(edit) @57857   9 年 vboxsync VMM: unused parameter warnings.
(edit) @57358   9 年 vboxsync *: scm cleanup run.
(edit) @56287   9 年 vboxsync VMM: Updated (C) year.
(edit) @54467   10 年 vboxsync IPRT,VMM,SUPDrv: Use the new RTMpCurSetIndex* APIs - require driver reload.
(edit) @54367   10 年 vboxsync pgmRZDynMapAssertIntegrity: Fixed IN_RC problem spotted by gcc 5 & Frank.
(edit) @52411   10 年 vboxsync VMM/HMVMXR0: Use unordered atomics for …
(edit) @51720   10 年 vboxsync VMM: Doxygen bugref comment consistency.
(edit) @51517   10 年 vboxsync VMM: Doxygen comment nits.
(edit) @50842   11 年 vboxsync VMMRZ: todo.
(edit) @50009   11 年 vboxsync VMMRZCallRing3Disable,VMMRZCallRing3Enable: Made them preemption …
(edit) @48473   11 年 vboxsync VMM/HMVMXR0: Try restore state properly on assertions in longjmps …
(edit) @48230   11 年 vboxsync VMM: Propagate errors properly while leaving HM context.
(edit) @48228   11 年 vboxsync VMMRZ: nit.
(edit) @48227   11 年 vboxsync VMM: Ensure longjmps after hmR0[Vmx|Svm]LeaveSession() don't happen.
(edit) @47699   11 年 vboxsync I/O breakpoints for raw-mode and non-string instructions in IEM.
(edit) @47671   11 年 vboxsync VMM: More debugging related stuff.
(edit) @47660   11 年 vboxsync VMM: Debug register handling redo. (only partly tested on AMD-V so far.)
(edit) @45618   12 年 vboxsync Do HMR3Init first in vmR3InitRing3 so the other components can skip …
(edit) @45330   12 年 vboxsync VMM/VMMRZ: Avoid infinite recursions due to failing assertions in the …
(edit) @45105   12 年 vboxsync VMM/VMMR0: HM bits, fix WinXP booting with unrestricted.
(edit) @45097   12 年 vboxsync Alignment.
(edit) @45091   12 年 vboxsync VMM/VMMR0: HM old-code segregation.
(edit) @44529   12 年 vboxsync header (C) fixes
(edit) @44528   12 年 vboxsync header (C) fixes
(edit) @44399   12 年 vboxsync DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
(edit) @43950   12 年 vboxsync VMMRZCallRing3: In ring-0, always assert if cCallRing3Disabled > 0.
(edit) @43387   12 年 vboxsync VMM: HM cleanup.
(edit) @41976   12 年 vboxsync VMM: Switcher and TRPM fixes wrt hypervisor traps and tstVMM.
(edit) @41965   12 年 vboxsync VMM: ran scm. Mostly svn:keywords changes (adding Revision).
(edit) @41906   12 年 vboxsync CPUM: Combined the visible and hidden selector register data into one …
(edit) @41836   12 年 vboxsync Doxygen.
(edit) @41823   12 年 vboxsync Avoid using SELMValidateAndConvertCSAddr+EMInterpretDisasOneEx when …
(edit) @41805   12 年 vboxsync Doxygen.
(edit) @41803   12 年 vboxsync Doxygen.
(edit) @41783   12 年 vboxsync Doxygen, comment typos.
(edit) @41777   12 年 vboxsync Doxygen.
(edit) @40806   13 年 vboxsync RTSpinlock: Redid the interface, eliminating NoInts and Tmp. Whether a …
(edit) @40449   13 年 vboxsync SELM: Refactoring (PVM -> PVMCPU).
(edit) @39745   13 年 vboxsync Check some more out of memory statuses.
(edit) @39405   13 年 vboxsync VMM: Don't use generic IPE status codes, use specific ones. Part 2.
(edit) @39402   13 年 vboxsync VMM: don't use generic IPE status codes, use specific ones. Part 1.
(edit) @39078   13 年 vboxsync VMM: -Wunused-parameter
(edit) @39034   13 年 vboxsync VMM,INTNET: Addressing unused variable warnings.
(edit) @36627   14 年 vboxsync Fix regression introduced with r70774. Change the RC structure of the …
(edit) @36416   14 年 vboxsync PGMRZDynMap.cpp: Committed a slightly modified version of …
(edit) @35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35333   14 年 vboxsync VMM source reorg.
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @32036   14 年 vboxsync Removed X86_PTE_PAE_PG_MASK, renamed X86_PTE_PAE_PG_MASK_FULL to …
(edit) @32035   14 年 vboxsync Changing the remaining X86_PTE_PAE_PG_MASK uses to …
(edit) @32034   14 年 vboxsync Removed X86_PDE_PAE_PG_MASK, renamed X86_PDE_PAE_PG_MASK_FULL to …
(edit) @32009   14 年 vboxsync Removed GST_PDPE_PG_MASK and renamed GST_PDPE_PG_MASK_FULL to …
(edit) @32000   14 年 vboxsync x86.h,*: Eliminated X86_PML4E_PG_MASK and renamed …
(edit) @31995   14 年 vboxsync Safe X86_PDPE_PG_MASK -> X86_PDPE_PG_MASK_FULL conversions.
(edit) @31993   14 年 vboxsync Safe X86_PML4E_PG_MASK -> X86_PML4E_PG_MASK_FULL conversions.
(edit) @31838   14 年 vboxsync PGMRZDynMap.cpp: better high load check in PGMRZDynMapPushAutoSubset …
(edit) @31834   14 年 vboxsync PGMRZDynMap.cpp: Dropped the PGMMAPSET_MAX_FILL checks and instead …
(edit) @31800   14 年 vboxsync PGMRZDynMap.cpp: Disabled totally bogus code that would flush the …
(edit) @31775   14 年 vboxsync PGM: Wrap up all access to PAE/LM PTEs so that we can treat the …
(edit) @31445   14 年 vboxsync PGMRZDynMap.cpp: Unused hinting debugging, define …
(edit) @31402   14 年 vboxsync PGM: Replaced the hazzardous raw-mode context dynamic mapping code …
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @27472   15 年 vboxsync Wrong assertion for IN_RING0
(edit) @25760   15 年 vboxsync VMMRZ.cpp: docs.
(edit) @20875   15 年 vboxsync VMM: Renamed almost all references to CallHost to CallRing3.
(edit) @20874   15 年 vboxsync VMMR0CallHost -> VMMRZCallRing3[NoCpu]; VMMCALLHOST -> VMMCALLRING3.
(edit) @20872   15 年 vboxsync VMM: build fix.
(edit) @20871   15 年 vboxsync VMM: Make sure there is enough room for a few physical handler …
(add) @19288   16 年 vboxsync DBGF,TRPM,HWACCM: Merged DBGFR0.cpp and DBGFGC.cpp into …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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