VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7759   17 years vboxsync The BIOS logo stuff moved to VGA device. Added 24bpp bitmaps support.
(edit) @7755   17 years vboxsync Added a flag to the MMIO2 registration and did some other MMIO2 …
(edit) @7753   17 years vboxsync The PGM bits of the MMIO cleanup. Moved the parts of PGMR3Reset that …
(edit) @7752   17 years vboxsync Dropped the pszDesc argument to *MMIORegisterGC/R0. It only persists …
(edit) @7751   17 years vboxsync Simplified and cleaned up the MMIO code. - The R0 and GC MMIO range …
(edit) @7749   17 years vboxsync Relocate offMMIOHandlerGC. Fixes guru on windows bootup.
(edit) @7748   17 years vboxsync Removed invalid paging combinations
(edit) @7747   17 years vboxsync PAE correction
(edit) @7743   17 years vboxsync And another one
(edit) @7742   17 years vboxsync Corrected assertion for PAE guest mode
(edit) @7741   17 years vboxsync Removed invalid paging combinations
(edit) @7740   17 years vboxsync PAE update
(edit) @7739   17 years vboxsync Moved WP check to the right place; fixes stuck boot of XP with hwaccm …
(edit) @7738   17 years vboxsync PAE switches should be handled correctly
(edit) @7737   17 years vboxsync Allow PGM mode changes in ring 0 (hwaccm)
(edit) @7735   17 years vboxsync Include EFER msr in all PGMChangeMode calls.
(edit) @7733   17 years vboxsync Fixed compile error.
(edit) @7732   17 years vboxsync PGM_GST_32BIT -> PGM_TYPE_32BIT & PGM_GST_PAE -> PGM_TYPE_PAE - fixes …
(edit) @7731   17 years vboxsync MMIO cleanup in progress.
(edit) @7730   17 years vboxsync Added CPUMSet/GetGuestEFER. Corrected NX bit handling.
(edit) @7728   17 years vboxsync Some cleanup. CheckPageFault: implemented PAE case
(edit) @7726   17 years vboxsync Moved the R0/GC registration out of IOMAll.cpp and into IOM.cpp since …
(edit) @7724   17 years vboxsync removed unused globals.
(edit) @7723   17 years vboxsync DECLINLINE
(edit) @7720   17 years vboxsync oops.
(edit) @7719   17 years vboxsync pgmGstGetPaePDPtr.
(edit) @7718   17 years vboxsync Enabled X86_CR0_WP=0 code execution with VT-x & AMD-V
(edit) @7717   17 years vboxsync Some write protect changes
(edit) @7715   17 years vboxsync Renamed PDPTR to PDPT. Added preliminary code for executing code with …
(edit) @7702   17 years vboxsync Fixed a bunch of #else and #endif comments. The convention here is …
(edit) @7700   17 years vboxsync AMD64 shadow mode isn't valid for real and protected mode either from …
(edit) @7698   17 years vboxsync Removed redundant check
(edit) @7697   17 years vboxsync Bugfix for real & protected mode
(edit) @7696   17 years vboxsync Init PAT msr
(edit) @7695   17 years vboxsync Added system MSRs to the CPUMCTX structure. Sync them in REM as well.
(edit) @7687   17 years vboxsync The limit in the hidden selector register is the final one; no need to …
(edit) @7686   17 years vboxsync Wrong prefix
(edit) @7677   17 years vboxsync Cleanup
(edit) @7676   17 years vboxsync Cleaned up. AMD64 shadow paging is only valid with AMD64 guest paging. …
(edit) @7668   17 years vboxsync Cleaned up
(edit) @7667   17 years vboxsync More comments + PAE updates
(edit) @7666   17 years vboxsync Put back the original PAE defines. AMD differs from Intel wrt valid …
(edit) @7664   17 years vboxsync Comment update
(edit) @7662   17 years vboxsync Clarified code
(edit) @7660   17 years vboxsync Split off amd64
(edit) @7658   17 years vboxsync Typo
(edit) @7657   17 years vboxsync Renamed 4M to BIG
(edit) @7656   17 years vboxsync Use GST_PDE4M_PG_MASK
(edit) @7655   17 years vboxsync PAE fixes & changes
(edit) @7650   17 years vboxsync Missed one
(edit) @7648   17 years vboxsync Use ASMCpuId_EDX.
(edit) @7647   17 years vboxsync Use ASMCpuId_EDX.
(edit) @7646   17 years vboxsync Extra check for valid cpuid
(edit) @7645   17 years vboxsync CPUMCPUIDFEATURE_LONG_MODE added
(edit) @7644   17 years vboxsync Added CPUMCPUIDFEATURE_PAE
(edit) @7642   17 years vboxsync Additional cleanup
(edit) @7635   17 years vboxsync The new MMIO2 code. WARNING! This changes the pci mapping protocol …
(edit) @7634   17 years vboxsync Removed unused VMR3ReqCallU variant.
(edit) @7632   17 years vboxsync Added optional fences to the hyper heap.
(edit) @7631   17 years vboxsync Fixed log crash in SSMR3Seek.
(edit) @7629   17 years vboxsync Initial cleanup for PAE
(edit) @7628   17 years vboxsync Assert some one problematic VMR3ReqCall* RTGC* stuff. (fix when they …
(edit) @7625   17 years vboxsync Again
(edit) @7624   17 years vboxsync More alignment fixes
(edit) @7622   17 years vboxsync Only 64 bits
(edit) @7621   17 years vboxsync Alignment
(edit) @7620   17 years vboxsync RTGCPHYS is now 64 bits
(edit) @7618   17 years vboxsync VMM/PATM: conditionally ifdef'ed out an assertion which I have been …
(edit) @7616   17 years vboxsync cosmetics
(edit) @7614   17 years vboxsync fix 64-builds
(edit) @7613   17 years vboxsync better fix for r29105 (see #2680): Make PGM3PhysGrowRange() take …
(edit) @7605   17 years vboxsync fixed VMR3Req call
(edit) @7603   17 years vboxsync fix debug builds
(edit) @7601   17 years vboxsync More %VGp
(edit) @7600   17 years vboxsync Use %VGp for guest physical addresses
(edit) @7598   17 years vboxsync Corrected wrong macro use to mask physical addresses
(edit) @7597   17 years vboxsync Incorrect masking
(edit) @7591   17 years vboxsync spaces
(edit) @7584   17 years vboxsync Logging fixes
(edit) @7581   17 years vboxsync 64 bits physical address save/restore
(edit) @7577   17 years vboxsync ~0U -> NIL_RTGCPHYS
(edit) @7574   17 years vboxsync And again
(edit) @7573   17 years vboxsync Correction
(edit) @7572   17 years vboxsync Compile fix
(edit) @7569   17 years vboxsync Removed assertion
(edit) @7559   17 years vboxsync warnings
(edit) @7533   17 years vboxsync comment.
(edit) @7530   17 years vboxsync no local variables banner.
(edit) @7524   17 years vboxsync Linux VT-x/AMD-V enabled again.
(edit) @7523   17 years vboxsync Unconditionally resolve R0 function addresses
(edit) @7510   17 years vboxsync Backed out 28970.
(edit) @7508   17 years vboxsync Enabled VT-x/AMD-V on other platforms again.
(edit) @7507   17 years vboxsync Restore saved registers after returning from a call in …
(edit) @7505   17 years vboxsync More assertions
(edit) @7503   17 years vboxsync Cleanup
(edit) @7502   17 years vboxsync Best regards from the spelling police
(edit) @7501   17 years vboxsync Display a warning when a user attempts to mix VT-x/ADM-V and raw mode VMs.
(edit) @7500   17 years vboxsync Logging update
(edit) @7499   17 years vboxsync typo
(edit) @7498   17 years vboxsync Don't init hwaccm when using raw mode.
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