VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8533   17 years vboxsync Start of 64 bits paging support
(edit) @8514   17 years vboxsync Removed annoying SUPR0Printf.
(edit) @8503   17 years vboxsync Fall back to the recompiler when the guest tries to access invalid …
(edit) @8500   17 years vboxsync Extra stat
(edit) @8491   17 years vboxsync Fixed OS/2 builds.
(edit) @8460   17 years vboxsync Alignment fix for 64 bits builds
(edit) @8458   17 years vboxsync Finished up the Gst part of longmode paging
(edit) @8455   17 years vboxsync Compile fix
(edit) @8454   17 years vboxsync Long mode changes
(edit) @8415   17 years vboxsync Fixed bustage reported in #2799
(edit) @8414   17 years vboxsync Fixed bustage reported in #2799
(edit) @8386   17 years vboxsync No AMD64 support in raw mode
(edit) @8354   17 years vboxsync Accidental commit
(edit) @8347   17 years vboxsync gcc warnings
(edit) @8333   17 years vboxsync Disassembler updates for 64 bits support
(edit) @8283   17 years vboxsync Parameter size of 32 bits far pointers was changed
(edit) @8276   17 years vboxsync Removed assertion
(edit) @8242   17 years vboxsync small logging fixes
(edit) @8236   17 years vboxsync Reapplied 29907
(edit) @8234   17 years vboxsync MMIO: Cleanup up (removed duplicate code) Disassembler: simplified …
(edit) @8225   17 years vboxsync Added some assembly support routines (inactive; todo)
(edit) @8223   17 years vboxsync Disabled rem code page monitoring (broken since changeset 20831) and …
(edit) @8217   17 years vboxsync Added CSAMR3UnmonitorPage
(edit) @8191   17 years vboxsync warnings
(edit) @8160   17 years vboxsync All CRx registers are now 64 bits.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8149   17 years vboxsync More 64 bits disassembler updates
(edit) @8129   17 years vboxsync Removed inactive PGM_WITH_BROKEN_32PAE_SWITCHER code
(edit) @8126   17 years vboxsync fix relocation for 32-bit (host) to PAE mode (guest)
(edit) @8115   17 years vboxsync Don't assert if RTMpOnAll returns VERR_NOT_SUPPORTED!
(edit) @8113   17 years vboxsync The recompiler must refresh its cpuid cache when we change a cpuid feature.
(edit) @8112   17 years vboxsync Another attempt at a proper check. (init order messed up the previous one)
(edit) @8111   17 years vboxsync The previous check for PAE was too strict.
(edit) @8110   17 years vboxsync Allow clearing of CPUMCPUIDFEATURE_PAE
(edit) @8108   17 years vboxsync Updated check. Added PGMGetHostMode.
(edit) @8106   17 years vboxsync Refuse to activate PAE mode when the host is using 32 bits paging.
(edit) @8101   17 years vboxsync Got rid of incorrect GC case for failed instruction emulation. Could …
(edit) @8100   17 years vboxsync Wrong assertion
(edit) @8099   17 years vboxsync Let cmpxchg8b get through
(edit) @8098   17 years vboxsync Emulate cmpxchg8b in GC.
(edit) @8090   17 years vboxsync Missing PGMPOOLKIND_PAE_PT_FOR_PAE_2MB case in pgmPoolTrackDeref.
(edit) @8089   17 years vboxsync Fixed pgmR3MapRelocate call.
(edit) @8086   17 years vboxsync PAE monitoring fixes
(edit) @8084   17 years vboxsync Don't free mappings (PAE mode)
(edit) @8079   17 years vboxsync PAE bugfix for CR3 mapping
(edit) @8048   17 years vboxsync Indent
(edit) @8047   17 years vboxsync More logging
(edit) @8042   17 years vboxsync corrected #if/#else/#endif comments.
(edit) @8040   17 years vboxsync Missing relocations
(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) @7996   17 years vboxsync Relax tests for PAE (rem vs raw)
(edit) @7994   17 years vboxsync PDPT monitor fixes
(edit) @7993   17 years vboxsync Changed warning for PAE. Must also pause the machine before reporting …
(edit) @7990   17 years vboxsync Reapplied 29633 & 29635 (fixes to follow)
(edit) @7989   17 years vboxsync Backed out 29633 & 29635 again
(edit) @7988   17 years vboxsync Argh!
(edit) @7987   17 years vboxsync Backed out 29633 & 29635 for now
(edit) @7982   17 years vboxsync Added setting for guest PAE (default off)
(edit) @7977   17 years vboxsync Added CFGM key for enabling PAE (CPUM/CPUID/EnablePAE).
(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) @7949   17 years vboxsync use HWACCMIsEnabled()
(edit) @7948   17 years vboxsync tell the user that PAE is not possible without VT-x or AMD-V
(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) @7927   17 years vboxsync More debugging code removed
(edit) @7925   17 years vboxsync Removed debug code
(edit) @7924   17 years vboxsync Fixed broken ring 0 log flushing
(edit) @7923   17 years vboxsync Different logging
(edit) @7917   17 years vboxsync Comment update
(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. …
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