VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @75611   6 年 vboxsync VMM: Nested VMX: bugref:9180 Move the VMX APIC-access guest-physical …
(edit) @75440   6 年 vboxsync VMM: Nested VMX: bugref:9180 Separate the VMX/SVM CPU spec. functions …
(edit) @75173   6 年 vboxsync VMM: Re-indenting makefiles.
(edit) @74242   6 年 vboxsync VMM: dtrace fixes
(edit) @73606   6 年 vboxsync VMM: Nested VMX: bugref:9180 Various bits: - IEM: Started VMXON, …
(edit) @73348   6 年 vboxsync DBGF,DBGC,GIMHv: Added some basic windows bug check formatting …
(edit) @73271   6 年 vboxsync PGM: Working on consolidating templated code... bugref:9044
(edit) @73150   6 年 vboxsync VMM,DBGC,IPRT: In memory - VMM: Morphed part of the NT kernel digger …
(edit) @73088   6 年 vboxsync VMM/Makefile.kmk: Shut up $ warning.
(edit) @72925   6 年 vboxsync Config.kmk,VMM: Enabled NEM/win for non-OSE builds. OSE will need …
(edit) @72892   6 年 vboxsync EM: We no longer need the assembly code in EMAllA.asm anymore.
(edit) @72642   6 年 vboxsync EM,IEM,VMX: Working on configuring exit history optimziations. …
(edit) @72503   6 年 vboxsync VMM/testcase/Makefile.kmk: Need to pass VMM_COMMON_DEFS to a number of …
(edit) @72493   6 年 vboxsync IEM,REM,++: Removed code related IEM_VERIFICATION_MODE and friends …
(edit) @72451   7 年 vboxsync IEM: Quick vmcall (VT-x) implementation, made vmmcall available when …
(edit) @72286   7 年 vboxsync NEM/win: Updated SDK.
(edit) @72208   7 年 vboxsync VMM: VBOX_WITH_NESTED_HWVIRT_SVM.
(edit) @71152   7 年 vboxsync VMM/NEM/win: Refactoring... bugref:9044
(edit) @71136   7 年 vboxsync SUPDrv,VMM/NEM/win: Abstracted kernel I/O control work in SUPDrv, …
(edit) @71129   7 年 vboxsync VMM/NEM/win: Reimplemented virtual process API, optimizing the cancel …
(edit) @71075   7 年 vboxsync VMM,SUPDrv: More NEM/win experimentation. bugref:9044
(edit) @70979   7 年 vboxsync NEM: Working on the EM loops. bugref:9044
(edit) @70954   7 年 vboxsync NEM: Working on PGM notifications. bugref:9044
(edit) @70942   7 年 vboxsync VMM/NEM: More code.
(edit) @70918   7 年 vboxsync VMM: NEM kick off.
(edit) @69560   7 年 vboxsync VMMR3: force disabling of Address Sanitiser on PGMPool.cpp - fix a …
(edit) @69559   7 年 vboxsync VMMR3: force disabling of Address Sanitiser on PGMPool.cpp. …
(edit) @69111   7 年 vboxsync (C) year
(edit) @68226   7 年 vboxsync VMM: Nested Hw.virt: SVM R0 bits.
(edit) @67656   7 年 vboxsync VMM: VBOX_WITH_REM already part of global DEFS
(edit) @67185   8 年 vboxsync VMM/Makefile: Define VBOX_WITH_NESTED_HWVIRT_ONLY_IN_IEM until R0 …
(edit) @67072   8 年 vboxsync IEM: Tests and fixes for vmovntdqa Vx,Mx. Added a few strickness …
(edit) @67040   8 年 vboxsync IEM: Implemented movntdqa Vdq,Mdq (0x66 0x0f 0x38 0x2a mod!=3).
(edit) @66641   8 年 vboxsync VMM/Makefile.kmk: Applied KB_FN_AUTO_CMD_DEPS_COMMANDS and friends.
(edit) @66640   8 年 vboxsync VMM/Makefile.kmk: Applied KB_FN_AUTO_CMD_DEPS_COMMANDS and friends.
(edit) @66639   8 年 vboxsync VMM/Makefile.kmk: Applied KB_FN_AUTO_CMD_DEPS_COMMANDS and friends.
(edit) @66638   8 年 vboxsync VMM/Makefile.kmk: Applied KB_FN_AUTO_CMD_DEPS_COMMANDS and friends.
(edit) @66581   8 年 vboxsync VMM: Nested Hw.virt: Implemented various SVM intercepts in IEM, …
(edit) @66479   8 年 vboxsync IEM: Stubbed VEX opcode map 2 and 3.
(edit) @66474   8 年 vboxsync IEM: Stubbed the three byte opcode tables.
(edit) @66471   8 年 vboxsync IEM: Split the 3DNow! instruction out into a separate file.
(edit) @66469   8 年 vboxsync IEM: More VEX work. Fixed punpcklbw_Vx_Wx.
(edit) @66334   8 年 vboxsync IEM: Fixed UD1 / grp 10 decoding (intel eats modr/m after it).
(edit) @66125   8 年 vboxsync bugref:8019: Undefined behaviour sanitiser: add a build option …
(edit) @65989   8 年 vboxsync VMM: Nested Hw.virt: Implement AMD-V VMMCALL in IEM. Cleanup the code …
(edit) @65952   8 年 vboxsync VMM/Makefile.kmk: apply pylint to IEMAllInstructionsPython.py.
(edit) @65904   8 年 vboxsync VMM: Nested Hw.virt: Started with tweaking the AMD bits and laying the …
(edit) @65871   8 年 vboxsync IEM: Addding disassembler info to new IEMOP_MNEMONIC macros.
(edit) @65758   8 年 vboxsync IEM: Split out IEMAllInstructionsOneByte.cpp.h and …
(edit) @65505   8 年 vboxsync VMM/Makefile.kmk: IEMAllAImplC.cod.
(edit) @65465   8 年 vboxsync VMM/Makefile.kmk: PGMAll.cod
(edit) @65338   8 年 vboxsync Remove the old, unused I/O APIC code and related define.
(edit) @64626   8 年 vboxsync Recompiler, VMM, Devices: Purge the old APIC and the …
(edit) @64559   8 年 vboxsync Rename DBGFR3Cfg* to DBGFR3Flow* to avoid confusing with APIs for …
(edit) @64553   8 年 vboxsync build fix cleanup
(edit) @64550   8 年 vboxsync and another one
(edit) @64549   8 年 vboxsync another windows build fix
(edit) @64548   8 年 vboxsync windows build fix
(edit) @64546   8 年 vboxsync IEM: Added per-instruction statistics (not release).
(edit) @64545   8 年 vboxsync IEM: Added per-instruction statistics (not release).
(edit) @64500   8 年 vboxsync VMM/DBGF: Add DBGFR3Cfg* API to create control flow graphs
(edit) @62478   8 年 vboxsync (C) 2016
(edit) @62460   8 年 vboxsync VMM: scm
(edit) @62384   8 年 vboxsync VMM: fixed gcc flags
(edit) @62233   8 年 vboxsync slight adjustment.
(edit) @62232   8 年 vboxsync VMM: Try convince the microsoft linker to pick the right version of …
(edit) @62147   8 年 vboxsync PDMCritSect: NOP critsects are less likely to appear than real ones …
(edit) @62006   8 年 vboxsync Config.kmk,VMM: Reduced the VM structure by half on darwin where we …
(edit) @61968   8 年 vboxsync IEM: Fixed setjmp bug (still disabled). Made IEMExecLots execute lots …
(edit) @61896   8 年 vboxsync IEM: use uintptr_t instead of uint8_t/unsigned for offOpcode so the …
(edit) @61885   8 年 vboxsync IEM: Playing with setjmp (disabled) vs return codes. Group6 jump table.
(edit) @61671   8 年 vboxsync VMM/DBGF: Start on a simple type system to pretty print structs in the …
(edit) @61348   9 年 vboxsync CPUM,VMM: Touch the FPU state before doing HM on all platforms which …
(edit) @61339   9 年 vboxsync VMM, Devices: Added new I/O APIC implementation.
(edit) @61068   9 年 vboxsync CPUM,IEM: FPU/SSE/AVX state and host resources APIs, first …
(edit) @60398   9 年 vboxsync VMM/APIC: Get rid of specialized R0 code and clean up ordering issues. …
(edit) @60307   9 年 vboxsync VMM: APIC rewrite. Initial commit, work in progress.
(edit) @58996   9 年 vboxsync CPUM: dtrace library fixes.
(edit) @57885   9 年 vboxsync Experiment: Mess with \177VMMR0_NULL_THUNK_DATA too (like I did for …
(edit) @57879   9 年 vboxsync build fix
(edit) @57878   9 年 vboxsync Experiment: Mess with \177VMMR0_NULL_THUNK_DATA too (like I did for …
(edit) @57860   9 年 vboxsync VMM: warnings.
(edit) @57855   9 年 vboxsync VMM: Another crack at having more warnings for VMM code enabled.
(edit) @57566   9 年 vboxsync VMM/Makefile: revert r102380 temporarily.
(edit) @57561   9 年 vboxsync VMM: Add gcc's unused-variables warning to VMMR0 template.
(edit) @57450   9 年 vboxsync fix
(edit) @57446   9 年 vboxsync VMM: Removing VBOX_WITH_HYBRID_32BIT_KERNEL and other 32-bit darwin fun.
(edit) @57126   9 年 vboxsync VMM: Optimizations for memory scanning, trying to make 'detect' run …
(edit) @56792   9 年 vboxsync VMM/GIM: Build fix.
(edit) @56607   9 年 vboxsync IOM,IEM: split up VBOX_WITH_2ND_IEM_STEP into two steps, the first one …
(edit) @56284   9 年 vboxsync s/VMMGC.gc/VMMRC.rc/g s/VBoxDDGC.gc/VBoxDDRC.rc/g …
(edit) @56085   10 年 vboxsync PDM/Audio: Removed old audio architecture.
(edit) @56064   10 年 vboxsync Committed the VBOX_WITH_FIRST_IEM_STEP code, removing the #else cases.
(edit) @55966   10 年 vboxsync PGM,++: VBOXSTRICTRC for physical access handlers.
(edit) @55881   10 年 vboxsync DBGF,DBGC: Moved the plug-ins from DBGC to DBGF so we can make use of …
(edit) @55789   10 年 vboxsync Resources: Some simplifications.
(edit) @55788   10 年 vboxsync Config.kmk,VMM,VBoxSDL,Resources/win: Created resource templates for …
(edit) @55053   10 年 vboxsync fix
(edit) @55046   10 年 vboxsync s/nm/VBOX_NM/
(edit) @55044   10 年 vboxsync test for unresolved symbols in VMMGC.gc
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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