VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @36408   14 年 vboxsync log rotation review and adjustments: Don't delete any excess files if …
(edit) @36345   14 年 vboxsync Runtime/log: forgotten file
(edit) @35601   14 年 vboxsync DBGF,CPUM: Expose hypervisor registers as hypercpuX.
(edit) @35466   14 年 vboxsync DBGFReg: Query individual registers by name.
(edit) @35410   14 年 vboxsync DBGFReg revamp #2.
(edit) @35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35339   14 年 vboxsync More build fixes
(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) @34163   14 年 vboxsync PGMR3PhysRomRegister/PDMDevHlpROMRegister: Added cbBinary argument to …
(edit) @33935   14 年 vboxsync VMM: mask all Local APIC interrupt vectors which are set up to NMI …
(edit) @33595   14 年 vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33550   14 年 vboxsync some more spelling fixes, thanks Timeless!
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @32920   14 年 vboxsync Compile fix
(edit) @32489   14 年 vboxsync VMM: More work on the periodic preemption timer (no actual timers yet).
(edit) @32484   14 年 vboxsync TM,DevPit,DevApic,DevRtc: Timer frequency hints for calculating the …
(edit) @32190   14 年 vboxsync PDMDevHlpVMSuspendSaveAndPowerOff: More code.
(edit) @32133   14 年 vboxsync vm.h/mac: alignment fixes.
(edit) @32087   14 年 vboxsync PGM: Account for aliased and off pages in physical handlers so that …
(edit) @32036   14 年 vboxsync Removed X86_PTE_PAE_PG_MASK, renamed X86_PTE_PAE_PG_MASK_FULL to …
(edit) @31996   14 年 vboxsync Mostly safe X86_PTE_PAE_PG_MASK -> X86_PTE_PAE_PG_MASK_FULL conversions.
(edit) @31989   14 年 vboxsync VMM: Removed the PGMR3DumpHierarchyGC/HC functions.
(edit) @31895   14 年 vboxsync FT updates
(edit) @31402   14 年 vboxsync PGM: Replaced the hazzardous raw-mode context dynamic mapping code …
(edit) @31140   14 年 vboxsync PGM: Removed CheckPageFault as it is no longer used. Removed …
(edit) @31123   14 年 vboxsync PGM: Moved the PGM stats out of the VM structure. Reduces the size of …
(edit) @30572   14 年 vboxsync Removed PGMPhysGCPhys2R3Ptr usage from PATM.
(edit) @30217   14 年 vboxsync VMM: VCC100 warnings.
(edit) @29440   15 年 vboxsync tstCompiler.cpp: init runtime
(edit) @29436   15 年 vboxsync IOM: Profile all callbacks, don't bother count the as we can derive …
(edit) @29329   15 年 vboxsync removed VBOX_WITH_VMI
(edit) @29250   15 年 vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @28942   15 年 vboxsync Check GVM and GVMCPU as well (!)
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28262   15 年 vboxsync PDM: Moving more stuff to PDMUSERPERVM. Protect the loader list using …
(edit) @28258   15 年 vboxsync PDM critsects for drivers. Fixed critsect cleanup in failure path. …
(edit) @28065   15 年 vboxsync Storage: Convert from PDMDATASEG to RTSGSEG to avoid casting between …
(edit) @27920   15 年 vboxsync AsyncCompletion: Return error code for completed requests
(edit) @27797   15 年 vboxsync misc compiler warning fixes, comment typos and other minor cleanups
(edit) @26562   15 年 vboxsync *: Added svn:keywords where missing.
(edit) @26517   15 年 vboxsync *: RTGetOpt cleanup related to --help and --version (now standard …
(edit) @26491   15 年 vboxsync VMM: whitespace cleanup.
(edit) @26338   15 年 vboxsync AsyncCompletion: Introduce range locks to prevent concurrent access to …
(edit) @26296   15 年 vboxsync more warnings.
(edit) @26268   15 年 vboxsync tstMicroRC.cpp: warning.
(edit) @26240   15 年 vboxsync AsyncCompletion: Cleanup
(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) @26172   15 年 vboxsync PDM: s/pCfgHandle/pCfg/g - part 1.
(edit) @26169   15 年 vboxsync PDM: s/pDevHlp\(|R0|R3|RC\)/pHlp\1/g - PDMDEVINS.
(edit) @26168   15 年 vboxsync PDM: s/pDrvHlp\(|R0|R3|RC\)/pHlp\1/g - PDMDRVINS.
(edit) @26161   15 年 vboxsync PDM: s/pDrvReg/pReg/g
(edit) @26160   15 年 vboxsync PDM: s/pDevReg/pReg/g
(edit) @26153   15 年 vboxsync build fix
(edit) @26152   15 年 vboxsync VMM: pdm.h and @copydoc cleanups.
(edit) @26107   15 年 vboxsync PGM: Some harmless page counting error and factored out the pure MMIO …
(edit) @25947   15 年 vboxsync build fix.
(edit) @25946   15 年 vboxsync *: VBOX_WITH_RAW_MODE - Initial build changes (builds on mac os x).
(edit) @25935   15 年 vboxsync PGM,CPUM: Be more careful and flexible with guest mappings on restore. …
(edit) @25891   15 年 vboxsync PDMDrv,*: multi context drivers, part 1.
(edit) @25368   15 年 vboxsync RTCritSect,PDMCritSect,iprt/lockvalidator.h: Reworked the deadlocking …
(edit) @25255   15 年 vboxsync tstVMM.cpp: -Wshadow
(edit) @25254   15 年 vboxsync tstPDMAsyncCompletion.cpp: -Wshadow
(edit) @25253   15 年 vboxsync tstAnimate.cpp: -Wshadow
(edit) @24800   15 年 vboxsync darwin.amd64 build fix.
(edit) @24799   15 年 vboxsync PGM/darwin: Fixed SMP in non-release builds.
(edit) @24730   15 年 vboxsync PDM: Implemented making device/driver/usb-device suspend and poweroff …
(edit) @24582   15 年 vboxsync VMM.cpp: Fix cleanup of the stack's guard pages so that we don't …
(edit) @24475   15 年 vboxsync tstAnimate.cpp: ditto
(edit) @24009   15 年 vboxsync don't use <ctype.h> on UTF-8.
(edit) @23973   15 年 vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23813   15 年 vboxsync Async completion testcase: bugfixes
(edit) @23811   15 年 vboxsync AsyncCompletion Stress test: Bugfixes. Correctly calculate the write …
(edit) @23713   15 年 vboxsync Async Completion: bugfixes
(edit) @23677   15 年 vboxsync AsyncCompletion: Stress test bugfixing. Still now working yet
(edit) @23672   15 年 vboxsync AsyncCompletion: Simple stress test utility for bug hunting
(edit) @23593   15 年 vboxsync SSM: Fixed bug causing invalid/unnecessary directory entries. Made …
(edit) @23558   15 年 vboxsync Wrong tests
(edit) @23557   15 年 vboxsync Test hwaccm(cpu) padding too
(edit) @23513   15 年 vboxsync PGMSavedState: MMIO2 optimizations in the works.
(edit) @23512   15 年 vboxsync tstCompressionBenchmark: Page by page CRC/Hash benchmarking.
(edit) @23511   15 年 vboxsync tstCompressionBenchmark: nitpicking.
(edit) @23510   15 年 vboxsync tstCompressionBenchmark: fixed copy&past error.
(edit) @23509   15 年 vboxsync tstCompressionBenchmark: fixed copy&past error.
(edit) @23508   15 年 vboxsync tstCompressionBenchmark: Added SHA-1, SHA-256 and SHA-512.
(edit) @23470   15 年 vboxsync PGMPAGE: Removed the non-PGM_PAGE_WITH_PAGEID_IN_HCPHYS cases.
(edit) @23458   15 年 vboxsync PGMPAGE: HCPhys and idPage migration work, part 2.
(edit) @23454   15 年 vboxsync PGMPAGE: prep for lock counting. renamed all names (X->Y) just to make …
(edit) @23452   15 年 vboxsync Makefiles: Corrected properties.
(edit) @23404   15 年 vboxsync AsyncCompletion: Handle out of resources case properly. Should fix …
(edit) @23366   15 年 vboxsync Wait for the target VCPU to finish its world switch.
(edit) @23145   15 年 vboxsync VMM: Extended VMMR3EmtRendezvous with TYPE_ASCENDING, TYPE_DESCENDING …
(edit) @23056   15 年 vboxsync Extra printf
(edit) @23015   15 年 vboxsync VMM,Main,Devices,VBoxBFE: VMReqCallVoid[U] -> VMR3ReqCallVoidWait. …
(edit) @23012   15 年 vboxsync VMM,Devices,Main: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWait.
(edit) @23011   15 年 vboxsync VMM,VMMDev: Some VMMR3ReqCall refactoring.
(edit) @22997   15 年 vboxsync Test UVM padding as well
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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