VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @38683   13 年 vboxsync HM: renamed some internal functions.
(edit) @37955   13 年 vboxsync Moved VBox/x86.h/mac to iprt/x86.h/mac.
(edit) @37935   13 年 vboxsync Alignment fixes for 32-bit build employing the electric fence.
(edit) @37836   13 年 vboxsync VMM: typo.
(edit) @37702   13 年 vboxsync REM/VMM: Don't flush the TLB if you don't hold the EM/REM lock, some …
(edit) @37596   13 年 vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @37527   13 年 vboxsync TM: Virtual sync timer locking fixes and assertions.
(edit) @37517   13 年 vboxsync TM: Simplified the virtual sync timers by requiring changes to be done …
(edit) @37467   13 年 vboxsync IOM: Clean up locking now that all devices has its own CS.
(edit) @37466   13 年 vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(edit) @37452   13 年 vboxsync IOM,PDMCritSect: Extended PDMCritSectEnter to handle …
(edit) @37443   13 年 vboxsync PDM: Implemented the NOP critical section.
(edit) @37426   13 年 vboxsync IOMInline.h: Make sure we don't call PDMCritSectIsInitialized …
(edit) @37425   13 年 vboxsync IOM: cleaning up in progress…
(edit) @37424   13 年 vboxsync IOM: Moved the inline functions out of IOMInternal.h and into IOMInline.h.
(edit) @37423   13 年 vboxsync Ran the source code massager (scm).
(edit) @37410   13 年 vboxsync VMM,SUPDrv: Created DBGFTrace.
(edit) @37386   14 年 vboxsync VMM/HM: more paranoid poking code.
(edit) @37370   14 年 vboxsync PGM: Disabled assertions, triggers on mac os x in …
(edit) @37358   14 年 vboxsync PDM/TM: Implemented USB timers.
(edit) @37354   14 年 vboxsync PGM: Fixed locking issues in PGMR3PhysMMIORegister and …
(edit) @37323   14 年 vboxsync build fix and some prefix cleanup.
(edit) @37320   14 年 vboxsync HWACCM: Slowly shortening it to 'HM' (too much uppercase typing for …
(edit) @37319   14 年 vboxsync HWACCM: Use RTOnce to serialize the enabling so that no CPU can start …
(edit) @37298   14 年 vboxsync HWACCM: Added todo on race in HWACCMR0EnableAllCpus. Hide dummy methods.
(edit) @37232   14 年 vboxsync blank line
(edit) @37137   14 年 vboxsync Remvoed the non-PGM_USE_RAMRANGE_SEARCH_TREES code.
(edit) @37091   14 年 vboxsync build fix
(edit) @37090   14 年 vboxsync IEM: exception hacking…
(edit) @37085   14 年 vboxsync IEM: xadd
(edit) @37079   14 年 vboxsync IEM: Implemented the bare minimum of protected mode interrupt handling …
(edit) @37034   14 年 vboxsync IEM: Hacking in progress…
(edit) @37002   14 年 vboxsync IEM: Cleaning up and 'microcode' testcase - work in progress…
(edit) @36940   14 年 vboxsync PGMPAGE: Finally, idPage is 32-bit. The physical address can now be …
(edit) @36939   14 年 vboxsync PGMPAGE: 6-bit unused bits.
(edit) @36938   14 年 vboxsync PGMPAGE: Moved the union a level up (PGMPAGE) and rename the 'bit' …
(edit) @36937   14 年 vboxsync PGMPAGE: HCPhys + ID should be made bitfields as well, because the …
(edit) @36935   14 年 vboxsync PGMPAGE: Use bitfields.
(edit) @36934   14 年 vboxsync PGMPAGE: Yet more.
(edit) @36933   14 年 vboxsync PGMPAGE: A bit more.
(edit) @36931   14 年 vboxsync PGMPAGE: A tiny bit more.
(edit) @36927   14 年 vboxsync PGMPAGE: More bit fields.
(edit) @36926   14 年 vboxsync PGM: PGMPAGE adjustments in progress…
(edit) @36910   14 年 vboxsync PGMInternal.h: Cleaning up page macros before making further changes.
(edit) @36905   14 年 vboxsync PGM: Alignment fix.
(edit) @36904   14 年 vboxsync Alignment fix.
(edit) @36903   14 年 vboxsync PGM: Enable the RAM range search trees.
(edit) @36902   14 年 vboxsync PGM: Implemented RAM range search trees (disabled).
(edit) @36897   14 年 vboxsync PGM: work in progress…
(edit) @36893   14 年 vboxsync PGM: Removed the #ifndef PGM_USE_RAMRANGE_TLB code.
(edit) @36892   14 年 vboxsync PGM: Enabled the RAM range TLB.
(edit) @36891   14 年 vboxsync PGM: Put a TLB in front of the RAM ranges to speed up lookup (disabled).
(edit) @36857   14 年 vboxsync IEM: bsf, bsr, bt, btc, bts, btr and leave. Some cleaning up.
(edit) @36851   14 年 vboxsync IEM: SHLD, SHRD.
(edit) @36849   14 年 vboxsync IEM: Some more bits.
(edit) @36829   14 年 vboxsync IEM: Some more instructions and tweaks.
(edit) @36821   14 年 vboxsync IEM: imul, fixes & optimization hack.
(edit) @36818   14 年 vboxsync IEM: Drop the lock validator when running in IEM validation mode or we …
(edit) @36815   14 年 vboxsync IEM: XCHG mem,reg and CALLN r/m
(edit) @36801   14 年 vboxsync PATM: Indentation and comments of the structures. Fix remaining …
(edit) @36799   14 年 vboxsync AsyncCompletion: Add debugger command to inject delays. Disabled by default
(edit) @36794   14 年 vboxsync IEM: Verify I/O port read and writes as well as MMIO accesses. …
(edit) @36768   14 年 vboxsync IEM: Initial commit, work in progress.
(edit) @36669   14 年 vboxsync PATM: Record trampoline patches in the target to update the …
(edit) @36629   14 年 vboxsync Build fix
(edit) @36627   14 年 vboxsync Fix regression introduced with r70774. Change the RC structure of the …
(edit) @36441   14 年 vboxsync VMM: Sketched out where to do the initial I/O MMU setup. This adds a …
(edit) @36302   14 年 vboxsync BlockCache: Fix race condition which can cause losing completed …
(edit) @36170   14 年 vboxsync rem: synced up to svn://svn.savannah.nongnu.org/qemu/trunk@6686 (repo …
(edit) @36041   14 年 vboxsync Main/VMM: Use UVM w/ refcounting - part 1.
(edit) @36013   14 年 vboxsync VMM/VMMR3/PGMSavedState: Save and restore ballooned pages in saved …
(edit) @36009   14 年 vboxsync PGM: Fixed large pages and write monitoring (live snapshot). Added …
(edit) @35696   14 年 vboxsync PCDBGCCMD & PFNDBGCCMD: Drop the return type & variable. Functions …
(edit) @35694   14 年 vboxsync Debugger console: more cleanup.
(edit) @35676   14 年 vboxsync Main, VMM: PCI passthrough work
(edit) @35601   14 年 vboxsync DBGF,CPUM: Expose hypervisor registers as hypercpuX.
(edit) @35550   14 年 vboxsync Implemented DBGFR3RegNmQueryAll and MachineDebugger::GetRegisters.
(edit) @35490   14 年 vboxsync CPUM,Debugger: Registers, still some details left.
(edit) @35466   14 年 vboxsync DBGFReg: Query individual registers by name.
(edit) @35410   14 年 vboxsync DBGFReg revamp #2.
(edit) @35358   14 年 vboxsync backed out 69217
(edit) @35357   14 年 vboxsync VMM, Main: PCI passthrough work
(edit) @35348   14 年 vboxsync VMM reorg: Moving PATM to where the other VMM sources are.
(edit) @35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35333   14 年 vboxsync VMM source reorg.
(edit) @32953   14 年 vboxsync Finer grained cpu capping
(edit) @32912   14 年 vboxsync First sketch for guest execution capping
(edit) @32302   14 年 vboxsync FTM statistics
(edit) @32245   14 年 vboxsync Reset fNoMorePhysWrites after state saving.
(edit) @32206   14 年 vboxsync FT: no state changes for loading either
(edit) @32193   14 年 vboxsync FT updates
(edit) @32171   14 年 vboxsync FT updates
(edit) @32169   14 年 vboxsync FT updates
(edit) @30572   14 年 vboxsync Removed PGMPhysGCPhys2R3Ptr usage from PATM.
(edit) @30529   14 年 vboxsync internal/pgm.h: Applied svn-ps.sh/cmd.
(add) @30493   14 年 vboxsync Demoted some PGM apis to internal only.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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