VirtualBox

source: vbox/trunk/src/recompiler_new

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @18472   16 年 vboxsync qemu-common.h: Fixed incorrect PRI* macros. (caused warnings on 64-bit …
(edit) @18349   16 年 vboxsync REM: Corrected L1_BITS (crashed in tb_alloc_page during ubuntu 8.10/64 …
(edit) @18280   16 年 vboxsync REMR3Step: No, it's not correct.
(edit) @18083   16 年 vboxsync eol
(edit) @18082   16 年 vboxsync recompiler adaption of r44723
(edit) @18073   16 年 vboxsync debugger: make it a bit more working
(edit) @17897   16 年 vboxsync REM: forgot cleaning up the edited .def files.
(edit) @17896   16 年 vboxsync recompiler_new: VBOX_WITH_NEW_PHYS_CODE fix.
(edit) @17538   16 年 vboxsync REM,PGM: Added two mutualy exclusive flags to …
(edit) @17537   16 年 vboxsync REM: Added REMR3InitFinalize and moved the dirty page bit map …
(edit) @17530   16 年 vboxsync another windows buildfix. (new phys code)
(edit) @17478   16 年 vboxsync Missing DBGFR3DisasInstrCurrentLogInternal import
(edit) @17459   16 年 vboxsync REM: prototype of physical ram registration cide update
(edit) @17427   16 年 vboxsync REM: Don't import PGMPhysGCPhys2R3Ptr since it's no longer used by REM …
(edit) @17426   16 年 vboxsync REM: Don't use PGMPhysGCPtr2R3PtrByGstCR3 - removed remR3DisasBlock …
(edit) @17420   16 年 vboxsync REM: fix problem in REM codegen buffer size initialization, leading to …
(edit) @17366   16 年 vboxsync REM: Drop obsolete assertions on pvCopy in REMR3NotifyPhysRomRegister.
(edit) @17352   16 年 vboxsync REM_NEW: Retired remR3HCVirt2GCPhys.
(edit) @17342   16 年 vboxsync REM: remove excessive assertions, as new HVA -> PGA works just fine
(edit) @17300   16 年 vboxsync Always sync rip when checking for rescheduling
(edit) @17274   16 年 vboxsync REM: fixed #3525 - avoid using HVA -> GPA PGM function, store GPA in …
(edit) @17265   16 年 vboxsync REM: cleanup
(edit) @17251   16 年 vboxsync VMM,REM,DevPcArch: VBOX_WITH_NEW_PHYS_CODE changes.
(edit) @17106   16 年 vboxsync VMM,REM: Removed the single page limitation on the TSS monitoring and …
(edit) @17045   16 年 vboxsync REM: update with explanation of the previous fix
(edit) @17044   16 年 vboxsync REM: clear VIF/VIP on entry to protected mode interrupts
(edit) @17042   16 年 vboxsync file header.
(edit) @17041   16 年 vboxsync eol fix.
(edit) @17040   16 年 vboxsync recompiler_new: svn properties.
(edit) @17038   16 年 vboxsync More nitpicking from side-by-side diff with old version.
(edit) @17036   16 年 vboxsync nit picking.
(edit) @17035   16 年 vboxsync VMM,REM: Brushed up the TR/TSS shadowing. We're now relying on the …
(edit) @16933   16 年 vboxsync IPRT/PDM,SUPLIb,REM: Extended RTLdrOpen with an architecture argument …
(edit) @16839   16 年 vboxsync properly detect gcc<=3.3 for recompiler_new (intern issue #3649)
(edit) @16505   16 年 vboxsync REM: safer fix for 3588
(edit) @16499   16 年 vboxsync REM: fixed 3588, segments selector wasn't loaded sometimes
(edit) @16455   16 年 vboxsync REM: segment forced sync, cleanups
(edit) @16342   16 年 vboxsync target-i386/op_helper.c: another try.
(edit) @16340   16 年 vboxsync target-i386/op_helper.c: fixed stack alignment check in …
(edit) @16339   16 年 vboxsync exec-all.h: Removed darwin/64 warning.
(edit) @16156   16 年 vboxsync Backed out 41857. Don't rely on HF_CS64_MASK as cs hasn't been synced …
(edit) @16135   16 年 vboxsync Don't trash MXCSR & MXCSR_MASK
(edit) @16134   16 年 vboxsync Corrected data64 check; only 64 bits code can restore xmm8-15
(edit) @16130   16 年 vboxsync Fixed xmm8-15 syncing.
(edit) @16127   16 年 vboxsync REM: sync the FPU state after CR4 and CPUID or we'll get the wrong format.
(edit) @16066   16 年 vboxsync SSE truncation from QEMU trunk
(edit) @16061   16 年 vboxsync warning fix
(edit) @16059   16 年 vboxsync REM: build fix.
(edit) @16056   16 年 vboxsync REM: Wrap all printf and fprintf calls like we used to do (and does …
(edit) @15982   16 年 vboxsync Set the limit to 0xffff when loading a segment register in real mode.
(edit) @15973   16 年 vboxsync Comment added
(edit) @15920   16 年 vboxsync REM: logging changes, cleanup
(edit) @15903   16 年 vboxsync REM: fixed bug in VME POPF Michal found
(edit) @15901   16 年 vboxsync REM: restored 0xffff'ing of mask, made IF reading in VME fully correct
(edit) @15899   16 年 vboxsync REM: VME CLI/STI was operating on wrong flag
(edit) @15864   16 年 vboxsync REM: fixed cast warning
(edit) @15861   16 年 vboxsync REM: put VME bit update in place
(edit) @15781   16 年 vboxsync ops_sse.h: Workaround for gcc 4.1.1/AMD64 fixup issue.
(edit) @15774   16 年 vboxsync REM: fixed situation when REM have to execute code on monitored pages …
(edit) @15764   16 年 vboxsync rem: fixed wrong import record (Win64 burns)
(edit) @15761   16 年 vboxsync REM: implemented fully working VA in TLB, enabled by default, cleanups
(edit) @15744   16 年 vboxsync Updated check + comment
(edit) @15743   16 年 vboxsync Same TSS io bitmap check
(edit) @15645   16 年 vboxsync tcg-target.c: restored the todo.
(edit) @15605   16 年 vboxsync #3281: Making #undef HWACCM_VMX_EMULATE_REALMODE work again, looks …
(edit) @15571   16 年 vboxsync From upstream QEmu: Fix jmp im on x86_64 when executing 32-bit code
(edit) @15558   16 年 vboxsync VBoxREM: Log which module is being loaded.
(edit) @15452   16 年 vboxsync export
(edit) @15376   16 年 vboxsync rem: fixed burn
(edit) @15373   16 年 vboxsync rem: fixed Mac builds and alignment problems
(edit) @15342   16 年 vboxsync darwin fix.
(edit) @15341   16 年 vboxsync grr
(edit) @15340   16 年 vboxsync grr
(edit) @15339   16 年 vboxsync more hacking.
(edit) @15338   16 年 vboxsync the right place.
(edit) @15337   16 年 vboxsync build fix.
(edit) @15336   16 年 vboxsync Use VBoxREMImp, hope this fixes the 32-bit linux issue…
(edit) @15323   16 年 vboxsync darwin build fixes.
(edit) @15322   16 年 vboxsync REM/Main: When I said '/REM/64bitEnabled' I actually meant exactly that.
(edit) @15321   16 年 vboxsync rem: fixed circular dep
(edit) @15320   16 年 vboxsync VBoxREMWrapper.cpp: Use SUPR3HardenedLdrLoadAppPriv. Cleanup.
(edit) @15316   16 年 vboxsync rem: fixed packing issues, cleanup
(edit) @15315   16 年 vboxsync REM: cleanup, better deps
(edit) @15310   16 年 vboxsync REM: Darwin compilation fixes
(edit) @15305   16 年 vboxsync REM: implement config check heuristic, to select which REM to load
(edit) @15303   16 年 vboxsync REM: actually ask for guest bitness when loading apropriate implmentation
(edit) @15300   16 年 vboxsync dynamic REM selector
(edit) @15284   16 年 vboxsync PGM, REM: Virtual address in TLB - this is what I meant…
(edit) @15280   16 年 vboxsync recompiler_new/Makefile.kmk: EXTENDS_BY (missing S), general cleanup - …
(edit) @15279   16 年 vboxsync removed unneded change, use assingment instaed appending
(edit) @15278   16 年 vboxsync REM: a bit better dual REM configuration
(edit) @15274   16 年 vboxsync burn fix
(edit) @15272   16 年 vboxsync recompiler: support for 64-bit enabled REM library on 32-bit hosts …
(edit) @15248   16 年 vboxsync new REM: disable liveness analysis for 32-bit hosts and 64-bit …
(edit) @15175   16 年 vboxsync oops
(edit) @15173   16 年 vboxsync an attempt to fix MacOS alignment issues
(edit) @15135   16 年 vboxsync i386/tcg-target.c: darwin alignment fixes and checks.
(edit) @15107   16 年 vboxsync Sign extend 32 bits displacements to 64 bits
(edit) @15034   16 年 vboxsync new_recompiler: force promoution on helpers invoked from generated …
(edit) @15028   16 年 vboxsync hacking.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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