VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @62601   8 年 vboxsync VMM: Unused parameters.
(edit) @62478   8 年 vboxsync (C) 2016
(edit) @61073   9 年 vboxsync VMMPatchHypercall: Use CPUMGetHostCpuVendor() instead of three …
(edit) @58965   9 年 vboxsync warning in unused function
(edit) @58126   9 年 vboxsync VMM: Fixed almost all the Doxygen warnings.
(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) @57851   9 年 vboxsync VMM: unused parameter warning fixes.
(edit) @57358   9 年 vboxsync *: scm cleanup run.
(edit) @56287   9 年 vboxsync VMM: Updated (C) year.
(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) @54467   10 年 vboxsync IPRT,VMM,SUPDrv: Use the new RTMpCurSetIndex* APIs - require driver reload.
(edit) @49486   11 年 vboxsync VMM: Warnings.
(edit) @48441   11 年 vboxsync VMM/VMMAll: Fix nasty wake up with SMP VMs and thread-context hooks.
(edit) @48426   11 年 vboxsync VMM: Fixed strict build assertion assumption with thread-context …
(edit) @47989   11 年 vboxsync VMM/VMMR0: Preemption hooks implemented and enabled for Solaris and …
(edit) @46861   11 年 vboxsync Don't allow mixing builds.
(edit) @46326   12 年 vboxsync RT_STR_TUPLE
(edit) @45749   12 年 vboxsync VMM: Introduced VMCPUSTATE_STARTED_HM for indicating that we're …
(edit) @44394   12 年 vboxsync +VMMR3GetCpuByIdU, -FNATOMICHANDLER
(edit) @41965   12 年 vboxsync VMM: ran scm. Mostly svn:keywords changes (adding Revision).
(edit) @41802   12 年 vboxsync Doxygen.
(edit) @41783   12 年 vboxsync Doxygen, comment typos.
(edit) @41417   13 年 vboxsync VMM: doxygen.
(edit) @41213   13 年 vboxsync VMM: comments.
(edit) @39303   13 年 vboxsync VMCPUSET changes.
(edit) @39078   13 年 vboxsync VMM: -Wunused-parameter
(edit) @35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @32431   14 年 vboxsync scm cleanup
(edit) @31361   14 年 vboxsync Reapplied 64410 with previous lookup added
(edit) @31360   14 年 vboxsync Temporarily backed out 64410
(edit) @31359   14 年 vboxsync Keep track of the native R0 thread handle for each EMT too. Use that …
(edit) @31356   14 年 vboxsync Search first by host cpu id (most common case) and then by native …
(edit) @31353   14 年 vboxsync Header
(edit) @31352   14 年 vboxsync Don't assume a thread can't migrate to another CPU. The code that …
(edit) @30329   14 年 vboxsync No need to call it twice
(edit) @30249   14 年 vboxsync Removed assertions again; can cause double faults due to logging …
(edit) @30243   14 年 vboxsync header change
(edit) @30242   14 年 vboxsync Assertions
(edit) @30241   14 年 vboxsync VMMGetCpu was completely broken in the context of GMMR0CheckSharedModules
(edit) @30160   14 年 vboxsync VMMGetStackRC change
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @22906   15 年 vboxsync VMM: Don't use RTBldCfgRevision here, the R3 <-> R0/RC compatability …
(edit) @22890   15 年 vboxsync VM::cCPUs -> VM::cCpus so it matches all the other cCpus and aCpus members.
(edit) @22823   15 年 vboxsync replaced VBOX_SVN_REV by RTBldCfgRevision[Str]()
(edit) @21649   15 年 vboxsync Patching updates (not enabled)
(edit) @19476   16 年 vboxsync Moved VMMR3SendInitIpi/Sipi
(edit) @19475   16 年 vboxsync VMM: sending init IPI
(edit) @19468   16 年 vboxsync VMM: better SIPI sending, reschedule to R3 as needed
(edit) @19450   16 年 vboxsync VMMAll: updated SIPI sketch.
(edit) @19445   16 年 vboxsync VMMAll.cpp: How to wake up a CPU (on SIPI), heed todos.
(edit) @19437   16 年 vboxsync SMP: send SIPI notification from APIC, let VM handle what really do
(edit) @19434   16 年 vboxsync Further splitup of VMM (ring 0 jump buffer).
(edit) @19358   16 年 vboxsync Fixed infinite recursion in VMMGetCpu (ring 0).
(edit) @19293   16 年 vboxsync DBGF,VMM: SMP refactoring of the DBGF disassembler code. Changed …
(edit) @19228   16 年 vboxsync Shortcut for one CPU
(edit) @19227   16 年 vboxsync Implemented VMMGetCpu in ring 0. (SMP guests)
(edit) @18927   16 年 vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
(edit) @17246   16 年 vboxsync Allow mixing of VT-x and software virtualization. (untested so far)
(edit) @14875   16 年 vboxsync More switcher updates
(edit) @13974   16 年 vboxsync Non-EMT threads get CPU 0 by default.
(edit) @13972   16 年 vboxsync Fixes for the debugger.
(edit) @13898   16 年 vboxsync Moved more data to VMCPU.
(edit) @13832   16 年 vboxsync IN_GC -> IN_RC.
(edit) @13797   16 年 vboxsync VMMGetCpuId calls VMR3GetVMCPUId in Ring-3…
(edit) @13698   16 年 vboxsync VMM: Fixed ring-0 access to the ring-3 mapping of the EMT stack. Moved …
(edit) @12667   16 年 vboxsync CPU id passed to interrupt callback, proper typing
(edit) @12573   16 年 vboxsync VMM: Added VMMGetCpuId (stub).
(edit) @10450   16 年 vboxsync Added VMMGetSvnRev() (exported) and changed VMMR0Init and VMMGCInit …
(edit) @9212   17 年 vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @8155   17 年 vboxsync The Big Sun Rebranding Header Change
(edit) @5999   17 年 vboxsync The Giant CDDL Dual-License Header Change.
(edit) @4071   17 年 vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @2981   18 年 vboxsync InnoTek -> innotek: all the headers and comments.
(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