VirtualBox

source: vbox/trunk/src/VBox/VMM/Makefile.kmk

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @36441   14 年 vboxsync VMM: Sketched out where to do the initial I/O MMU setup. This adds a …
(edit) @35855   14 年 vboxsync PCI: start of driver communication infrastructure
(edit) @35572   14 年 vboxsync Only VBoxRT, VBoxVMM, VBoxDD, VBoxDD2 and VBoxREM should be PIC avoiding.
(edit) @35468   14 年 vboxsync CPUMDbg.cpp: Hacking in progress (to laptop).
(edit) @35380   14 年 vboxsync Makefiles: The PATH_<target> variable is deprated, use …
(edit) @35362   14 年 vboxsync warning
(edit) @35348   14 年 vboxsync VMM reorg: Moving PATM to where the other VMM sources are.
(edit) @35335   14 年 vboxsync VMM source reorg: VMMGC -> VMMRC.
(edit) @35333   14 年 vboxsync VMM source reorg.
(edit) @35308   14 年 vboxsync AsyncCompletion: Remove obsolete write cache
(edit) @34668   14 年 vboxsync More extpack build speedup hacking.
(edit) @34662   14 年 vboxsync Hacking in progress, enclosed in VBOX_ONLY_EXTPACKS_USE_IMPLIBS ifdefs …
(edit) @34492   14 年 vboxsync VBOX_ONLY_EXTPACKS changes.
(edit) @34220   14 年 vboxsync Build fix
(edit) @34219   14 年 vboxsync PDM/BlockCache: First part for #5295, move the writeback cache into a …
(edit) @33935   14 年 vboxsync VMM: mask all Local APIC interrupt vectors which are set up to NMI …
(edit) @32253   14 年 vboxsync VMM/DBGF: Added CoreDescriptor.
(edit) @32006   14 年 vboxsync VMM/DBGFCoreWrite: skeleton.
(edit) @31789   14 年 vboxsync FT updates
(edit) @31721   14 年 vboxsync FT skeleton code
(edit) @31491   14 年 vboxsync DBGF: Kick-off for DBGFR3Reg*. Implemented simple queried only. The …
(edit) @31402   14 年 vboxsync PGM: Replaced the hazzardous raw-mode context dynamic mapping code …
(edit) @30888   14 年 vboxsync Makefile.kmk: more syntax checking aliases.
(edit) @30799   14 年 vboxsync TM: Made it possible to enable the resettable accounting stats in …
(edit) @29566   15 年 vboxsync Enabled page fusion code (feature itself is still disabled)
(edit) @29468   15 年 vboxsync Split up
(edit) @29329   15 年 vboxsync removed VBOX_WITH_VMI
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28791   15 年 vboxsync VBOX_WITH_PAGE_SHARING
(edit) @28426   15 年 vboxsync Added PDMDRVHLP::pfnCallR0 / PDMDrvHlpCallR0 / PFNPDMDRVREQHANDLERR0 …
(edit) @28415   15 年 vboxsync Shared paging updates
(edit) @26951   15 年 vboxsync introduced VBOX_WITH_VUSB
(edit) @26693   15 年 vboxsync small Makefile cleanup
(edit) @26526   15 年 vboxsync VMM,asm.h,Config.kmk: win.amd64 warnings; fixed the ASMAtomicSubU32 …
(edit) @26523   15 年 vboxsync VBoxRc,VBoxR0: Added RuntimeR?Stub libraries for the stub entrypoint …
(edit) @26282   15 年 vboxsync another gcc warning
(edit) @26224   15 年 vboxsync s/IN_RT_GC/IN_RT_RC/g
(edit) @26223   15 年 vboxsync s/RuntimeGC/RuntimeRC/; s/DisasmGC/DisasmRC/; s/tstMicroGC/tstMicroRC/g
(edit) @26222   15 年 vboxsync *.kmk: s/VBOXGC/VBoxRc/g; s/VBOXGCEXE/VBoxRcExe/g; +WERR
(edit) @26218   15 年 vboxsync *.kmk: Started renaming templated from all caps to CamelCase. At the …
(edit) @25946   15 年 vboxsync *: VBOX_WITH_RAW_MODE - Initial build changes (builds on mac os x).
(edit) @24577   15 年 vboxsync Main,VMM,VBox/cdefs.h: build fix; added IN_VMM_STATIC.
(edit) @24574   15 年 vboxsync SSMStandalone.a/lib for linking with VBoxSVC.
(edit) @24061   15 年 vboxsync DBGF,DBGPlugInDiggers: Extended DBGFR3MemScan with an alignment …
(edit) @23452   15 年 vboxsync Makefiles: Corrected properties.
(edit) @23415   15 年 vboxsync PGM: Saved state hacking and some minor cleanups.
(edit) @23307   15 年 vboxsync VMM: Moved the saved state code out of PGM.cpp and into PGMSavedState.cpp.
(edit) @22906   15 年 vboxsync VMM: Don't use RTBldCfgRevision here, the R3 <-> R0/RC compatability …
(edit) @22823   15 年 vboxsync replaced VBOX_SVN_REV by RTBldCfgRevision[Str]()
(edit) @22781   15 年 vboxsync SSM: Save the build type and host os+arch, feed the strings from the …
(edit) @22309   15 年 vboxsync PDMAsyncCompletion: Add first part of the cache for file I/O
(edit) @22140   15 年 vboxsync SSM-new.cpp -> SSM.cpp.
(edit) @22032   15 年 vboxsync VMM: Enabled the new SSM code.
(edit) @22031   15 年 vboxsync VMM/Makefile.kmk: reverted 50766.
(edit) @22029   15 年 vboxsync SSM: adjusted progress calculation during save.
(edit) @21963   15 年 vboxsync VMM: When we're switching to our own private stack, it must have a …
(edit) @21856   15 年 vboxsync SSM: only compress big stuff that's a page or larger.
(edit) @21496   15 年 vboxsync VMM/PDMAsyncCompletion: Add basic working manager using RTFileAio API …
(edit) @21196   15 年 vboxsync Break up raw mode and hwacc EM parts.
(edit) @20998   15 年 vboxsync VMM: how to trigger the 64-bit windows issue.
(edit) @20997   15 年 vboxsync HWACCM,CPUM: Fix for 64-bit Windows trashing guest XMM registers - VMX …
(edit) @20922   15 年 vboxsync Config.kmk,VMM/Makefile.kmk: Retired VBOX_WITH_SMP_GUESTS (unused), …
(edit) @20871   15 年 vboxsync VMM: Make sure there is enough room for a few physical handler …
(edit) @20541   15 年 vboxsync VMM: Split up VMMR0A.asm into VMMR0JmpA-x86.asm and …
(edit) @20167   15 年 vboxsync First part of the PDMAsyncCompletion rewrite: * The Host specific …
(edit) @19957   16 年 vboxsync VMM,SUPDrv-win,Config.kmk: VBOX_WITH_VMMR0_DISABLE_PREEMPTION
(edit) @19757   16 年 vboxsync VMM,IPRT,DBGC: Debug address spaces.
(edit) @19297   16 年 vboxsync Renamed src/recompiler_new to src/recompiler.
(edit) @19288   16 年 vboxsync DBGF,TRPM,HWACCM: Merged DBGFR0.cpp and DBGFGC.cpp into …
(edit) @18792   16 年 vboxsync MM,PGM: New User-kernel heap (aka MMUkHeap), use it for the …
(edit) @18665   16 年 vboxsync VMM: Clean out the VBOX_WITH_NEW_PHYS_CODE #ifdefs. (part 1)
(edit) @17294   16 年 vboxsync PGM: started looking at direct access of PGMPAGE::HCPhys and the …
(edit) @16959   16 年 vboxsync disable array bounds warning for PGMAllPool
(edit) @16344   16 年 vboxsync .darwin.x86 isn't right for VBOXGC since that's BLD_TRG_ARCH=x86 and …
(edit) @16341   16 年 vboxsync Makefiles: .darwin -> .darwin.x86.
(edit) @15414   16 年 vboxsync Corrected VBOX_WITH_HYBIRD_32BIT_KERNEL to …
(edit) @15413   16 年 vboxsync #3202: CMPXCHG - 64-bit solaris optimziation.
(edit) @14994   16 年 vboxsync Moved CPUMStack.cpp to the all dir
(edit) @14870   16 年 vboxsync Cleaning up.
(edit) @14833   16 年 vboxsync Drop the global VBOX_WITH_NEW_RECOMPILER global.
(edit) @14785   16 年 vboxsync More switcher updates
(edit) @14766   16 年 vboxsync PAE to AMD64 switcher
(edit) @14515   16 年 vboxsync SUPDrv,SUPLib,VMM: Kicked out the dead VBOX_WITH_IDT_PATCHING code.
(edit) @14167   16 年 vboxsync VMM: AMD64 -> 32bit switcher (for testing only).
(edit) @14137   16 年 vboxsync order
(edit) @14134   16 年 vboxsync 32->64 bit mode skeleton, nothing yet works, for sure
(edit) @14116   16 年 vboxsync line continuation fun.
(edit) @14114   16 年 vboxsync #1865: Some structures and external API for the ring-0 dynamic mapping …
(edit) @14042   16 年 vboxsync Windows build fix; VBoxDD*R0/GC should not link against RuntimeR0/GC, …
(edit) @13798   16 年 vboxsync VMM: Split out the switcher code from VMM.cpp and into VMMSwitcher.cpp.
(edit) @13699   16 年 vboxsync VMM: Made VBOX_WITH_R0_LOGGING a Makefile (LocalConfig.kmk) option.
(edit) @13698   16 年 vboxsync VMM: Fixed ring-0 access to the ring-3 mapping of the EMT stack. Moved …
(edit) @13565   16 年 vboxsync #1865: REM (VMM bits) - moved EMFlushREMTBs to REMFlushTBs, deleted …
(edit) @13375   16 年 vboxsync some (disabled) VMI bits
(edit) @13306   16 年 vboxsync IPRT,++: some assert.h cleanup, making a suitable place to call …
(edit) @13060   16 年 vboxsync #1865: More PGM changes.
(edit) @13038   16 年 vboxsync #1865: More PGM changes.
(edit) @13035   16 年 vboxsync #1865: More PGM…
(edit) @12991   16 年 vboxsync VMM: build fix.
(edit) @12990   16 年 vboxsync VMM: build fix.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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