VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @19252   16 years vboxsync SUPCallVMMR0(Ex) arguments must include the VCPU id. Note: support …
(edit) @19032   16 years vboxsync Split TM for SMP guests.
(edit) @19015   16 years vboxsync Split up TRPM. (guest SMP)
(edit) @18984   16 years vboxsync Autoset does belong in PGMCPU
(edit) @18974   16 years vboxsync Autoset belongs in PGM
(edit) @18956   16 years vboxsync Extra tests
(edit) @18950   16 years vboxsync Mac fixes
(edit) @18934   16 years vboxsync More structure alignment tests
(edit) @18933   16 years vboxsync More tests
(edit) @18927   16 years vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
(edit) @18848   16 years vboxsync tstVMMR0CallHost-1: Converted to RTTest, use guarded memory for the …
(edit) @18837   16 years vboxsync Disabled automatic execution of tstInstrEmul as it caused unsolavble …
(edit) @18718   16 years vboxsync MM: cleaned out MMLOCKEDMEM stuff (only user was MMR3HyperMapPages).
(edit) @18665   16 years vboxsync VMM: Clean out the VBOX_WITH_NEW_PHYS_CODE #ifdefs. (part 1)
(edit) @18645   16 years vboxsync VMSetRuntimeError[V] refactoring: fFatal -> fFlags, may return …
(edit) @18617   16 years vboxsync PGM,EM: Handle out of memory situations more gracefully - part 1. New …
(edit) @18615   16 years vboxsync PDM: At last, no more polling!
(edit) @18456   16 years vboxsync tstSSM: size_t warnings.
(edit) @18117   16 years vboxsync sed(1): make these locale independent by using [:alnum:] and friends. …
(edit) @18112   16 years vboxsync #3743: “tstAsmStructsAsm-lst.sed locale sensitive” Use [:alnum:] and …
(edit) @17586   16 years vboxsync Removed all dead non-VBOX_WITH_PGMPOOL_PAGING_ONLY code.
(edit) @17537   16 years vboxsync REM: Added REMR3InitFinalize and moved the dirty page bit map …
(edit) @17513   16 years vboxsync MM,PGM: Fixed page reservation, include a full set of handy pages for …
(edit) @17487   16 years vboxsync Compile fix
(edit) @17483   16 years vboxsync Cleaned up nested paging init and removed obsolete structure members.
(edit) @17371   16 years vboxsync PGM,GMM: Hacking on the new phys code.
(edit) @17364   16 years vboxsync tstVMM: rc=%Rrc not %d.
(edit) @17226   16 years vboxsync Build fix
(edit) @16920   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: build fix
(edit) @16865   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: updates
(edit) @16350   16 years vboxsync tstInstrEmul: Moved it up to the root dir, it's causing too much …
(edit) @16317   16 years vboxsync Moved Map- and UnmapCR3 to Bth as they affect both guest and shadow …
(edit) @16203   16 years vboxsync Updates in preparation for PGM pool based paging everywhere.
(edit) @16182   16 years vboxsync VMM: VERR_PGM_MAPPING_CONFLICT fix: always relocate after ring-3 init.
(edit) @16172   16 years vboxsync Moved amd64 paging data to unified shadow paging section.
(edit) @16162   16 years vboxsync tstSSM: make it work again.
(edit) @16019   16 years vboxsync tstVMStructGC,Config.kmk,iprt/stdint.h: FreeBSD/amd64 hacks.
(edit) @15942   16 years vboxsync gcc warnings
(edit) @15553   16 years vboxsync eol
(edit) @15236   16 years vboxsync Started with VMCS read/write cache.
(edit) @14833   16 years vboxsync Drop the global VBOX_WITH_NEW_RECOMPILER global.
(edit) @14831   16 years vboxsync whole bunch: avoid runtime.h, include individual headers indead.
(edit) @14672   16 years vboxsync VMMR0CallHostSetJmp/LongJmp: Implemented stack switching for darwin.
(edit) @14515   16 years vboxsync SUPDrv,SUPLib,VMM: Kicked out the dead VBOX_WITH_IDT_PATCHING code.
(edit) @14503   16 years vboxsync tstVMStructGC: more tests.
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