VirtualBox

source: vbox/trunk/src/recompiler

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @47709   11 年 vboxsync REM: Attempt at better selector attribute handling, to avoid further …
(edit) @47678   11 年 vboxsync recompiler: Clear the unusable bit when the present bit is set.
(edit) @47666   11 年 vboxsync Use the LAR mask that AMD documents for now.
(edit) @47550   11 年 vboxsync REM: Hack for dispatching interrupts to vector 8 via TRPM in …
(edit) @47549   11 年 vboxsync REM: Set more access bits on selectors, clear/set the unusable flag more.
(edit) @47423   11 年 vboxsync REM: dlltool writes temp files to current directory, change directory …
(edit) @47328   11 年 vboxsync CPUM,++: Fix DR6 and DR7 read-as-1 (RA1) and read-as-zero (RAZ) values …
(edit) @47324   11 年 vboxsync REM: NULL SS on iret change.
(edit) @47309   11 年 vboxsync REM: Try set DESC_INTEL_UNUSED where applicable. Fixed values in DR6, …
(edit) @46493   11 年 vboxsync STAMR3Deregister* optimizations. Relevant for both startup and …
(edit) @46420   11 年 vboxsync VMM, recompiler: Purge deprecated macros.
(edit) @46160   12 年 vboxsync nits
(edit) @46155   12 年 vboxsync List near, unassemble, hyper register and more tiny debugger fixes.
(edit) @46121   12 年 vboxsync REM: Undid error introduced by following Intel documentation.
(edit) @45965   12 年 vboxsync VMM: Facility for getting the highest-priority pending interrupt from …
(edit) @45799   12 年 vboxsync Make the recompiler call PGMCr0WpEnabled.
(edit) @45751   12 年 vboxsync Ooops, forgot TRPM related changes.
(edit) @45727   12 年 vboxsync REM/VBoxRecompiler: Fixed translating pending events to TRPM on …
(edit) @45701   12 年 vboxsync VMM: SELM and VMM early HM init changes.
(edit) @45642   12 年 vboxsync recompiler: Use symbolic constants.
(edit) @45618   12 年 vboxsync Do HMR3Init first in vmR3InitRing3 so the other components can skip …
(edit) @45587   12 年 vboxsync REM: Fixed non-64-bit ENTER emulation.
(edit) @45561   12 年 vboxsync recompiler/Makefile.kmk: Must define VBOX_WITH_RAW_MODE. Regression …
(edit) @45533   12 年 vboxsync #ifdef the raw-mode force flags to find more code to #ifdef out.
(edit) @45528   12 年 vboxsync VBOX_WITH_RAW_MODE changes.
(edit) @45494   12 年 vboxsync op_helper.c: Removed debug statement that was accidentially committed.
(edit) @45485   12 年 vboxsync - *: Where possible, drop the #ifdef VBOX_WITH_RAW_RING1 when …
(edit) @45305   12 年 vboxsync IOM: Adding pVCpu to a lot of calls and moving the lookup caches from …
(edit) @45276   12 年 vboxsync Ring-1 compression patches, courtesy of trivirt AG: - main: diff to …
(edit) @44528   12 年 vboxsync header (C) fixes
(edit) @44399   12 年 vboxsync DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
(edit) @44362   12 年 vboxsync PATM: Changed two Main APIs to use PUVM instead of PVM (one of them …
(edit) @44340   12 年 vboxsync VMM,Main,Debugger,REM: VM API cleanup, prefering PUVM over PVM so we …
(edit) @44330   12 年 vboxsync VBoxRecompiler.c: Fixed copy & past bug (from EM).
(edit) @43657   12 年 vboxsync VMM: APIC refactor. Moved APIC base MSR to the VCPU (where it belongs) …
(edit) @43394   12 年 vboxsync VMM: HM cleanup.
(edit) @43387   12 年 vboxsync VMM: HM cleanup.
(edit) @43068   12 年 vboxsync recompiler: Missing privilege check for task gate switches (Fixes …
(edit) @42829   12 年 vboxsync REM: Typo fix (was inadvertently changing stack segment type).
(edit) @42604   12 年 vboxsync build fix
(edit) @42603   12 年 vboxsync Try use MinGW-W64; this changes kBuild from 2609 to 2624.
(edit) @42602   12 年 vboxsync mac build fix.
(edit) @42601   12 年 vboxsync REM: Initial changes to make it work (seemingly) with MinGW-w64.
(edit) @42595   12 年 vboxsync REM/Makefile.kmk: MinGW-W64 experiments.
(edit) @42488   12 年 vboxsync REM: retf/iret should set the accessed bit in the selectors, I think.
(edit) @42482   12 年 vboxsync helper_rdmsr: Don't try to check if the value is the same for …
(edit) @42474   12 年 vboxsync recompiler/Sun/testmath.c: be a bit more generous with the rounding. …
(edit) @42420   12 年 vboxsync Eliminating CPUM_CHANGED_HIDDEN_SEL_REGS_INVALID and …
(edit) @42407   12 年 vboxsync VMM: Futher work on dealing with hidden segment register, esp. when …
(edit) @41939   12 年 vboxsync CPUMGetGuestCPL: Drop the context core pointer and use the Guest state …
(edit) @41906   12 年 vboxsync CPUM: Combined the visible and hidden selector register data into one …
(edit) @41675   12 年 vboxsync DIS: The start of the scoping exercise... Fixed PREFIX_ADDRSIZE that I …
(edit) @41669   12 年 vboxsync DISInstr -> DISInstrToStr.
(edit) @41658   12 年 vboxsync DIS,VMM,REM,IPRT: Disassembler API adjustments.
(edit) @41477   12 年 vboxsync /Makefile.kmk: Cosmetic changes.
(edit) @41436   13 年 vboxsync REM,EM: A20 fixes.
(edit) @41385   13 年 vboxsync recompiler: VBOX_DEBUG_PHYS logging fix.
(edit) @40907   13 年 vboxsync Working on tracking IRQs for tracing and logging purposes.
(edit) @40829   13 年 vboxsync make it work with EF wrappers everywhere.
(edit) @40504   13 年 vboxsync Solaris 11 build fixes.
(edit) @40442   13 年 vboxsync IEM integration in progress - doing some EM refactoring to ease this …
(edit) @40360   13 年 vboxsync Do not try to run unreal mode code as V86 in VT-x.
(edit) @40282   13 年 vboxsync *: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
(edit) @39969   13 年 vboxsync sanity check (expecting failure on windows...)
(edit) @39966   13 年 vboxsync REM: Don't pollute the FPU state with random garbage (from the stack).
(edit) @39961   13 年 vboxsync REM: Fixed incorrect CR2 value for word or dword instruction fields …
(edit) @39699   13 年 vboxsync REM: sync HF_INHIBIT_IRQ_MASK with VMCPU_FF_INHIBIT_INTERRUPTS/PC.
(edit) @39615   13 年 vboxsync Proper stats names.
(edit) @39376   13 年 vboxsync recompiler: merged upstream changeset …
(edit) @39192   13 年 vboxsync recompiler: obvious typos, not fixed in upstream yet
(edit) @38838   13 年 vboxsync VMM,++: Try fix the async reset, suspend and power-off problems in PDM …
(edit) @38364   13 年 vboxsync REM: Try fix the broken sysexit (and partially sysenter).
(edit) @38326   13 年 vboxsync EM,REM: Make the EM execution scheduling policies apply to HM as well.
(edit) @38320   13 年 vboxsync Redid the A20 gate assertion fix - the recompiler needs to be told.
(edit) @38319   13 年 vboxsync Recompiler/FreeBSD: Fix alignment on 32bit
(edit) @38300   13 年 vboxsync REM,PGM: Fix A20 syncing between the VMM and the recompiler.
(edit) @38082   13 年 vboxsync *.kmk: Installation/staging adjustments (kBuild 0.2.0 preps).
(edit) @38064   13 年 vboxsync tcg-target.c: Make sure the stack is aligned on darwin (VBoxREM64 only).
(edit) @37858   13 年 vboxsync alignment fix - 6th try.
(edit) @37857   13 年 vboxsync alignment fix - 5th try.
(edit) @37856   13 年 vboxsync alignment fix - 4th try.
(edit) @37855   13 年 vboxsync alignment fix - 3rd try.
(edit) @37854   13 年 vboxsync alignment fix - 2nd try.
(edit) @37853   13 年 vboxsync alignment fix - 2nd try.
(edit) @37852   13 年 vboxsync alignment fix (darwin.x86/VBoxREM64).
(edit) @37829   13 年 vboxsync header fixes
(edit) @37723   13 年 vboxsync VBoxRecompiler.c: tlb_flush_page may trigger a full tlb flush during …
(edit) @37702   13 年 vboxsync REM/VMM: Don't flush the TLB if you don't hold the EM/REM lock, some …
(edit) @37697   13 年 vboxsync duh.
(edit) @37696   13 年 vboxsync rem: fixed 64-bit host bustage.
(edit) @37693   13 年 vboxsync Windows fixes
(edit) @37692   13 年 vboxsync build fix.
(edit) @37691   13 年 vboxsync win64 linking fix
(edit) @37689   13 年 vboxsync recompiler: Merged in changes from 0.13.0.
(edit) @37677   13 年 vboxsync solaris build fix.
(edit) @37676   13 年 vboxsync clean up…
(edit) @37675   13 年 vboxsync rem: Synced with v0.12.5.
(edit) @36811   14 年 vboxsync REM: Don't set cr2 and error_code when TRPM reports a pending software …
(edit) @36794   14 年 vboxsync IEM: Verify I/O port read and writes as well as MMIO accesses. …
(edit) @36768   14 年 vboxsync IEM: Initial commit, work in progress.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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