VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8034   17 years vboxsync Fixed another regression (pae shadow, 32 bits guest)
(edit) @8033   17 years vboxsync Fixed one regression + several PAE related bugs.
(edit) @8031   17 years vboxsync Accidental debug code
(edit) @8030   17 years vboxsync Another fix for PAE mappings
(edit) @8028   17 years vboxsync Precedence
(edit) @8027   17 years vboxsync Fixed regression in 29680
(edit) @8021   17 years vboxsync Added missing bits for PAE guest mappings.
(edit) @8002   17 years vboxsync Backed out 29657
(edit) @8001   17 years vboxsync PAE monitoring fixes
(edit) @7997   17 years vboxsync Assertion now only applies to long mode
(edit) @7994   17 years vboxsync PDPT monitor fixes
(edit) @7972   17 years vboxsync Updated comment
(edit) @7971   17 years vboxsync PAE fixes/updates for raw mode (PDPT monitoring)
(edit) @7963   17 years vboxsync Correction
(edit) @7962   17 years vboxsync Updates for monitoring PAE pds & pdpts
(edit) @7961   17 years vboxsync Updates for PAE paging in raw mode
(edit) @7959   17 years vboxsync PAE shadow & 32 bits guest, so the entry size is 4 bytes
(edit) @7957   17 years vboxsync Corrected offsets
(edit) @7956   17 years vboxsync Backed out 29598 (will recommit in a minute)
(edit) @7955   17 years vboxsync Corrected monitor detection of writes that cross entry boundaries. PAE …
(edit) @7953   17 years vboxsync PAE monitoring changes
(edit) @7947   17 years vboxsync cosmetics.
(edit) @7945   17 years vboxsync More logging
(edit) @7929   17 years vboxsync And another
(edit) @7928   17 years vboxsync PAE bugfix
(edit) @7907   17 years vboxsync LogFlow update for 64 bits crx registers
(edit) @7905   17 years vboxsync Changed CRx parameter size
(edit) @7904   17 years vboxsync Additional checks for pgmGstGetPaePDPtr return value
(edit) @7885   17 years vboxsync Extra check for PAE PDPTR
(edit) @7883   17 years vboxsync Drop the pVM->pgm.s.enmGuestMode <= PGMMODE_PROTECTED "optimization" …
(edit) @7877   17 years vboxsync Adjusted assertion
(edit) @7876   17 years vboxsync Correction
(edit) @7874   17 years vboxsync Shutting up the compiler
(edit) @7873   17 years vboxsync AssertCR3: check the 4 PDPTs too in PAE legacy mode
(edit) @7866   17 years vboxsync Got rid of annoying assertion
(edit) @7865   17 years vboxsync Eliminate edge case where pVM->pgm.s.GCPhysCR3 would get out of sync. …
(edit) @7859   17 years vboxsync Again
(edit) @7858   17 years vboxsync AssertCR3 correction for PAE
(edit) @7845   17 years vboxsync Corrected parameters for SyncCR3 & AssertCR3
(edit) @7843   17 years vboxsync More logging
(edit) @7842   17 years vboxsync AssertCR3 for PAE guest mode
(edit) @7822   17 years vboxsync Must inform pgmpool about cleared PDs
(edit) @7820   17 years vboxsync Lazy clearing of PAE page directory
(edit) @7819   17 years vboxsync Clear PDPT
(edit) @7815   17 years vboxsync Fixed wrong test in IOMMMIOHandler that caused assertions/bad stuff …
(edit) @7808   17 years vboxsync SyncPage: correct NXE bit handling
(edit) @7807   17 years vboxsync Check pointer
(edit) @7806   17 years vboxsync Corrected assertion
(edit) @7804   17 years vboxsync NXE correction
(edit) @7802   17 years vboxsync NX, r/w, u/s bits in the PDPE are valid in long mode only.
(edit) @7800   17 years vboxsync PAE bugfix
(edit) @7797   17 years vboxsync Cleanup
(edit) @7796   17 years vboxsync Consistency
(edit) @7794   17 years vboxsync corrected assertion
(edit) @7793   17 years vboxsync More verbose assertion
(edit) @7792   17 years vboxsync Activated the PAE types for the pgm pool
(edit) @7791   17 years vboxsync PAE fix for shadow PD index
(edit) @7753   17 years vboxsync The PGM bits of the MMIO cleanup. Moved the parts of PGMR3Reset that …
(edit) @7751   17 years vboxsync Simplified and cleaned up the MMIO code. - The R0 and GC MMIO range …
(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) @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) @7719   17 years vboxsync pgmGstGetPaePDPtr.
(edit) @7718   17 years vboxsync Enabled X86_CR0_WP=0 code execution with VT-x & AMD-V
(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) @7698   17 years vboxsync Removed redundant check
(edit) @7697   17 years vboxsync Bugfix for real & protected mode
(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) @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
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