VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @10354   16 years vboxsync Extra assertion
(edit) @10353   16 years vboxsync TPR caching for VT-x. Removed the CR8 register from CPUMCTX.
(edit) @10343   16 years vboxsync Logging update
(edit) @10342   16 years vboxsync Clear old cr3 values before attempting to allocate a new page from our …
(edit) @10340   16 years vboxsync Pool flush handling updates
(edit) @10336   16 years vboxsync Corrections for rc handling.
(edit) @10334   16 years vboxsync Stosq case for clearing pages.
(edit) @10331   16 years vboxsync Removed the assertion completely.
(edit) @10330   16 years vboxsync Wrong assertion. Due to ring 3 far jumps the assertion condition can …
(edit) @10326   16 years vboxsync Handle the VERR_PGM_POOL_FLUSHED return code properly.
(edit) @10324   16 years vboxsync Too strict
(edit) @10323   16 years vboxsync Clear the shadow page table entries whenever the guest modifies its …
(edit) @10321   16 years vboxsync Deal with pool flushes directly when possible.
(edit) @10320   16 years vboxsync Rearranged code to deal with pgm pool tasks during SyncCR3.
(edit) @10319   16 years vboxsync pgmPoolClearAll can be executed in ring 0.
(edit) @10318   16 years vboxsync There are no virtual handlers in nested paging mode.
(edit) @10317   16 years vboxsync SyncCR3 change for nested paging to deal with pool flushes.
(edit) @10315   16 years vboxsync Don't dump the guru meditation to stderr for me
(edit) @10314   16 years vboxsync More logging
(edit) @10301   16 years vboxsync Wrong place for the assertion
(edit) @10300   16 years vboxsync Allow PGMMODE_PAE_NX with VT-x and AMD-V.
(edit) @10299   16 years vboxsync Force a TLB flush on a mode switch too.
(edit) @10297   16 years vboxsync More assertions.
(edit) @10290   16 years vboxsync Enable 64 bits guest support.
(edit) @10289   16 years vboxsync Expose X86_CPUID_AMD_FEATURE_EDX_MCA & X86_CPUID_AMD_FEATURE_EDX_MTRR …
(edit) @10288   16 years vboxsync Removed more unneeded defines
(edit) @10287   16 years vboxsync Correction
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