VirtualBox

source: vbox/trunk/src/VBox/VMM/VMM.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16107   16 years vboxsync VMM.cpp: Log log flushes from R0 and GC.
(edit) @15852   16 years vboxsync Another experiment with limiting the time spent in ring 0.
(edit) @15508   16 years vboxsync #3349: Changed a few MMHyperAlloc calls to MMR3HyperAllocOnceNoRel to …
(edit) @14683   16 years vboxsync HWVMX,VMM: make 100% sure the logger doesn't screw us during the …
(edit) @14662   16 years vboxsync VMM: Always set rcCallHost.
(edit) @14607   16 years vboxsync PGMR0DynMap, VMM.cpp: Usee VMMIsHwVirtExtForced for …
(edit) @14499   16 years vboxsync VMM: Don't try use the invalid pvSavedStack pointer on darwin, set it …
(edit) @14299   16 years vboxsync Corrected grammos in comments. No code changes.
(edit) @14239   16 years vboxsync typo found by nike
(edit) @13858   16 years vboxsync Pass the VMCPU id to the ring 0 callbacks.
(edit) @13823   16 years vboxsync VMM: %VGv -> %RGv
(edit) @13822   16 years vboxsync VMM: %VRv -> %RRv
(edit) @13818   16 years vboxsync VMM: %Vrc -> %Rrc, %Vra -> %Rra.
(edit) @13816   16 years vboxsync VMM: VBOX_SUCCESS -> RT_SUCCESS, VBOX_FAILURE -> RT_FAILURE.
(edit) @13815   16 years vboxsync Some RTGCPTR32 cleanup.
(edit) @13813   16 years vboxsync #1865: Final VMM cleanups.
(edit) @13798   16 years vboxsync VMM: Split out the switcher code from VMM.cpp and into VMMSwitcher.cpp.
(edit) @13796   16 years vboxsync VMM: some adjustments.
(edit) @13778   16 years vboxsync Per VCPU init/term.
(edit) @13742   16 years vboxsync Some initial VM data restructuring.
(edit) @13717   16 years vboxsync VMM,IPRT: More GC->RC and similar cleanups.
(edit) @13714   16 years vboxsync VMM: More renaming and cleanup, caught another R3/R0 pointer - the …
(edit) @13703   16 years vboxsync VMM++: VINF_EM_DBG_RING0_ASSERTION -> VERR_VMM_RING0_ASSERTION, …
(edit) @13702   16 years vboxsync VMM++: new EM status code VINF_EM_DBG_RING0_ASSERTION for …
(edit) @13701   16 years vboxsync VMM: some statistics cleanup.
(edit) @13698   16 years vboxsync VMM: Fixed ring-0 access to the ring-3 mapping of the EMT stack. Moved …
(edit) @13697   16 years vboxsync VMM: cleanup in progress.
(edit) @13695   16 years vboxsync VMM: Increased the allocation attempts for core memory as we're still …
(edit) @13694   16 years vboxsync VMM: @image
(edit) @13691   16 years vboxsync pg_vmm update.
(edit) @13005   16 years vboxsync VMM/doxygen: More links.
(edit) @12975   16 years vboxsync #1865: PDMLdr.
(edit) @12837   16 years vboxsync VMM: more VT-x/AMD-V guru meditation fixes.
(edit) @12822   16 years vboxsync The hypervisor dump is not relevant when we're in VT-x/AMD-V mode.
(edit) @12675   16 years vboxsync removed unneeded field, type update
(edit) @12564   16 years vboxsync VMM: Don't need to make complicated 16-bit CFGM read here, but you …
(edit) @12555   16 years vboxsync configure CPU count in VMM, use per-CPU MMIO regions for APIC
(edit) @12545   16 years vboxsync Updates for per-cpu MMIO range registration. (APIC)
(edit) @12479   16 years vboxsync Also print ring 0 release assertion messages to the release log. Now …
(edit) @11945   16 years vboxsync Dropped stack position/empty requirement when restoring the vmm part. …
(edit) @11944   16 years vboxsync Updates for state saving
(edit) @11894   16 years vboxsync Correction for raw mode on 64 bits hosts.
(edit) @11893   16 years vboxsync CPUMPushHyper correction for 64 bits guests
(edit) @11792   16 years vboxsync Assert when the SSM version doesn't match.
(edit) @11438   16 years vboxsync Don't ignore the current log flags for ring 0 logging.
(edit) @11311   16 years vboxsync VMM: ELEMENTS -> RT_ELEMENTS.
(edit) @11141   16 years vboxsync VMM: Try harder allocating the core code page(s). Solaris frequently …
(edit) @10720   16 years vboxsync Fixed issue in fast (METHOD_NEITHER) ioctls. Write the last error to …
(edit) @10450   16 years vboxsync Added VMMGetSvnRev() (exported) and changed VMMR0Init and VMMGCInit …
(edit) @10315   16 years vboxsync Don't dump the guru meditation to stderr for me
(edit) @10062   16 years vboxsync logging fix
(edit) @9793   17 years vboxsync Properly display the current guest instruction during a guru dump.
(edit) @9687   17 years vboxsync Pop up a guru meditation in case of a ring 0 assertion …
(edit) @9539   17 years vboxsync Some changes for amd64. Lifted a restriction for executing code in …
(edit) @9281   17 years vboxsync String format correction
(edit) @9244   17 years vboxsync GC logging changes for 64 bits guests. (RTGCPTR -> RTRCPTR)
(edit) @9148   17 years vboxsync More 64 bits guest preps
(edit) @8841   17 years vboxsync Extra statistic counter
(edit) @8543   17 years vboxsync Corrected the error code for that core code 'allocation' failure.
(edit) @8542   17 years vboxsync Try harder to find contiguous memory for the core code (world …
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8126   17 years vboxsync fix relocation for 32-bit (host) to PAE mode (guest)
(edit) @7927   17 years vboxsync More debugging code removed
(edit) @7925   17 years vboxsync Removed debug code
(edit) @7924   17 years vboxsync Fixed broken ring 0 log flushing
(edit) @7917   17 years vboxsync Comment update
(edit) @7616   17 years vboxsync cosmetics
(edit) @7614   17 years vboxsync fix 64-builds
(edit) @7613   17 years vboxsync better fix for r29105 (see #2680): Make PGM3PhysGrowRange() take …
(edit) @7015   17 years vboxsync Cleaned up
(edit) @6914   17 years vboxsync Replaced PGMR3DumpMappings by info handler.
(edit) @6528   17 years vboxsync NEW_PHYS_CODE -> VBOX_WITH_NEW_PHYS_CODE; check for it in Config.kmk …
(edit) @6300   17 years vboxsync no "\n", ".", nor "!" at end of an error message
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5365   17 years vboxsync Fixed DISInstr return check.
(edit) @4979   17 years vboxsync New ring-0 assertion avoidance, now for all platforms.
(edit) @4971   17 years vboxsync GVM.
(edit) @4932   17 years vboxsync Always use the ioctl path for hwaccm code execution.
(edit) @4917   17 years vboxsync Don't trigger breakpoints in ring 0. (AssertRelease & co)
(edit) @4811   17 years vboxsync Split VMMR0Entry into VMMR0EntryInt, VMMR0EntryFast and VMMr0EntryEx. …
(edit) @4799   17 years vboxsync blanks.
(edit) @4789   17 years vboxsync Also use host OS ioctls to go to ring 0 for hardware virtualization.
(edit) @4738   17 years vboxsync more new phys code.
(edit) @4689   17 years vboxsync ring-3 chunk mappings (in progress).
(edit) @4186   17 years vboxsync SSMAFTER_DEBUG_IT hack.
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4013   17 years vboxsync pdm.h = include pdm*.h; pdmapi.h = only the 'core' pdm APIs.
(edit) @3753   17 years vboxsync info "ff"
(edit) @3700   17 years vboxsync r0 logging for me
(edit) @3696   17 years vboxsync double underscore cleanup.
(edit) @3324   17 years vboxsync comment.
(edit) @3123   18 years vboxsync Made VBOX_LOG_FLAGS=msprog work in GC.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2914   18 years vboxsync No output to the debug console for me. It's seriously slow here.
(edit) @2507   18 years vboxsync Drop the VINF_IOM_HC_IOPORT_READWRITE status code as it isn't really …
(edit) @2291   18 years vboxsync More ring-0/ring-3 type safety (callbacks and PDM symbol resolving).
(edit) @2289   18 years vboxsync disabled ring-0 logging again for everyone but sander.
(edit) @2283   18 years vboxsync Working TMCLOCK_VIRTUAL_SYNC.
(edit) @2228   18 years vboxsync backed out 20576 due to regressions
(edit) @2124   18 years vboxsync TRPM changes to assert and report trap/interrupt types accurately.
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