VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21144   15 years vboxsync Prevent future mistakes with VM_FF_TESTANDCLEAR
(edit) @20961   15 years vboxsync fixed typo, it means occurred, not occured
(edit) @20901   15 years vboxsync VMEmt.cpp: Promoted the VMR3WaitU assertions to AssertLogRel.
(edit) @20880   15 years vboxsync Queue suspend and power off calls from the VM for SMP guests (deadlock …
(edit) @20864   15 years vboxsync SUP,*: API cleanup.
(edit) @20856   15 years vboxsync Another one
(edit) @20855   15 years vboxsync Extra assertion
(edit) @20663   15 years vboxsync VMM: Added VMMR3EmtRendezvous for getting the attention of all EMTs …
(edit) @20593   15 years vboxsync VMEmt.cpp: Fixed another crash in the VMR3CreateVM failure path, SMP …
(edit) @19821   16 years vboxsync TM: TMTimerPoll cleanup.
(edit) @19797   16 years vboxsync Release all taken locks in VMMR3FatalDump instead.
(edit) @19699   16 years vboxsync Loggign update
(edit) @19682   16 years vboxsync Try to cleanup after one VCPU goes into guru meditation mode. Release …
(edit) @19660   16 years vboxsync TM+affected: SMP changes in progress.
(edit) @19539   16 years vboxsync VMMR3YieldSuspend: only cpu 0 for now.
(edit) @19461   16 years vboxsync VMEm.cpp: Check for VMCPUSTATE_STARTED_EXEC_REM before calling …
(edit) @19435   16 years vboxsync VMM: VMCPU::enmState.
(edit) @19423   16 years vboxsync Action flag updates
(edit) @19422   16 years vboxsync Use VM_FF_TESTANDCLEAR for VM_FF_RESET
(edit) @19407   16 years vboxsync VMEmt.cpp: Implemented VMNOTIFYFF_FLAGS_POKE. (not working though as …
(edit) @19401   16 years vboxsync VMEmt.cpp: Another SMP todo
(edit) @19400   16 years vboxsync VM: VMR3Notify*FF refactorying (for poking); converting fNotifiedREM …
(edit) @19395   16 years vboxsync GVMM,VM: Register the other EMTs or we assert painfully in …
(edit) @19300   16 years vboxsync VMReq,*: Replaced VMREQDEST with VMCPUID because it's a pain to have …
(edit) @19299   16 years vboxsync VMReq/Emt: comments.
(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) @19229   16 years vboxsync Only the first VCPU may initialize the VM during early init.
(edit) @19226   16 years vboxsync Fixed action flag splitup regression (#3869)
(edit) @19217   16 years vboxsync UVM splitup for SMP guests. Global and local request packets supported.
(edit) @19141   16 years vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
(edit) @19032   16 years vboxsync Split TM for SMP guests.
(edit) @18927   16 years vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
(edit) @18619   16 years vboxsync PDM,EM: Killed PDMR3Poll. RIP.
(edit) @13858   16 years vboxsync Pass the VMCPU id to the ring 0 callbacks.
(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) @13796   16 years vboxsync VMM: some adjustments.
(edit) @13791   16 years vboxsync Moving data around
(edit) @13785   16 years vboxsync More updates
(edit) @13782   16 years vboxsync More SMP groundwork.
(edit) @13765   16 years vboxsync VM request updates for dispatching packets to individual CPU threads.
(edit) @13667   16 years vboxsync #1865: VM.
(edit) @13059   16 years vboxsync gcc warning
(edit) @12989   16 years vboxsync VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
(edit) @12549   16 years vboxsync VMM: Implemented a TSC mode where it's tied to execution and halt …
(edit) @8795   17 years vboxsync Fiex bad OFF -> GURU state transition.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @6804   17 years vboxsync Fixed VMR3PowerOn regression. The problem was that the EMT outer …
(edit) @6799   17 years vboxsync Fixed two bugs in the VMR3Create failure path introduced in the big …
(edit) @6796   17 years vboxsync Fixed init problems wrt. VM ownership by implementing the UVM …
(edit) @6632   17 years vboxsync doc typo.
(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) @5167   17 years vboxsync New halt method.
(edit) @5080   17 years vboxsync Debugging problem with too much spinning. Read parameters.
(edit) @5031   17 years vboxsync Use GVMMR3CreateVM. the new GVM structure is a ring-0 only VM …
(edit) @4295   17 years vboxsync VMSTATE_GURU_MEDITATION when EMR3Execute returns with the EM state …
(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) @3273   17 years vboxsync Switch to the new halt method. potentially risky.
(edit) @2984   18 years vboxsync configurable halt method. (still using the old stuff)
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2965   18 years vboxsync Forgot to commit this the other day…
(edit) @2830   18 years vboxsync Halt loop - work in progress.
(edit) @2776   18 years vboxsync Release statistics, dumping them to the release log upon VM …
(edit) @2284   18 years vboxsync Left some logging enabled there…
(edit) @2283   18 years vboxsync Working TMCLOCK_VIRTUAL_SYNC.
(edit) @1633   18 years vboxsync warning.
(edit) @1057   18 years vboxsync Trapping and virtualizing TSC (both disabled).
(edit) @866   18 years vboxsync Backed out 18570 & 18569
(edit) @864   18 years vboxsync Added VMSTATE_SUSPENDED_NOSAVE state handling.
(edit) @247   18 years vboxsync Out of memory reporting for dynamic memory allocation case.
(edit) @23   18 years vboxsync string.h & stdio.h + header cleanups.
(add) @1   55 years vboxsync import
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