VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @10502   16 years vboxsync Take precautions for being rescheduled to a different cpu due to long …
(edit) @10500   16 years vboxsync Clarified comment
(edit) @10499   16 years vboxsync Another paranoid assertion.
(edit) @10498   16 years vboxsync Added warning
(edit) @10497   16 years vboxsync Another edge case where we need to flush the TLB.
(edit) @10496   16 years vboxsync Attempt 2
(edit) @10495   16 years vboxsync AssertCR3 fix for AMD64 paging
(edit) @10494   16 years vboxsync Fixed ring 3 AssertCR3 handler init.
(edit) @10493   16 years vboxsync Added .pgmassertcr3 debugger command.
(edit) @10492   16 years vboxsync Added PDMApicHasPendingIrq.
(edit) @10491   16 years vboxsync Logging
(edit) @10489   16 years vboxsync AMD-V: Always flush the TLB the first time a cpu is used.
(edit) @10480   16 years vboxsync Must monitor CR8 writes. (for now)
(edit) @10473   16 years vboxsync MMIO instruction emulation for OR, BT and XOR added.
(edit) @10471   16 years vboxsync warning
(edit) @10466   16 years vboxsync Write back cached TPR
(edit) @10465   16 years vboxsync Cleaned up
(edit) @10464   16 years vboxsync More assertions
(edit) @10463   16 years vboxsync Use the TPR threshold feature.
(edit) @10458   16 years vboxsync TPR & interrupt dispatch updates.
(edit) @10450   16 years vboxsync Added VMMGetSvnRev() (exported) and changed VMMR0Init and VMMGCInit …
(edit) @10436   16 years vboxsync Restore pVM->pgm.s.GCPhysCR3.
(edit) @10411   16 years vboxsync Missing change
(edit) @10410   16 years vboxsync Introduced VM_FF_REM_HANDLER_NOTIFY action flag to replay the handler …
(edit) @10409   16 years vboxsync Backed out part of the previous changeset: breaks the saved state.
(edit) @10408   16 years vboxsync Increase number of queued rem handler notifications. Flush them on …
(edit) @10405   16 years vboxsync Treat pages as reused when changing at least 0x40 qwords with rep …
(edit) @10404   16 years vboxsync Compile fix
(edit) @10403   16 years vboxsync REX implies 64 bits mode.
(edit) @10402   16 years vboxsync REX and REP prefixes must be set for movsq/stosq check.
(edit) @10401   16 years vboxsync Detect page reuse by rep movsq.
(edit) @10398   16 years vboxsync Exit the guest paging mode before the pgm pool gets reset.
(edit) @10397   16 years vboxsync Wrong assertions and order.
(edit) @10382   16 years vboxsync Refuse huge (>= _4G) REP prefixed transfers.
(edit) @10381   16 years vboxsync Updates for 64 bits mmio.
(edit) @10379   16 years vboxsync MMIO: missing changes for 64 bits mode.
(edit) @10368   16 years vboxsync Check presence of 2nd shadow pt entry too of course.
(edit) @10365   16 years vboxsync pCpu can be NULL.
(edit) @10364   16 years vboxsync Cleaned up
(edit) @10363   16 years vboxsync Correction
(edit) @10362   16 years vboxsync More verbose assertion
(edit) @10360   16 years vboxsync Removed the same assertion as before in the AMD-V code.
(edit) @10359   16 years vboxsync Removed obsolete HWACCM_CHANGED_GUEST_CR8
(edit) @10358   16 years vboxsync Implemented cr8 reading (PDMApicGetTPR).
(edit) @10357   16 years vboxsync Flush the recompiler's TLB when our invlpg replay array overflows.
(edit) @10356   16 years vboxsync Safety precaution
(edit) @10355   16 years vboxsync TPR updates
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