VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @66096   8 years vboxsync VMM: EMT(0) must wait on any other EMTs before destroying the VM or we …
(edit) @65718   8 years vboxsync VMM/VM: fixed small memory leak during termination
(edit) @64626   8 years vboxsync Recompiler, VMM, Devices: Purge the old APIC and the …
(edit) @63648   8 years vboxsync VMM/GIM/HyperV: Add partial support for synthetic interrupt controller …
(edit) @62869   8 years vboxsync VMM: warnings.
(edit) @62647   8 years vboxsync VMMR3: warnings
(edit) @62478   8 years vboxsync (C) 2016
(edit) @61657   8 years vboxsync VMM: Careful with cpumguest and friends!
(edit) @61643   8 years vboxsync EM,VMM: Attempt at dealing with guru meditations in SMP VMs.
(edit) @61570   8 years vboxsync DBGFR3Info*: Added DBGFINFO_FLAGS_ALL_EMTS flag for cpum, apic and …
(edit) @61397   9 years vboxsync VM.cpp: Register SSM stub for rem when VBOX_WITH_REM isn't defined.
(edit) @61122   9 years vboxsync format specifier fixes
(edit) @60406   9 years vboxsync VMM: doxygen fixes
(edit) @60404   9 years vboxsync VMM,Devices,Main: Implemented soft/warm reset for shutdown status …
(edit) @60398   9 years vboxsync VMM/APIC: Get rid of specialized R0 code and clean up ordering issues. …
(edit) @60387   9 years vboxsync PDM: Call pfnInitComplete after both ring-0 and raw-mode is fully …
(edit) @60377   9 years vboxsync VMM: Fix APIC, CPUM init ordering for the new APIC code while still …
(edit) @60364   9 years vboxsync VMM: APIC R0 init/term ordering and nits.
(edit) @60307   9 years vboxsync VMM: APIC rewrite. Initial commit, work in progress.
(edit) @58126   9 years vboxsync VMM: Fixed almost all the Doxygen warnings.
(edit) @58123   9 years vboxsync VMM: Made @param pVCpu more uniform and to the point.
(edit) @58122   9 years vboxsync VMM: Made @param pVM more uniform and to the point.
(edit) @58116   9 years vboxsync VMM: Doxygen fixes.
(edit) @58090   9 years vboxsync Installers/linux: provide clean-up mechanism for upgrade hiccups from …
(edit) @57984   9 years vboxsync Linux: /etc/init.d/vboxdrv => /sbin/rcvboxdrv
(edit) @57863   9 years vboxsync VMM/VM: Add missing call to GIMR3Term.
(edit) @57381   9 years vboxsync VM.cpp: typo.
(edit) @57380   9 years vboxsync VM.cpp: build fix. va_list are soo much fun…
(edit) @57376   9 years vboxsync VMR3SetError[V]: Take shortcut when called on EMT, allowing it early …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57006   9 years vboxsync VMM,*: Annotated format strings in the VMM APIs and dealt with the fallout.
(edit) @55881   10 years vboxsync DBGF,DBGC: Moved the plug-ins from DBGC to DBGF so we can make use of …
(edit) @54763   10 years vboxsync PATM,CPUM: Redid the CPUID stuff by calling a patch helper function …
(edit) @54065   10 years vboxsync VMM: Implemented TM TSC-mode switching with paravirtualized guests.
(edit) @52699   10 years vboxsync VMM/GIM: Fix initialization of Hyper-V bits that rely on HM …
(edit) @52675   10 years vboxsync VMM/GIM: Fix circular dependency between PDM and GIM init. routines.
(edit) @52419   10 years vboxsync VMM: Fix restoring 32-bit guest FPU state on 64-bit capable VMs.
(edit) @52009   10 years vboxsync Comments and nits.
(edit) @51640   10 years vboxsync LogRel cosmetics.
(edit) @51560   10 years vboxsync VMM/GIM: Mapping of GIM MMIO2 regions and Hyper-V provider work.
(edit) @51367   11 years vboxsync VMM/GIM: Hyper-V provider, work-in-progress.
(edit) @50953   11 years vboxsync GIM: Skeleton, work in progress.
(edit) @50596   11 years vboxsync VMM: follow-up fix to r92440
(edit) @50575   11 years vboxsync VMM: Added SSMR3RegisterStub and used it to provide saved state …
(edit) @49893   11 years vboxsync MSR rewrite: initial hacking - half disabled.
(edit) @48528   11 years vboxsync Change implementation for turning a reset into a power off to prevent …
(edit) @46788   11 years vboxsync VMM: Suspend and resume reasons.
(edit) @45786   12 years vboxsync Move HMRCA.asm into the switcher code so we don't need VMMRC.rc.
(edit) @45618   12 years vboxsync Do HMR3Init first in vmR3InitRing3 so the other components can skip …
(edit) @45528   12 years vboxsync VBOX_WITH_RAW_MODE changes.
(edit) @45525   12 years vboxsync VBOX_WITH_RAW_MODE changes.
(edit) @45499   12 years vboxsync VMM: Proper per-CPU stats categorization for VM and HM. Follow suit of EM.
(edit) @45189   12 years vboxsync STAM,VM: ring-3 only testing of pdmcritsectrw.h (disabled).
(edit) @45152   12 years vboxsync PDMCritSectRw: Early morphing stage - untested, ring-3 only.
(edit) @45024   12 years vboxsync PDM,PGM,DevEFI,DevACPI,DevPcBios: Added memory setup phase after …
(edit) @45006   12 years vboxsync DBGF/DBGC: Fixing power off problems.
(edit) @44730   12 years vboxsync BUGZ:6606 Guest CPU offlining/onlining now works. Renamed …
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44401   12 years vboxsync VMM: cleanup order fix
(edit) @44399   12 years vboxsync DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
(edit) @44393   12 years vboxsync VM,++: Changed the VM callbacks (at error, at runtime error, at state …
(edit) @44347   12 years vboxsync PGM,SSM,STAM: Changed APIs used by Main to take PUVM instead of PVM as …
(edit) @44340   12 years vboxsync VMM,Main,Debugger,REM: VM API cleanup, prefering PUVM over PVM so we …
(edit) @43657   12 years vboxsync VMM: APIC refactor. Moved APIC base MSR to the VCPU (where it belongs) …
(edit) @43387   12 years vboxsync VMM: HM cleanup.
(edit) @41965   12 years vboxsync VMM: ran scm. Mostly svn:keywords changes (adding Revision).
(edit) @41803   12 years vboxsync Doxygen.
(edit) @41802   12 years vboxsync Doxygen.
(edit) @41801   12 years vboxsync Doxygen.
(edit) @41800   12 years vboxsync Doxygen.
(edit) @41783   12 years vboxsync Doxygen, comment typos.
(edit) @41777   12 years vboxsync Doxygen.
(edit) @41532   13 years vboxsync VMM: comment typo.
(edit) @41117   13 years vboxsync SUP,VBoxTpG,++: Initial implementation of generic user module …
(edit) @40975   13 years vboxsync VBoxTpG,SUPDrv,VBoxVMM: Working on static user land probes for the …
(edit) @40274   13 years vboxsync Introduced VBOX_WITH_REM in Config.kmk and the VMM.
(edit) @39916   13 years vboxsync VMR3GetState: Prevent assertion caused by race between …
(edit) @39402   13 years vboxsync VMM: don't use generic IPE status codes, use specific ones. Part 1.
(edit) @39078   13 years vboxsync VMM: -Wunused-parameter
(edit) @39070   13 years vboxsync VMM,IPRT: -Wunused-function.
(edit) @39034   13 years vboxsync VMM,INTNET: Addressing unused variable warnings.
(edit) @38838   13 years vboxsync VMM,++: Try fix the async reset, suspend and power-off problems in PDM …
(edit) @38229   13 years vboxsync VMMR3/VM.cpp: Make UUID an optional parameter. Unbreaks VBoxBFE.
(edit) @37794   13 years vboxsync more PCI passthrough fixes
(edit) @37465   13 years vboxsync build fix
(edit) @37462   13 years vboxsync Assert compile time sanity.
(edit) @37211   14 years vboxsync Some ASMAtomic*Size elimiation.
(edit) @36768   14 years vboxsync IEM: Initial commit, work in progress.
(edit) @36441   14 years vboxsync VMM: Sketched out where to do the initial I/O MMU setup. This adds a …
(edit) @36437   14 years vboxsync VMM,Main: Added VMM thread init and term notifications so that Main …
(edit) @36041   14 years vboxsync Main/VMM: Use UVM w/ refcounting - part 1.
(edit) @35810   14 years vboxsync VMM: Replace most VERR_VERSION_MISMATCH by more specific error …
(edit) @35794   14 years vboxsync VMM: Improved error message for PDM interface mismatches. Might also …
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(copy) @35333   14 years vboxsync VMM source reorg.
copied from trunk/src/VBox/VMM/VM.cpp
(edit) @34683   14 years vboxsync VM: better error message about a missing device implementation
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