VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @20864   15 years vboxsync SUP,*: API cleanup.
(edit) @20863   15 years vboxsync tstCFGM.cpp: unintentional change in r49006.
(edit) @20862   15 years vboxsync SUP: Made SUPPageLock and SUPPageUnlock internal to SUP.
(edit) @20808   15 years vboxsync Removed dead code
(edit) @20794   15 years vboxsync gcc warnings
(edit) @20784   15 years vboxsync TM: Renamed the EmtLock to TimerCritSect as it's almost only used for …
(edit) @20747   15 years vboxsync REM: Don't drop handler reply records. More handler replay paranoia …
(edit) @20689   15 years vboxsync TMCPU::u64TSCOffset -> offTSCRawSrc
(edit) @20663   15 years vboxsync VMM: Added VMMR3EmtRendezvous for getting the attention of all EMTs …
(edit) @20620   15 years vboxsync tstMMHyperHeap.cpp: spaces
(edit) @20615   15 years vboxsync fixed tstMMHyperHeap
(edit) @20545   15 years vboxsync VMM: Instrumented the setjump code with stack usage statistics (only …
(edit) @20543   15 years vboxsync VMMR0JmpA*,tstVMMR0CallHost-*: some cleanup, build tests for both …
(edit) @20541   15 years vboxsync VMM: Split up VMMR0A.asm into VMMR0JmpA-x86.asm and …
(edit) @20530   15 years vboxsync VMM: remove DISCPUSTATE from the stack.
(edit) @20429   15 years vboxsync tstPDMAsyncCompletion.cpp: Fixed header and a couple of variable names.
(edit) @20426   15 years vboxsync Protect pgm handler notifications in the recompiler.
(edit) @20421   15 years vboxsync Rewrote rem notification handling.
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20365   16 years vboxsync VMM: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20205   16 years vboxsync OSE
(edit) @20153   16 years vboxsync SSM,PCI: We must restore the PCI configuration registers before PGM so …
(edit) @20151   16 years vboxsync Handle pgm pool flushes a bit differently.
(edit) @20135   16 years vboxsync Prevent reuse of cached larged pages with different access attributes.
(edit) @20087   16 years vboxsync TM,*: Proper timer callback locking and pvUser for devices.
(edit) @20060   16 years vboxsync Atomic updates of lock counters
(edit) @19735   16 years vboxsync Relax critical alignment requirements a bit.
(edit) @19733   16 years vboxsync Compile fix
(edit) @19715   16 years vboxsync Check for more critical section alignment
(edit) @19714   16 years vboxsync Additional alignment checks
(edit) @19702   16 years vboxsync Need a separate ring 0 logger for each VCPU.
(edit) @19593   16 years vboxsync Split up PDM.
(edit) @19537   16 years vboxsync TMR3TimerDestroy: rewrite to ring-3 only.
(edit) @19500   16 years vboxsync TM: Moved the WarpDrive feature out of TMVirtual and made the setter …
(edit) @19490   16 years vboxsync tstVMM-2: Deleted as it did end up being used.
(edit) @19467   16 years vboxsync tstVMM: build fix.
(edit) @19466   16 years vboxsync tstVMM,CFGM: Hacked together a TM testcase in tstVMM.
(edit) @19462   16 years vboxsync VMM: iLastGZRc from VMM to VMMCPU.
(edit) @19454   16 years vboxsync VMM++: More on poking. Fixed broken R0 stats (wrong way of calling …
(edit) @19453   16 years vboxsync attempt to fix the 32-bit build boxes
(edit) @19434   16 years vboxsync Further splitup of VMM (ring 0 jump buffer).
(edit) @19405   16 years vboxsync VBox/types.h: Added VMCPUSET and a couple of macros.
(edit) @19366   16 years vboxsync Removed global VMM lock.
(edit) @19324   16 years vboxsync fVirtualTicking -> cVirtualTicking. Turn on the virtual timer only …
(edit) @19300   16 years vboxsync VMReq,*: Replaced VMREQDEST with VMCPUID because it's a pain to have …
(edit) @19297   16 years vboxsync Renamed src/recompiler_new to src/recompiler.
(edit) @19286   16 years vboxsync VMM,VBoxDbg: SMP refactoring, part 1.
(edit) @19257   16 years vboxsync Reapplied 46658 + fix
(edit) @19255   16 years vboxsync Backed out 46655-57 for now
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