VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @9430   17 年 vboxsync Made the base of GDTR and IDTR 64 bits.
(edit) @9421   17 年 vboxsync 64 bits hidden selector base.
(edit) @9412   17 年 vboxsync use macros to access base, limit of a descriptor and offset of an IDT entry
(edit) @9395   17 年 vboxsync fixed more places with incorrect descriptor base address calculation
(edit) @9354   17 年 vboxsync Added CPUMGetCPUVendor. Added CPUMCPUIDFEATURE_NXE, …
(edit) @9353   17 年 vboxsync Accidental commit
(edit) @9349   17 年 vboxsync More type fixes for GC execution.
(edit) @9345   17 年 vboxsync String format
(edit) @9344   17 年 vboxsync Types and string format specifiers.
(edit) @9341   17 年 vboxsync Format specifiers again…
(edit) @9300   17 年 vboxsync More 64 bits guest ptr fixes
(edit) @9289   17 年 vboxsync Updates for 64 bits guests
(edit) @9282   17 年 vboxsync Type and cast corrections
(edit) @9280   17 年 vboxsync Corrected casts (64 bits guest pointers)
(edit) @9254   17 年 vboxsync Wrong string specifiers for 64 bits guest addresses/rtrcptrs.
(edit) @9250   17 年 vboxsync Corrected some unused code. Still untested though.
(edit) @9248   17 年 vboxsync Enabled cmpxchg8b again.
(edit) @9246   17 年 vboxsync Disable GC emulation of cmpxchg8b to see if that helps with the win2k …
(edit) @9241   17 年 vboxsync cmpxchg8b only modifies ZF.
(edit) @9231   17 年 vboxsync Missign updates
(edit) @9223   17 年 vboxsync Introduced RTRCPTR type. Raw mode context pointer aka 32 guest context …
(edit) @9216   17 年 vboxsync Compile issues (32 bits host/64 bits guest)
(edit) @9212   17 年 vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @9115   17 年 vboxsync HWACCM: Invalidate pages changed by PGMHandlerPhysicalPageTempOff. …
(edit) @9083   17 年 vboxsync Minor update
(edit) @9069   17 年 vboxsync Interpret msr reads and writes (currently disabled in order not to …
(edit) @9064   17 年 vboxsync Properly deal with CR3 changes in nested paging mode.
(edit) @9041   17 年 vboxsync spaces.
(edit) @9039   17 年 vboxsync spaces and inverted comments.
(edit) @9034   17 年 vboxsync properly export
(edit) @9032   17 年 vboxsync Nested paging updates
(edit) @9026   17 年 vboxsync More updates for nested paging. (setting up the paging mode)
(edit) @9024   17 年 vboxsync 2nd attempt
(edit) @9023   17 年 vboxsync Fixed some runtime assertions
(edit) @9021   17 年 vboxsync Nested paging updates. Extra paging mode added to prevent illegal …
(edit) @9008   17 年 vboxsync Changes for proper flushing of the TLB for physical registration changes.
(edit) @9001   17 年 vboxsync Enabled the PGMMODE_PROTECTED (Guest) & PGMMODE_AMD64 (shadow) …
(edit) @8994   17 年 vboxsync this broke release builds
(edit) @8985   17 年 vboxsync Added an extra argument to TRPMForwardTrap so the trpm profiling …
(edit) @8965   17 年 vboxsync Nested paging updates
(edit) @8958   17 年 vboxsync VMM/VMMAll: commented out an annoying assertion
(edit) @8856   17 年 vboxsync Compilation fix
(edit) @8853   17 年 vboxsync Manual page invalidation or TLB flush is required for AMD-V.
(edit) @8818   17 年 vboxsync Pushed some very noisy logging into Log4 (was LogFlow).
(edit) @8739   17 年 vboxsync Set the shadow PDE for real and protected mode without paging to …
(edit) @8738   17 年 vboxsync More logging
(edit) @8677   17 年 vboxsync Fixed lock accounting for locks aquired via VMM[GC|R0]CallHost.
(edit) @8659   17 年 vboxsync Updates for 64 bits paging. Removed conditional dirty and accessed …
(edit) @8579   17 年 vboxsync AssertBreakVoid -> AssertBreak
(edit) @8569   17 年 vboxsync AssertBreak -> AssertBreakStmt.
(edit) @8557   17 年 vboxsync Updates for 64 bits paging. Removed unused ShwGet/Set/ModifyPDEByIndex …
(edit) @8537   17 年 vboxsync Spaces
(edit) @8536   17 年 vboxsync Split out the long mode only bits from the PDPE. Set accessed bits for …
(edit) @8535   17 年 vboxsync Trying to shut up GCC
(edit) @8533   17 年 vboxsync Start of 64 bits paging support
(edit) @8503   17 年 vboxsync Fall back to the recompiler when the guest tries to access invalid …
(edit) @8458   17 年 vboxsync Finished up the Gst part of longmode paging
(edit) @8455   17 年 vboxsync Compile fix
(edit) @8454   17 年 vboxsync Long mode changes
(edit) @8386   17 年 vboxsync No AMD64 support in raw mode
(edit) @8354   17 年 vboxsync Accidental commit
(edit) @8242   17 年 vboxsync small logging fixes
(edit) @8236   17 年 vboxsync Reapplied 29907
(edit) @8234   17 年 vboxsync MMIO: Cleanup up (removed duplicate code) Disassembler: simplified …
(edit) @8225   17 年 vboxsync Added some assembly support routines (inactive; todo)
(edit) @8191   17 年 vboxsync warnings
(edit) @8160   17 年 vboxsync All CRx registers are now 64 bits.
(edit) @8155   17 年 vboxsync The Big Sun Rebranding Header Change
(edit) @8149   17 年 vboxsync More 64 bits disassembler updates
(edit) @8129   17 年 vboxsync Removed inactive PGM_WITH_BROKEN_32PAE_SWITCHER code
(edit) @8113   17 年 vboxsync The recompiler must refresh its cpuid cache when we change a cpuid feature.
(edit) @8112   17 年 vboxsync Another attempt at a proper check. (init order messed up the previous one)
(edit) @8111   17 年 vboxsync The previous check for PAE was too strict.
(edit) @8110   17 年 vboxsync Allow clearing of CPUMCPUIDFEATURE_PAE
(edit) @8108   17 年 vboxsync Updated check. Added PGMGetHostMode.
(edit) @8106   17 年 vboxsync Refuse to activate PAE mode when the host is using 32 bits paging.
(edit) @8101   17 年 vboxsync Got rid of incorrect GC case for failed instruction emulation. Could …
(edit) @8100   17 年 vboxsync Wrong assertion
(edit) @8099   17 年 vboxsync Let cmpxchg8b get through
(edit) @8098   17 年 vboxsync Emulate cmpxchg8b in GC.
(edit) @8090   17 年 vboxsync Missing PGMPOOLKIND_PAE_PT_FOR_PAE_2MB case in pgmPoolTrackDeref.
(edit) @8086   17 年 vboxsync PAE monitoring fixes
(edit) @8084   17 年 vboxsync Don't free mappings (PAE mode)
(edit) @8079   17 年 vboxsync PAE bugfix for CR3 mapping
(edit) @8048   17 年 vboxsync Indent
(edit) @8047   17 年 vboxsync More logging
(edit) @8042   17 年 vboxsync corrected #if/#else/#endif comments.
(edit) @8034   17 年 vboxsync Fixed another regression (pae shadow, 32 bits guest)
(edit) @8033   17 年 vboxsync Fixed one regression + several PAE related bugs.
(edit) @8031   17 年 vboxsync Accidental debug code
(edit) @8030   17 年 vboxsync Another fix for PAE mappings
(edit) @8028   17 年 vboxsync Precedence
(edit) @8027   17 年 vboxsync Fixed regression in 29680
(edit) @8021   17 年 vboxsync Added missing bits for PAE guest mappings.
(edit) @8002   17 年 vboxsync Backed out 29657
(edit) @8001   17 年 vboxsync PAE monitoring fixes
(edit) @7997   17 年 vboxsync Assertion now only applies to long mode
(edit) @7994   17 年 vboxsync PDPT monitor fixes
(edit) @7972   17 年 vboxsync Updated comment
(edit) @7971   17 年 vboxsync PAE fixes/updates for raw mode (PDPT monitoring)
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette