VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15349   16 years vboxsync VMM: Fixed linked list bug responsible for #3379.
(edit) @15317   16 years vboxsync Removed VMR3GetGuestBitness.
(edit) @15303   16 years vboxsync REM: actually ask for guest bitness when loading apropriate implmentation
(edit) @14756   16 years vboxsync VM.cpp: Fixed typo in HwVirtExtForced query.
(edit) @14543   16 years vboxsync #1865/VT-x: Attacking the heap allocation, introducing …
(edit) @13858   16 years vboxsync Pass the VMCPU id to the ring 0 callbacks.
(edit) @13823   16 years vboxsync VMM: %VGv -> %RGv
(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) @13789   16 years vboxsync VMM: Ring-0 initializes VM::cCPUs, VMR3CreateVM validates i'ts input …
(edit) @13785   16 years vboxsync More updates
(edit) @13784   16 years vboxsync Removed some obsolete VM members.
(edit) @13782   16 years vboxsync More SMP groundwork.
(edit) @13778   16 years vboxsync Per VCPU init/term.
(edit) @13755   16 years vboxsync Started with VM request API changes.
(edit) @13751   16 years vboxsync UVM updates
(edit) @13749   16 years vboxsync Some cleanup & updates
(edit) @13745   16 years vboxsync Assertion/checks changes.
(edit) @13742   16 years vboxsync Some initial VM data restructuring.
(edit) @13697   16 years vboxsync VMM: cleanup in progress.
(edit) @13667   16 years vboxsync #1865: VM.
(edit) @13413   16 years vboxsync VMM: spaces mostly.
(edit) @13375   16 years vboxsync some (disabled) VMI bits
(edit) @13146   16 years vboxsync #1865: Renamed PGMPhysReadGCPhys -> PGMPhysSimpleReadGCPhys, …
(edit) @12989   16 years vboxsync VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
(edit) @12579   16 years vboxsync VMM: Outlined the per CPU data.
(edit) @12497   16 years vboxsync Rephrased error message.
(edit) @11883   16 years vboxsync #3076: better error messages for when using the wrong driver.
(edit) @11794   16 years vboxsync SUP: SUPInit(ppSession=NULL, cbReserved=0) -> SUPR3Init(ppSession)
(edit) @11740   16 years vboxsync another error code if /dev/vboxdrv could not be found
(edit) @11473   16 years vboxsync http://en.wikipedia.org/wiki/Guru_Meditation
(edit) @10840   16 years vboxsync Removed annoying & incorrect assertion.
(edit) @8794   17 years vboxsync started on some state machine validation (to catch a bad OFF -> GURU …
(edit) @8608   17 years vboxsync todo comment.
(edit) @8604   17 years vboxsync Workaround for the multiple error messages set in the …
(edit) @8564   17 years vboxsync NoDmik -> NOT_DMIK.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7559   17 years vboxsync warnings
(edit) @7471   17 years vboxsync Rewrote VT-x & AMD-V mode changes. Requires the MP apis in our runtime …
(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) @6633   17 years vboxsync Initialize the halt method correctly. We cannot use the default in …
(edit) @6475   17 years vboxsync Added the NoDmik() macro.
(edit) @6448   17 years vboxsync spaces
(edit) @6398   17 years vboxsync VMM: remove fErrorSet again, not necessary anymore
(edit) @6362   17 years vboxsync Suppress excessice VM stats at VM destroy for some build environments.
(edit) @6347   17 years vboxsync VMM: don't overwrite errors
(edit) @6300   17 years vboxsync no "\n", ".", nor "!" at end of an error message
(edit) @6298   17 years vboxsync When using VMSet.*Error() don't put %Vrc into the error message if the …
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5934   17 years vboxsync gcc-4.3 found this bug (though this code seems to be unused)
(edit) @5684   17 years vboxsync Build fix.
(edit) @5509   17 years vboxsync Fixed init order assertion in TMR3Init/PDM.
(edit) @5119   17 years vboxsync Rewrote two error messages
(edit) @5099   17 years vboxsync getenv() => RTEnvGet()
(edit) @5032   17 years vboxsync UVM.
(edit) @5031   17 years vboxsync Use GVMMR3CreateVM. the new GVM structure is a ring-0 only VM …
(edit) @4958   17 years vboxsync Added hSelf and removed pVMHC from the VM structure.
(edit) @4900   17 years vboxsync fixed driver version error code
(edit) @4759   17 years vboxsync silly me. 0x100 not Start+0x100.
(edit) @4754   17 years vboxsync PGMPhysReadGCPtr at poweroff crashes calling a NULL pointer (GetPage), …
(edit) @4678   17 years vboxsync PGMPhysGCPtr2HCPtr -> PGMPhysReadGCPtr.
(edit) @4388   17 years vboxsync Shadow ROM emulation. Clear the RESERVED flag for ROM.
(edit) @4296   17 years vboxsync vmR3SetState must accessible of course.
(edit) @4228   17 years vboxsync corrected error message for SUPLowAlloc failure.
(edit) @4117   17 years vboxsync Removed trailing dots and \n from error messages.
(edit) @4086   17 years vboxsync Another LINUX -> RT_OS_LINUX
(edit) @4085   17 years vboxsync RT_OS_LINUX or did you really mean LINUX?
(edit) @4081   17 years vboxsync Spacing
(edit) @4080   17 years vboxsync Changed comment
(edit) @4078   17 years vboxsync Handle the VMX in root mode error.
(edit) @4074   17 years vboxsync Call vmR3Destroy when vmR3Create fails at a late stage.
(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) @3696   17 years vboxsync double underscore cleanup.
(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) @2870   18 years vboxsync Not required.
(edit) @2858   18 years vboxsync mark statistics.
(edit) @2776   18 years vboxsync Release statistics, dumping them to the release log upon VM …
(edit) @2508   18 years vboxsync Drop the poweroff workaround as the problem should be fixed now. (And …
(edit) @2376   18 years vboxsync 1ns steps as well please.
(edit) @2368   18 years vboxsync Dump all the GIP info while we're at it.
(edit) @2367   18 years vboxsync No need to display the PIT any longer.
(edit) @2283   18 years vboxsync Working TMCLOCK_VIRTUAL_SYNC.
(edit) @2233   18 years vboxsync put pack the double-power-off workaround
(edit) @2096   18 years vboxsync Made error messages more detailed
(edit) @2054   18 years vboxsync Think I found the problem with the double shutdown mess. Removing the …
(edit) @1890   18 years vboxsync Attempt to fix ALSA on Linux kernels <= 2.6.17: use mmap not memalign …
(edit) @1885   18 years vboxsync warning
(edit) @1871   18 years vboxsync typo.
(edit) @1868   18 years vboxsync X2/GIP debugging code
(edit) @1480   18 years vboxsync No longer require contiguous memory for the VM structure. Did long …
(edit) @1468   18 years vboxsync Error details for when we can't get contiguous or low memory.
(edit) @1417   18 years vboxsync Adjusted comment.
(edit) @1187   18 years vboxsync sync HEAD with 1.3: Better error messages if vboxdrv could not be …
(edit) @914   18 years vboxsync PVMR0 changes for darwin.
(edit) @872   18 years vboxsync Compile fix
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