VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19757   16 years vboxsync VMM,IPRT,DBGC: Debug address spaces.
(edit) @19753   16 years vboxsync More stats.
(edit) @19752   16 years vboxsync TM: Revised tmVirtualSyncGetEx for SMP.
(edit) @19749   16 years vboxsync Same applies to the rem instruction emulator
(edit) @19747   16 years vboxsync TM: Cleaned up pausing and resuming the clocks.
(edit) @19746   16 years vboxsync Sync the entire REM state when changing VCPU
(edit) @19740   16 years vboxsync PDMAllCritSect.cpp: Use ASMAtomicWriteHandle.
(edit) @19735   16 years vboxsync Relax critical alignment requirements a bit.
(edit) @19734   16 years vboxsync Must export vmmR0LoggerFlush
(edit) @19733   16 years vboxsync Compile fix
(edit) @19732   16 years vboxsync Ring 0 logger changes.
(edit) @19731   16 years vboxsync alignment fix
(edit) @19730   16 years vboxsync Backed out 47346
(edit) @19729   16 years vboxsync RTLogSetDefaultInstanceThread change; ring 0 logging fix for multiple VCPUs
(edit) @19725   16 years vboxsync Logging update
(edit) @19724   16 years vboxsync Bugfix
(edit) @19721   16 years vboxsync Locking assertions
(edit) @19720   16 years vboxsync Use an ordered update
(edit) @19719   16 years vboxsync Alignment check
(edit) @19718   16 years vboxsync Alignment check
(edit) @19717   16 years vboxsync Alignment fixes
(edit) @19716   16 years vboxsync Alignment fixes
(edit) @19715   16 years vboxsync Check for more critical section alignment
(edit) @19714   16 years vboxsync Additional alignment checks
(edit) @19712   16 years vboxsync Can't properly emulate monitor & mwait with guest SMP; force the guest …
(edit) @19710   16 years vboxsync DBGFStack.cpp: Just return on invalid input.
(edit) @19709   16 years vboxsync TM,EM: More TM/SMP work, still stuff in progress.
(edit) @19708   16 years vboxsync marked some obsolete code (#3170).
(edit) @19707   16 years vboxsync GVMM: Count EMTs instead of VMs to determin if we've got company or …
(edit) @19702   16 years vboxsync Need a separate ring 0 logger for each VCPU.
(edit) @19699   16 years vboxsync Loggign update
(edit) @19698   16 years vboxsync Updates
(edit) @19697   16 years vboxsync More statistics
(edit) @19696   16 years vboxsync Removed old pgmPoolGetPage decl
(edit) @19693   16 years vboxsync Emulate the mwait instruction with VT-x and AMD-V as well.
(edit) @19692   16 years vboxsync Don't wait for completion of IPI request packets of course.
(edit) @19691   16 years vboxsync SyncPT must be protected by a lock.
(edit) @19690   16 years vboxsync More pgm pool locking.
(edit) @19687   16 years vboxsync gcc warning
(edit) @19682   16 years vboxsync Try to cleanup after one VCPU goes into guru meditation mode. Release …
(edit) @19680   16 years vboxsync More locking
(edit) @19679   16 years vboxsync Fixed wrong usage of HWACCMR3IsActive.
(edit) @19677   16 years vboxsync Wrong assertions
(edit) @19676   16 years vboxsync More verbose assertions
(edit) @19675   16 years vboxsync Must acquire the pgm lock in pgm pool access handlers too.
(edit) @19674   16 years vboxsync Use the pgm lock during pgmPoolAlloc.
(edit) @19671   16 years vboxsync Support,VMMR0: enable disabling of interrupts again and remove …
(edit) @19669   16 years vboxsync oops.
(edit) @19668   16 years vboxsync vmmR3ServiceCallHostRequest: check for pending pdm critical section …
(edit) @19667   16 years vboxsync Cleaned up
(edit) @19666   16 years vboxsync Deal with VMMCALLHOST_MMHYPER_LOCK correctly.
(edit) @19665   16 years vboxsync Attempt at fixing alignment issues
(edit) @19663   16 years vboxsync Protect the MM hypervisor heap with a critical section.
(edit) @19660   16 years vboxsync TM+affected: SMP changes in progress.
(edit) @19659   16 years vboxsync Wrong assertion
(edit) @19658   16 years vboxsync Logging updates
(edit) @19657   16 years vboxsync Fixed new lock/unlock behaviour
(edit) @19652   16 years vboxsync Added GVMMR0SchedPokeEx & GVMMR0SchedWakeUpEx
(edit) @19651   16 years vboxsync Wake up or poke the target CPU when signalling the arrival of a …
(edit) @19649   16 years vboxsync DBGFSym.cpp: reverted accidental commit enabling DbgHelp on Windows.
(edit) @19642   16 years vboxsync Fix
(edit) @19641   16 years vboxsync Logging again
(edit) @19639   16 years vboxsync Disassembler changes for guest SMP
(edit) @19636   16 years vboxsync Log VCPU
(edit) @19633   16 years vboxsync cpumR3InfoGuest: dump state of current EMT if there is one
(edit) @19631   16 years vboxsync Added paranoid assertion about maximum VCPUs
(edit) @19628   16 years vboxsync Lock counter instead of a lock flag.
(edit) @19627   16 years vboxsync PGM pool: allow multiple users of top-level paging structures …
(edit) @19621   16 years vboxsync Properly setup the CPU context
(edit) @19613   16 years vboxsync Logging change for SMP
(edit) @19612   16 years vboxsync Backed out r47189; accidental commit
(edit) @19611   16 years vboxsync Change the EM state to EMSTATE_HALTED after receiving the startup IPI.
(edit) @19609   16 years vboxsync Temporarily restrict servicing timer queues to VCPU 0
(edit) @19608   16 years vboxsync MMHyper.cpp: Extended release assertion with a message.
(edit) @19597   16 years vboxsync PDMCritSectIsOwner fix
(edit) @19596   16 years vboxsync PDMCritSectIsOwner: pretend critical sections scheduled for release …
(edit) @19593   16 years vboxsync Split up PDM.
(edit) @19592   16 years vboxsync HostDrivers/Support,VMMR0: Use critical_enter and critical_exit to …
(edit) @19590   16 years vboxsync Added PDMCritSectGetRecursion
(edit) @19586   16 years vboxsync Missing pgmUnlock
(edit) @19585   16 years vboxsync Enabled ring 0 stack dump for win32 only
(edit) @19583   16 years vboxsync Also load R0 modules
(edit) @19582   16 years vboxsync Wrong end of the stack
(edit) @19581   16 years vboxsync Set selector as well
(edit) @19580   16 years vboxsync Updates
(edit) @19578   16 years vboxsync Missing DBGFADDRESS_FLAGS_VALID
(edit) @19577   16 years vboxsync Compile fix
(edit) @19576   16 years vboxsync Compile fix
(edit) @19575   16 years vboxsync Updates for ring 0 call stack dumping. (not enabled nor tested)
(edit) @19572   16 years vboxsync Started with ring 0 stack trace dump support.
(edit) @19569   16 years vboxsync addendum to r46941
(edit) @19560   16 years vboxsync EFI: typo (uninitialized variable)
(edit) @19539   16 years vboxsync VMMR3YieldSuspend: only cpu 0 for now.
(edit) @19538   16 years vboxsync TM: Moved TMR3TimerDestroy from TMAll.cpp to TM.cpp.
(edit) @19537   16 years vboxsync TMR3TimerDestroy: rewrite to ring-3 only.
(edit) @19529   16 years vboxsync Introduced VMMR3AtomicExecuteHandler
(edit) @19516   16 years vboxsync Always call pgmPoolSyncCR3 from PGMSyncCR3 (regardless of guest paging …
(edit) @19507   16 years vboxsync TM: TMTimerDestroy -> TMR3TimerDestroy. (trying to simplify)
(edit) @19504   16 years vboxsync Fixed r47022 regression
(edit) @19503   16 years vboxsync Fixed r47022 regression
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