VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10746   17 years vboxsync Added pSession argument to all the intnet request packets.
(edit) @10730   17 years vboxsync Disabled nested paging again (testboxlin).
(edit) @10724   17 years vboxsync Bumped the SUPDRV_IOC_VERSION major as the changes to the fast path on …
(edit) @10723   17 years vboxsync Missing fixes for VMMR0_DO_RAW_RUN
(edit) @10721   17 years vboxsync Missing update for last error handling.
(edit) @10720   17 years vboxsync Fixed issue in fast (METHOD_NEITHER) ioctls. Write the last error to …
(edit) @10716   17 years vboxsync TPR fix for VT-x
(edit) @10710   17 years vboxsync Fix debug logging in PDMDriver
(edit) @10706   17 years vboxsync Backed out 33381. Could be responsible for test regressions.
(edit) @10705   17 years vboxsync PGMGetModeName: added nested paging
(edit) @10704   17 years vboxsync Write a notice about nested paging usage to the release log.
(edit) @10703   17 years vboxsync Use the CFGMR3QueryBoolDef API that was added recently.
(edit) @10702   17 years vboxsync Made the CFGMR3*Def() integer apis always return something, even on …
(edit) @10695   17 years vboxsync Added HWVirtExNestedPagingEnabled method to MachineDebugger.
(edit) @10692   17 years vboxsync Cleaned up
(edit) @10691   17 years vboxsync Enable nested paging by default.
(edit) @10687   17 years vboxsync Save the FPU control word and MXCSR on entry and restore them …
(edit) @10683   17 years vboxsync Backed out 33399; must save the host context on entry due to long …
(edit) @10682   17 years vboxsync Saving of the host state is done correctly already for VT-x. (not …
(edit) @10674   17 years vboxsync Logging
(edit) @10673   17 years vboxsync Comment added.
(edit) @10672   17 years vboxsync Added a comment about the fact that we trash our own FPU state. Could …
(edit) @10669   17 years vboxsync Use rip of course
(edit) @10668   17 years vboxsync Enabled our ring 3 instruction emulation fallback again. WARNING: …
(edit) @10667   17 years vboxsync Sync back TPR if necessary.
(edit) @10663   17 years vboxsync Created tstIntNet-1 for checking that capturing an interface works on …
(edit) @10661   17 years vboxsync Reduce the number of world switches caused by cr8 writes by checking …
(edit) @10655   17 years vboxsync Guest MSR_K6_EFER_FFXSR value is not relevant. Always manually …
(edit) @10648   17 years vboxsync Moved X86FXSTATE from x86.mac to cpum.mac.
(edit) @10647   17 years vboxsync Manual saving of XMM registers. Use new FPU/MMX/XMM state saving for …
(edit) @10640   17 years vboxsync spaces
(edit) @10633   17 years vboxsync No return
(edit) @10630   17 years vboxsync Newer functions for handling fpu save/restore in ring 0.
(edit) @10609   17 years vboxsync Check for unexpected rescheduling.
(edit) @10607   17 years vboxsync Guest state loading and host state saving *must* be done after TPR …
(edit) @10602   17 years vboxsync Backed out previous changeset; no harm done there.
(edit) @10601   17 years vboxsync Fixed bogus return code check (string callback can fail if there's no …
(edit) @10600   17 years vboxsync Logging update
(edit) @10586   17 years vboxsync Moved the VT-x checks to the non-64 bit case.
(edit) @10572   17 years vboxsync Use NIL_RTR0MEMOBJ and ASMMemZeroPage.
(edit) @10571   17 years vboxsync Forgot to make the addition cpuid leafs available.
(edit) @10570   17 years vboxsync Extra check for the monitor/mwait data
(edit) @10569   17 years vboxsync Expose cpuid 2-5 minus dangerous bits.
(edit) @10567   17 years vboxsync Expose cpuid 0x80000007 (AMD - Advanced Power Management (TSC …
(edit) @10566   17 years vboxsync Comment
(edit) @10542   17 years vboxsync Go directly to the halted state when encountering a hlt instruction …
(edit) @10538   17 years vboxsync Fixed ring 3 mmio handling (unused previously).
(edit) @10537   17 years vboxsync Updated HWACCMDumpRegs
(edit) @10523   17 years vboxsync Backed out CPL change; fixes ACP2 installation regression for VT-x.
(edit) @10520   17 years vboxsync return docs.
(edit) @10513   17 years vboxsync Dropped the padding.
(edit) @10510   17 years vboxsync Release build fix
(edit) @10509   17 years vboxsync And again
(edit) @10508   17 years vboxsync Stupid compiler
(edit) @10507   17 years vboxsync Fixed release build problem
(edit) @10506   17 years vboxsync Assertion
(edit) @10505   17 years vboxsync Easier to grep for
(edit) @10504   17 years vboxsync Don't violate my own rules…
(edit) @10503   17 years vboxsync More logging
(edit) @10502   17 years vboxsync Take precautions for being rescheduled to a different cpu due to long …
(edit) @10500   17 years vboxsync Clarified comment
(edit) @10499   17 years vboxsync Another paranoid assertion.
(edit) @10498   17 years vboxsync Added warning
(edit) @10497   17 years vboxsync Another edge case where we need to flush the TLB.
(edit) @10496   17 years vboxsync Attempt 2
(edit) @10495   17 years vboxsync AssertCR3 fix for AMD64 paging
(edit) @10494   17 years vboxsync Fixed ring 3 AssertCR3 handler init.
(edit) @10493   17 years vboxsync Added .pgmassertcr3 debugger command.
(edit) @10492   17 years vboxsync Added PDMApicHasPendingIrq.
(edit) @10491   17 years vboxsync Logging
(edit) @10489   17 years vboxsync AMD-V: Always flush the TLB the first time a cpu is used.
(edit) @10480   17 years vboxsync Must monitor CR8 writes. (for now)
(edit) @10473   17 years vboxsync MMIO instruction emulation for OR, BT and XOR added.
(edit) @10471   17 years vboxsync warning
(edit) @10466   17 years vboxsync Write back cached TPR
(edit) @10465   17 years vboxsync Cleaned up
(edit) @10464   17 years vboxsync More assertions
(edit) @10463   17 years vboxsync Use the TPR threshold feature.
(edit) @10458   17 years vboxsync TPR & interrupt dispatch updates.
(edit) @10450   17 years vboxsync Added VMMGetSvnRev() (exported) and changed VMMR0Init and VMMGCInit …
(edit) @10436   17 years vboxsync Restore pVM->pgm.s.GCPhysCR3.
(edit) @10411   17 years vboxsync Missing change
(edit) @10410   17 years vboxsync Introduced VM_FF_REM_HANDLER_NOTIFY action flag to replay the handler …
(edit) @10409   17 years vboxsync Backed out part of the previous changeset: breaks the saved state.
(edit) @10408   17 years vboxsync Increase number of queued rem handler notifications. Flush them on …
(edit) @10405   17 years vboxsync Treat pages as reused when changing at least 0x40 qwords with rep …
(edit) @10404   17 years vboxsync Compile fix
(edit) @10403   17 years vboxsync REX implies 64 bits mode.
(edit) @10402   17 years vboxsync REX and REP prefixes must be set for movsq/stosq check.
(edit) @10401   17 years vboxsync Detect page reuse by rep movsq.
(edit) @10398   17 years vboxsync Exit the guest paging mode before the pgm pool gets reset.
(edit) @10397   17 years vboxsync Wrong assertions and order.
(edit) @10382   17 years vboxsync Refuse huge (>= _4G) REP prefixed transfers.
(edit) @10381   17 years vboxsync Updates for 64 bits mmio.
(edit) @10379   17 years vboxsync MMIO: missing changes for 64 bits mode.
(edit) @10368   17 years vboxsync Check presence of 2nd shadow pt entry too of course.
(edit) @10365   17 years vboxsync pCpu can be NULL.
(edit) @10364   17 years vboxsync Cleaned up
(edit) @10363   17 years vboxsync Correction
(edit) @10362   17 years vboxsync More verbose assertion
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