VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4497   18 years vboxsync OSE / darwin fixes.
(edit) @4487   18 years vboxsync Todo
(edit) @4477   18 years vboxsync Added missing 20h spill area for register arguments. Changed it to use …
(edit) @4474   18 years vboxsync Solaris.
(edit) @4460   18 years vboxsync format typo
(edit) @4456   18 years vboxsync Fixed an invalid format string in a LogFlow() statement.
(edit) @4455   18 years vboxsync Fixed PDMTHREAD::Thread initialiation race, the new thread might …
(edit) @4451   18 years vboxsync Fixed compile problem when PGMPOOL_WITH_CACHE wasn't set.
(edit) @4425   18 years vboxsync some more CPU feature flags
(edit) @4421   18 years vboxsync Fixed bugs found during testing. Wakeup -> WakeUp.
(edit) @4420   18 years vboxsync Force recompiler emulation of string io operations to work around host …
(edit) @4419   18 years vboxsync Accidental commit
(edit) @4418   18 years vboxsync Reapplied 23986
(edit) @4417   18 years vboxsync Forgot to convert addresses
(edit) @4416   18 years vboxsync Backed out 23986
(edit) @4415   18 years vboxsync Todos added
(edit) @4414   18 years vboxsync Use PGMPhysRead/WriteGCPtrSafe to respect access handlers, set …
(edit) @4413   18 years vboxsync Added PGMPhysWriteGCPtrSafe & PGMPhysReadGCPtrSafe
(edit) @4411   18 years vboxsync Disabled string io operations for ring 0 (hangs/crashes host). Debug …
(edit) @4403   18 years vboxsync PDMCritSectIsInitialized.
(edit) @4402   18 years vboxsync Corrected assertion
(edit) @4401   18 years vboxsync More logging
(edit) @4396   18 years vboxsync Clearer release message
(edit) @4394   18 years vboxsync fixed comment
(edit) @4390   18 years vboxsync The page pool may flush a shadow page table mapping referenced by the …
(edit) @4388   18 years vboxsync Shadow ROM emulation. Clear the RESERVED flag for ROM.
(edit) @4387   18 years vboxsync more grokable.
(edit) @4382   18 years vboxsync Extended the ROMRegister DevHlp interface to include a fShadow flag. …
(edit) @4372   18 years vboxsync Finally corrected the RTFileRead, RTFileReadAt, RTFileWrite and …
(edit) @4296   18 years vboxsync vmR3SetState must accessible of course.
(edit) @4295   18 years vboxsync VMSTATE_GURU_MEDITATION when EMR3Execute returns with the EM state …
(edit) @4284   18 years vboxsync drop a double prediction and some blanks.
(edit) @4268   18 years vboxsync Record invlpg occurrences in ring 0 too.
(edit) @4250   18 years vboxsync Test RTLogPrintf and unset the per-thread loginstance on init failure.
(edit) @4248   18 years vboxsync DEBUG_NO_RING0_ASSERTIONS should not have been left #defined.
(edit) @4228   18 years vboxsync corrected error message for SUPLowAlloc failure.
(edit) @4212   18 years vboxsync SELMSelInfoIsExpandDown
(edit) @4211   18 years vboxsync just to be on the safe side.
(edit) @4208   18 years vboxsync CPUMGetGuestMode
(edit) @4207   18 years vboxsync CPUMGetGuestMode
(edit) @4206   18 years vboxsync more options (forgot to commit it).
(edit) @4198   18 years vboxsync Corrected selector bounds checking for expand down selectors in …
(edit) @4197   18 years vboxsync Load from saved state as well as raw memory file (dump). Updated …
(edit) @4190   18 years vboxsync SSMAFTER_DEBUG_IT hack.
(edit) @4189   18 years vboxsync ignore cpuid mismatch if SSMAFTER_DEBUG_IT.
(edit) @4188   18 years vboxsync SSMAFTER_DEBUG_IT hack.
(edit) @4187   18 years vboxsync SSMAFTER_DEBUG_IT hack.
(edit) @4186   18 years vboxsync SSMAFTER_DEBUG_IT hack.
(edit) @4185   18 years vboxsync Fixed x86/amd64 file header difference. Added SSMAFTER_DEBUG_IT for …
(edit) @4177   18 years vboxsync Use -e sym instead of -entry=sym since this works for both solaris and …
(edit) @4117   18 years vboxsync Removed trailing dots and \n from error messages.
(edit) @4116   18 years vboxsync Clear pVM->stam.s.pHead
(edit) @4086   18 years vboxsync Another LINUX -> RT_OS_LINUX
(edit) @4085   18 years vboxsync RT_OS_LINUX or did you really mean LINUX?
(edit) @4084   18 years vboxsync comment
(edit) @4083   18 years vboxsync Changed comment
(edit) @4081   18 years vboxsync Spacing
(edit) @4080   18 years vboxsync Changed comment
(edit) @4079   18 years vboxsync Fail if the CPU is in VMX root mode.
(edit) @4078   18 years vboxsync Handle the VMX in root mode error.
(edit) @4074   18 years vboxsync Call vmR3Destroy when vmR3Create fails at a late stage.
(edit) @4072   18 years vboxsync STAMR3Term: check for double termination
(edit) @4071   18 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4059   18 years vboxsync Correction
(edit) @4058   18 years vboxsync comment update
(edit) @4057   18 years vboxsync Don't allow popf instructions to change the current IOPL in simple …
(edit) @4013   18 years vboxsync pdm.h = include pdm*.h; pdmapi.h = only the 'core' pdm APIs.
(edit) @4012   18 years vboxsync Hooked up the PDMThread stuff.
(edit) @4000   18 years vboxsync uint32_t -> int32_t
(edit) @3956   18 years vboxsync Always flag the necessary updates; necessary for hardware acceleration
(edit) @3942   18 years vboxsync fixed detecting the CPU vendor (in DevAPIC) by introducing symbolic …
(edit) @3888   18 years vboxsync Solaris.
(edit) @3861   18 years vboxsync use generic functions for determining paths instead of home-brewn solutions
(edit) @3857   18 years vboxsync PDMUsb - work in progress.
(edit) @3853   18 years vboxsync Some more USB sketching…
(edit) @3852   18 years vboxsync Finally splitting up pdm.h. Working on integrating USB into PDM …
(edit) @3840   18 years vboxsync Created CFGMR3CreateTree and CFGMR3InsertSubTree.
(edit) @3776   18 years vboxsync Compile fixes
(edit) @3753   18 years vboxsync info "ff"
(edit) @3750   18 years vboxsync Check if SVM is disabled in the BIOS. Otherwise enabling it with wrmsr …
(edit) @3724   18 years vboxsync removed the obsolete x86context.h (all constants are in VBox/x86.h).
(edit) @3723   18 years vboxsync Double underscore cleanup.
(edit) @3722   18 years vboxsync removed left over file
(edit) @3700   18 years vboxsync r0 logging for me
(edit) @3697   18 years vboxsync double underscore cleanup.
(edit) @3696   18 years vboxsync double underscore cleanup.
(edit) @3686   18 years vboxsync leaves.
(edit) @3635   18 years vboxsync VBox_hdr_h -> _VBox_hdr_h
(edit) @3548   18 years vboxsync Quickly made PDMThread.cpp compile (still a bit unfinished).
(edit) @3523   18 years vboxsync PDMThread (unfinished).
(edit) @3520   18 years vboxsync PDMThread (unfinished).
(edit) @3519   18 years vboxsync MM_TAG_PDM_THREAD
(edit) @3510   18 years vboxsync Interpret CLTS
(edit) @3509   18 years vboxsync Emulate CLTS in GC.
(edit) @3505   18 years vboxsync Sigh
(edit) @3504   18 years vboxsync correction
(edit) @3503   18 years vboxsync Dump more of the FPU state
(edit) @3498   18 years vboxsync Adjusted assertion
(edit) @3492   18 years vboxsync Split up the huge printf.
(edit) @3491   18 years vboxsync Dump FPUDP, MXCSR & MXCSR_MASK too.
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette