VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @10661   16 years vboxsync Reduce the number of world switches caused by cr8 writes by checking …
(edit) @10655   16 years vboxsync Guest MSR_K6_EFER_FFXSR value is not relevant. Always manually …
(edit) @10648   16 years vboxsync Moved X86FXSTATE from x86.mac to cpum.mac.
(edit) @10647   16 years vboxsync Manual saving of XMM registers. Use new FPU/MMX/XMM state saving for …
(edit) @10640   16 years vboxsync spaces
(edit) @10633   16 years vboxsync No return
(edit) @10630   16 years vboxsync Newer functions for handling fpu save/restore in ring 0.
(edit) @10609   16 years vboxsync Check for unexpected rescheduling.
(edit) @10607   16 years vboxsync Guest state loading and host state saving *must* be done after TPR …
(edit) @10602   16 years vboxsync Backed out previous changeset; no harm done there.
(edit) @10601   16 years vboxsync Fixed bogus return code check (string callback can fail if there's no …
(edit) @10600   16 years vboxsync Logging update
(edit) @10586   16 years vboxsync Moved the VT-x checks to the non-64 bit case.
(edit) @10572   16 years vboxsync Use NIL_RTR0MEMOBJ and ASMMemZeroPage.
(edit) @10571   16 years vboxsync Forgot to make the addition cpuid leafs available.
(edit) @10570   16 years vboxsync Extra check for the monitor/mwait data
(edit) @10569   16 years vboxsync Expose cpuid 2-5 minus dangerous bits.
(edit) @10567   16 years vboxsync Expose cpuid 0x80000007 (AMD - Advanced Power Management (TSC …
(edit) @10566   16 years vboxsync Comment
(edit) @10542   16 years vboxsync Go directly to the halted state when encountering a hlt instruction …
(edit) @10538   16 years vboxsync Fixed ring 3 mmio handling (unused previously).
(edit) @10537   16 years vboxsync Updated HWACCMDumpRegs
(edit) @10523   16 years vboxsync Backed out CPL change; fixes ACP2 installation regression for VT-x.
(edit) @10520   16 years vboxsync return docs.
(edit) @10513   16 years vboxsync Dropped the padding.
(edit) @10510   16 years vboxsync Release build fix
(edit) @10509   16 years vboxsync And again
(edit) @10508   16 years vboxsync Stupid compiler
(edit) @10507   16 years vboxsync Fixed release build problem
(edit) @10506   16 years vboxsync Assertion
(edit) @10505   16 years vboxsync Easier to grep for
(edit) @10504   16 years vboxsync Don't violate my own rules…
(edit) @10503   16 years vboxsync More logging
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