VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11488   16 years vboxsync stoswd emulation fix (DF).
(edit) @11477   16 years vboxsync small logging fix
(edit) @11474   16 years vboxsync AMD-V: Corrected current asid handling. (multiple VMs could end up …
(edit) @11473   16 years vboxsync http://en.wikipedia.org/wiki/Guru_Meditation
(edit) @11458   16 years vboxsync Paranoia.
(edit) @11457   16 years vboxsync BT emulation bugfix.
(edit) @11456   16 years vboxsync Use DISGetParamSize instead of iomGetRegSize.
(edit) @11453   16 years vboxsync More compile issues
(edit) @11452   16 years vboxsync Minor correction
(edit) @11450   16 years vboxsync Access verfication for stoswd emulation.
(edit) @11449   16 years vboxsync Corrected assertion
(edit) @11438   16 years vboxsync Don't ignore the current log flags for ring 0 logging.
(edit) @11434   16 years vboxsync Compile fix
(edit) @11431   16 years vboxsync Paranoia
(edit) @11425   16 years vboxsync Support protected mode without paging in VT-x mode. Note: watch for …
(edit) @11424   16 years vboxsync Emulate stosw/d/q ourselves.
(edit) @11416   16 years vboxsync InvalidatePage: check 4 PDPEs for PAE guest mode. (shouldn't be …
(edit) @11407   16 years vboxsync warnings, comments
(edit) @11398   16 years vboxsync Always sync back the TPR value.
(edit) @11371   16 years vboxsync Too verbose logging
(edit) @11370   16 years vboxsync Deal with flushing of pgm pool pages when an injected event triggers …
(edit) @11366   16 years vboxsync A faulting call also implies the pgm pool page has been reused
(edit) @11349   16 years vboxsync Misleading log statement
(edit) @11317   16 years vboxsync cpum: Use RTMpGetCount and RTMpGetOnlineSet instead of …
(edit) @11311   16 years vboxsync VMM: ELEMENTS -> RT_ELEMENTS.
(edit) @11309   16 years vboxsync iprt: Retired HCSTRING, replaced by R3STRING.
(edit) @11303   16 years vboxsync pdm: Retired PPDMDEVINSGC.
(edit) @11299   16 years vboxsync mm: MMHyperXXToGC -> MMHyperXXToRC.
(edit) @11298   16 years vboxsync cpum: MMHyperCCToGC -> MMHyperCCToRC.
(edit) @11261   16 years vboxsync #1865: DevPIC.
(edit) @11235   16 years vboxsync warning
(edit) @11224   16 years vboxsync PDM: GC->RC, HC->R3 wrt PCI bus registration.
(edit) @11221   16 years vboxsync DECLGCCALLBACKMEMBER -> DECLRCCALLBACKMEMBER
(edit) @11219   16 years vboxsync #1865: DevAPIC.
(edit) @11169   16 years vboxsync #1865: PCI.
(edit) @11164   16 years vboxsync #1865: VGA. Changed PDMDevHlpMMHyperMapMMIO2/MMHyperMapMMIO2 to return …
(edit) @11157   16 years vboxsync Replaced PDMMAC by RTMAC.
(edit) @11155   16 years vboxsync TMTimerRCPtr and some types.
(edit) @11153   16 years vboxsync VMM: raw-mode context (RC) changes for the MHyperXXToYY APIs.
(edit) @11152   16 years vboxsync PDMQueueRCPtr: MMHyperHC2GC -> MMHyperCCToRC
(edit) @11150   16 years vboxsync VMM: raw-mode context (RC) changes for the MHyperXXToYY APIs.
(edit) @11147   16 years vboxsync PDMQueueGCPtr -> PDMQueueRCPtr; strip duplicate comments.
(edit) @11146   16 years vboxsync PDMQueueR0Ptr
(edit) @11141   16 years vboxsync VMM: Try harder allocating the core code page(s). Solaris frequently …
(edit) @11133   16 years vboxsync compiler warnings
(edit) @11070   16 years vboxsync PATM: missing ';'.
(edit) @11068   16 years vboxsync PATM: Fixed PATMGCMonitorPage prototype so that it can be found during …
(edit) @10917   16 years vboxsync tstVMM-HwAccm: disabled testcase becaused it panics here.
(edit) @10903   16 years vboxsync tstSSM: Fixed bustage caused by the UVM change.
(edit) @10886   16 years vboxsync Fixes for syncing back sysenter MSRs.
(edit) @10883   16 years vboxsync Wrmsr fix for MSR_IA32_SYSENTER_CS
(edit) @10858   16 years vboxsync We can't rely on #NM handling in kernel mode, so do what we did before …
(edit) @10853   16 years vboxsync Comment update
(edit) @10849   16 years vboxsync 32 bits build fix
(edit) @10844   16 years vboxsync VMMR0: Fixed bogus pSession argument passed to vmmR0EntryExWorker when …
(edit) @10843   16 years vboxsync intnet: Implemented activation on power on & resume, deactivation on …
(edit) @10841   16 years vboxsync Changed the assertion on pfnConstruct failure into a LogRel.
(edit) @10840   16 years vboxsync Removed annoying & incorrect assertion.
(edit) @10838   16 years vboxsync Fixed assertion (creation failure).
(edit) @10835   16 years vboxsync Obsolete comment removed
(edit) @10833   16 years vboxsync Backed out 33617. Doesn't solve anything.
(edit) @10832   16 years vboxsync TPR shadow changes.
(edit) @10830   16 years vboxsync Turned off nested paging the hard way. (testboxlin regressions)
(edit) @10828   16 years vboxsync Update
(edit) @10824   16 years vboxsync Naming
(edit) @10823   16 years vboxsync Duplicate code
(edit) @10822   16 years vboxsync Prepare for EPT.
(edit) @10821   16 years vboxsync Backed out 33264 - NT4 installation regression (investigate)
(edit) @10820   16 years vboxsync Cleanup
(edit) @10818   16 years vboxsync More capabilities
(edit) @10817   16 years vboxsync Started with EPT support.
(edit) @10806   16 years vboxsync intnet: Push the session down to all the INTNETR0* apis.
(edit) @10805   16 years vboxsync VMM+SUPDrv: Changed the VMMR0EntryEx interface to also take the …
(edit) @10804   16 years vboxsync VMM: Fixed VBOX_SVN_REV blunder (mine).
(edit) @10746   16 years vboxsync Added pSession argument to all the intnet request packets.
(edit) @10730   16 years vboxsync Disabled nested paging again (testboxlin).
(edit) @10724   16 years vboxsync Bumped the SUPDRV_IOC_VERSION major as the changes to the fast path on …
(edit) @10723   16 years vboxsync Missing fixes for VMMR0_DO_RAW_RUN
(edit) @10721   16 years vboxsync Missing update for last error handling.
(edit) @10720   16 years vboxsync Fixed issue in fast (METHOD_NEITHER) ioctls. Write the last error to …
(edit) @10716   16 years vboxsync TPR fix for VT-x
(edit) @10710   16 years vboxsync Fix debug logging in PDMDriver
(edit) @10706   16 years vboxsync Backed out 33381. Could be responsible for test regressions.
(edit) @10705   16 years vboxsync PGMGetModeName: added nested paging
(edit) @10704   16 years vboxsync Write a notice about nested paging usage to the release log.
(edit) @10703   16 years vboxsync Use the CFGMR3QueryBoolDef API that was added recently.
(edit) @10702   16 years vboxsync Made the CFGMR3*Def() integer apis always return something, even on …
(edit) @10695   16 years vboxsync Added HWVirtExNestedPagingEnabled method to MachineDebugger.
(edit) @10692   16 years vboxsync Cleaned up
(edit) @10691   16 years vboxsync Enable nested paging by default.
(edit) @10687   16 years vboxsync Save the FPU control word and MXCSR on entry and restore them …
(edit) @10683   16 years vboxsync Backed out 33399; must save the host context on entry due to long …
(edit) @10682   16 years vboxsync Saving of the host state is done correctly already for VT-x. (not …
(edit) @10674   16 years vboxsync Logging
(edit) @10673   16 years vboxsync Comment added.
(edit) @10672   16 years vboxsync Added a comment about the fact that we trash our own FPU state. Could …
(edit) @10669   16 years vboxsync Use rip of course
(edit) @10668   16 years vboxsync Enabled our ring 3 instruction emulation fallback again. WARNING: …
(edit) @10667   16 years vboxsync Sync back TPR if necessary.
(edit) @10663   16 years vboxsync Created tstIntNet-1 for checking that capturing an interface works on …
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