VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @29436   15 years vboxsync IOM: Profile all callbacks, don't bother count the as we can derive …
(edit) @29329   15 years vboxsync removed VBOX_WITH_VMI
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @28942   15 years vboxsync Check GVM and GVMCPU as well (!)
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28262   15 years vboxsync PDM: Moving more stuff to PDMUSERPERVM. Protect the loader list using …
(edit) @28258   15 years vboxsync PDM critsects for drivers. Fixed critsect cleanup in failure path. …
(edit) @28065   15 years vboxsync Storage: Convert from PDMDATASEG to RTSGSEG to avoid casting between …
(edit) @27920   15 years vboxsync AsyncCompletion: Return error code for completed requests
(edit) @27797   15 years vboxsync misc compiler warning fixes, comment typos and other minor cleanups
(edit) @26562   15 years vboxsync *: Added svn:keywords where missing.
(edit) @26517   15 years vboxsync *: RTGetOpt cleanup related to --help and --version (now standard …
(edit) @26491   15 years vboxsync VMM: whitespace cleanup.
(edit) @26338   15 years vboxsync AsyncCompletion: Introduce range locks to prevent concurrent access to …
(edit) @26296   15 years vboxsync more warnings.
(edit) @26268   15 years vboxsync tstMicroRC.cpp: warning.
(edit) @26240   15 years vboxsync AsyncCompletion: Cleanup
(edit) @26224   15 years vboxsync s/IN_RT_GC/IN_RT_RC/g
(edit) @26223   15 years vboxsync s/RuntimeGC/RuntimeRC/; s/DisasmGC/DisasmRC/; s/tstMicroGC/tstMicroRC/g
(edit) @26222   15 years vboxsync *.kmk: s/VBOXGC/VBoxRc/g; s/VBOXGCEXE/VBoxRcExe/g; +WERR
(edit) @26172   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 1.
(edit) @26169   15 years vboxsync PDM: s/pDevHlp\(|R0|R3|RC\)/pHlp\1/g - PDMDEVINS.
(edit) @26168   15 years vboxsync PDM: s/pDrvHlp\(|R0|R3|RC\)/pHlp\1/g - PDMDRVINS.
(edit) @26161   15 years vboxsync PDM: s/pDrvReg/pReg/g
(edit) @26160   15 years vboxsync PDM: s/pDevReg/pReg/g
(edit) @26153   15 years vboxsync build fix
(edit) @26152   15 years vboxsync VMM: pdm.h and @copydoc cleanups.
(edit) @26107   15 years vboxsync PGM: Some harmless page counting error and factored out the pure MMIO …
(edit) @25947   15 years vboxsync build fix.
(edit) @25946   15 years vboxsync *: VBOX_WITH_RAW_MODE - Initial build changes (builds on mac os x).
(edit) @25935   15 years vboxsync PGM,CPUM: Be more careful and flexible with guest mappings on restore. …
(edit) @25891   15 years vboxsync PDMDrv,*: multi context drivers, part 1.
(edit) @25368   15 years vboxsync RTCritSect,PDMCritSect,iprt/lockvalidator.h: Reworked the deadlocking …
(edit) @25255   15 years vboxsync tstVMM.cpp: -Wshadow
(edit) @25254   15 years vboxsync tstPDMAsyncCompletion.cpp: -Wshadow
(edit) @25253   15 years vboxsync tstAnimate.cpp: -Wshadow
(edit) @24800   15 years vboxsync darwin.amd64 build fix.
(edit) @24799   15 years vboxsync PGM/darwin: Fixed SMP in non-release builds.
(edit) @24730   15 years vboxsync PDM: Implemented making device/driver/usb-device suspend and poweroff …
(edit) @24582   15 years vboxsync VMM.cpp: Fix cleanup of the stack's guard pages so that we don't …
(edit) @24475   15 years vboxsync tstAnimate.cpp: ditto
(edit) @24009   15 years vboxsync don't use <ctype.h> on UTF-8.
(edit) @23973   15 years vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23813   15 years vboxsync Async completion testcase: bugfixes
(edit) @23811   15 years vboxsync AsyncCompletion Stress test: Bugfixes. Correctly calculate the write …
(edit) @23713   15 years vboxsync Async Completion: bugfixes
(edit) @23677   15 years vboxsync AsyncCompletion: Stress test bugfixing. Still now working yet
(edit) @23672   15 years vboxsync AsyncCompletion: Simple stress test utility for bug hunting
(edit) @23593   15 years vboxsync SSM: Fixed bug causing invalid/unnecessary directory entries. Made …
(edit) @23558   15 years vboxsync Wrong tests
(edit) @23557   15 years vboxsync Test hwaccm(cpu) padding too
(edit) @23513   15 years vboxsync PGMSavedState: MMIO2 optimizations in the works.
(edit) @23512   15 years vboxsync tstCompressionBenchmark: Page by page CRC/Hash benchmarking.
(edit) @23511   15 years vboxsync tstCompressionBenchmark: nitpicking.
(edit) @23510   15 years vboxsync tstCompressionBenchmark: fixed copy&past error.
(edit) @23509   15 years vboxsync tstCompressionBenchmark: fixed copy&past error.
(edit) @23508   15 years vboxsync tstCompressionBenchmark: Added SHA-1, SHA-256 and SHA-512.
(edit) @23470   15 years vboxsync PGMPAGE: Removed the non-PGM_PAGE_WITH_PAGEID_IN_HCPHYS cases.
(edit) @23458   15 years vboxsync PGMPAGE: HCPhys and idPage migration work, part 2.
(edit) @23454   15 years vboxsync PGMPAGE: prep for lock counting. renamed all names (X->Y) just to make …
(edit) @23452   15 years vboxsync Makefiles: Corrected properties.
(edit) @23404   15 years vboxsync AsyncCompletion: Handle out of resources case properly. Should fix …
(edit) @23366   15 years vboxsync Wait for the target VCPU to finish its world switch.
(edit) @23145   15 years vboxsync VMM: Extended VMMR3EmtRendezvous with TYPE_ASCENDING, TYPE_DESCENDING …
(edit) @23056   15 years vboxsync Extra printf
(edit) @23015   15 years vboxsync VMM,Main,Devices,VBoxBFE: VMReqCallVoid[U] -> VMR3ReqCallVoidWait. …
(edit) @23012   15 years vboxsync VMM,Devices,Main: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWait.
(edit) @23011   15 years vboxsync VMM,VMMDev: Some VMMR3ReqCall refactoring.
(edit) @22997   15 years vboxsync Test UVM padding as well
(edit) @22945   15 years vboxsync tstHelp: gcc warns about operator precedence
(edit) @22929   15 years vboxsync build hacking.
(edit) @22919   15 years vboxsync VMM/PGM: Alignment fixes that cures crashes on snow leopard when gdb …
(edit) @22893   15 years vboxsync vm.h: page align VMCPU::pgm (it's 28KB).
(edit) @22890   15 years vboxsync VM::cCPUs -> VM::cCpus so it matches all the other cCpus and aCpus members.
(edit) @22888   15 years vboxsync vm.h/vm.mac: tweaking.
(edit) @22887   15 years vboxsync vm.h: Make 32-bit and 64-bit stuff be more uniform…
(edit) @22886   15 years vboxsync vm.h: 64-bit host realignment.
(edit) @22885   15 years vboxsync VMM: Realigned VM and VMCPU members for 64 byte cache lines. Made …
(edit) @22793   15 years vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
(edit) @22480   15 years vboxsync SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
(edit) @22025   15 years vboxsync SSM: Detect zero pages in ssmR3DataWriteBig and store them using a 3 …
(edit) @22006   15 years vboxsync tstCompressionBenchmark: More tests.
(edit) @21989   15 years vboxsync More statistics
(edit) @21987   15 years vboxsync TPR patching updates
(edit) @21917   15 years vboxsync tstCompressionBenchmark: Added CRCs to the benchmarks.
(edit) @21893   15 years vboxsync tstSSM.cpp: re-enable big config.
(edit) @21892   15 years vboxsync SSM: tstSSM works again.
(edit) @21840   15 years vboxsync tstCompressionBenchmark: More tests.
(edit) @21816   15 years vboxsync No LZJB of course.
(edit) @21815   15 years vboxsync tstCompressionBenchmark: moved block compression APIs to runtime, …
(edit) @21803   15 years vboxsync tstCompressionBenchmark.cpp: more body.
(edit) @21802   15 years vboxsync tstCompressionBenchmark: code in progress.
(edit) @21793   15 years vboxsync tstSSM: updates and fixes (bug in old SSMR3Seek causes test failure …
(edit) @21787   15 years vboxsync SSMR3ValidateFile/ConsoleImpl.cpp: Don't waste lots of time …
(edit) @21363   15 years vboxsync PDMQueue&users-thereof: Named the queues and added statistics.
(edit) @21293   15 years vboxsync svn:eol-style native
(edit) @20993   15 years vboxsync build fix.
(edit) @20992   15 years vboxsync VMMR0JmpA-amd64.asm: Save non-volatile XMM registers on Windows/AMD64.
(edit) @20875   15 years vboxsync VMM: Renamed almost all references to CallHost to CallRing3.
(edit) @20871   15 years vboxsync VMM: Make sure there is enough room for a few physical handler …
Note: See TracRevisionLog for help on using the revision log.

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