VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @37211   14 年 vboxsync Some ASMAtomic*Size elimiation.
(edit) @37187   14 年 vboxsync typo fix
(edit) @37137   14 年 vboxsync Remvoed the non-PGM_USE_RAMRANGE_SEARCH_TREES code.
(edit) @37136   14 年 vboxsync CPUM: Option to set Hypervisor Present bit.
(edit) @37133   14 年 vboxsync CPUM,x86.h: Hypervisor present bit.
(edit) @37110   14 年 vboxsync PGMSavedState.cpp: 2nd attempt at working around the PXE ROM issue …
(edit) @37107   14 年 vboxsync PGMSavedState.cpp: Attempt at working around the PXE ROM issue when …
(edit) @37094   14 年 vboxsync tabs
(edit) @37078   14 年 vboxsync CPUM.cpp: Corrected initial FTW value.
(edit) @37072   14 年 vboxsync PDMBlkCache: Commit dirty entries before suspending the cache to avoid …
(edit) @37045   14 年 vboxsync Enable a few assertions temporary
(edit) @37026   14 年 vboxsync SSM: pointers aren't UL everywhere.
(edit) @36969   14 年 vboxsync more gcc-4.6 -Werror=int-to-pointer-cast fixes
(edit) @36960   14 年 vboxsync PGM,MM: Heap and shadow pool size adjustments for large memory configs.
(edit) @36944   14 年 vboxsync VBox/param.h: Bumped the max RAM limit up to 2TB on 64-bit hosts (was …
(edit) @36912   14 年 vboxsync gcc-4.6 -Werror=int-to-pointer-cast fixes
(edit) @36911   14 年 vboxsync pgmR3PhysChangeMemBalloonRendezvous: Use the PGM_PAGE_GET_TYPE macro, …
(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) @36891   14 年 vboxsync PGM: Put a TLB in front of the RAM ranges to speed up lookup (disabled).
(edit) @36863   14 年 vboxsync CPUM: Don't assert if the supported standard CPUID level is smaller …
(edit) @36858   14 年 vboxsync build fix.
(edit) @36857   14 年 vboxsync IEM: bsf, bsr, bt, btc, bts, btr and leave. Some cleaning up.
(edit) @36826   14 年 vboxsync DBGFReg.cpp: Fixed buffer overflow bug caused by using the wrong variable.
(edit) @36825   14 年 vboxsync EM: Check inhibit pc against RIP, not EIP. Corrected logging.
(edit) @36823   14 年 vboxsync IEM: fixed interrupt delivery in verification mode.
(edit) @36820   14 年 vboxsync PDMDevMiscHlp.cpp: Correct logging.
(edit) @36819   14 年 vboxsync CFGM: Shut up two -O3 warnings on mac.
(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) @36788   14 年 vboxsync OSE build fix.
(edit) @36787   14 年 vboxsync EM: ooops, these assertions shouldn't have been here.
(edit) @36780   14 年 vboxsync IEM: Some more bits.
(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) @36660   14 年 vboxsync VMM: Change initial TSS attribs to what guests expect.
(edit) @36627   14 年 vboxsync Fix regression introduced with r70774. Change the RC structure of the …
(edit) @36568   14 年 vboxsync PDMBlkCache: fixed memory leak
(edit) @36564   14 年 vboxsync HWACCM/SVM: Document and log new feature bits.
(edit) @36442   14 年 vboxsync duh
(edit) @36441   14 年 vboxsync VMM: Sketched out where to do the initial I/O MMU setup. This adds a …
(edit) @36437   14 年 vboxsync VMM,Main: Added VMM thread init and term notifications so that Main …
(edit) @36415   14 年 vboxsync nits
(edit) @36302   14 年 vboxsync BlockCache: Fix race condition which can cause losing completed …
(edit) @36285   14 年 vboxsync Never complete tasks on the submitting thread using the callback, this …
(edit) @36255   14 年 vboxsync VMEmt.cpp: Fixed logging crash.
(edit) @36254   14 年 vboxsync GIP,++: Lots of CPUs (disabled).
(edit) @36157   14 年 vboxsync VMM: fix for gcc 4.5
(edit) @36151   14 年 vboxsync BlockCache: Don't add waiting writs to the list again after an I/O …
(edit) @36138   14 年 vboxsync PCI: some of 64-bit BARs support (many real cards do that)
(edit) @36054   14 年 vboxsync VMM/REM: Made .remstep work to some degree (might skip interrupts/traps).
(edit) @36042   14 年 vboxsync PGMSavedState.cpp: Must change ballooned pages to zero pages when …
(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) @36001   14 年 vboxsync AsyncCompletion: Add a new flag to enable the host cache, to make …
(edit) @35810   14 年 vboxsync VMM: Replace most VERR_VERSION_MISMATCH by more specific error …
(edit) @35794   14 年 vboxsync VMM: Improved error message for PDM interface mismatches. Might also …
(edit) @35787   14 年 vboxsync PDM.cpp: Instrumented the asynchronous reset, suspend and poweroff …
(edit) @35738   14 年 vboxsync r=bird: Clean up of r69600 (PCIRAW), left a few review notes behind.
(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) @35625   14 年 vboxsync DBGF,CPUM,DBGC: Use DBGFReg in the debugger, stop accessing CPUMCTX …
(edit) @35609   14 年 vboxsync Typo.
(edit) @35607   14 年 vboxsync DBGFReg: bugfix.
(edit) @35606   14 年 vboxsync DBGFRegs: Introduced DBGFREG_HYPER_VMCPUID. Fixed some bugs.
(edit) @35601   14 年 vboxsync DBGF,CPUM: Expose hypervisor registers as hypercpuX.
(edit) @35590   14 年 vboxsync DBGFReg.cpp: formatting fixes.
(edit) @35586   14 年 vboxsync DBGFReg.cpp: Added DBGFR3RegFormatValue, DBGFR3RegFormatValueEx, …
(edit) @35550   14 年 vboxsync Implemented DBGFR3RegNmQueryAll and MachineDebugger::GetRegisters.
(edit) @35513   14 年 vboxsync DBGFReg: long double -> RTFLOAT80U2. Get floating point registers and …
(edit) @35505   14 年 vboxsync DBGFReg.cpp: Cast register value to the alias type if specified.
(edit) @35490   14 年 vboxsync CPUM,Debugger: Registers, still some details left.
(edit) @35470   14 年 vboxsync ditto
(edit) @35469   14 年 vboxsync build fix
(edit) @35468   14 年 vboxsync CPUMDbg.cpp: Hacking in progress (to laptop).
(edit) @35466   14 年 vboxsync DBGFReg: Query individual registers by name.
(edit) @35411   14 年 vboxsync Try to fix burning Linux builds (hope this is correct...)
(edit) @35410   14 年 vboxsync DBGFReg revamp #2.
(edit) @35406   14 年 vboxsync VMMR3/Makefile.kup
(edit) @35358   14 年 vboxsync backed out 69217
(edit) @35357   14 年 vboxsync VMM, Main: PCI passthrough work
(edit) @35351   14 年 vboxsync scm cleanups.
(edit) @35350   14 年 vboxsync build fix…
(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) @35345   14 年 vboxsync More VMMGC* -> VMMRC*.
(edit) @35333   14 年 vboxsync VMM source reorg.
(edit) @34703   14 年 vboxsync VMMR3.def: Corrected the DLL name.
(edit) @34668   14 年 vboxsync More extpack build speedup hacking.
(add) @34662   14 年 vboxsync Hacking in progress, enclosed in VBOX_ONLY_EXTPACKS_USE_IMPLIBS ifdefs …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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