VirtualBox

source: vbox/trunk/src/recompiler

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @62287   8 年 vboxsync REM: Killed the REMR3NotifyPendingInterrupt interface. Misguided hack …
(edit) @62286   8 年 vboxsync REM: Fixed TRPM -> recompiler IRQ translation problem, well hacked it.
(edit) @62230   8 年 vboxsync tcg-target.c: Placate cppcheck - avoid bitwise operations on bools, …
(edit) @62086   8 年 vboxsync Avoid arithmetic on void *
(edit) @62042   8 年 vboxsync Fix printf signed/unsigned mismatch.
(edit) @61634   8 年 vboxsync Fixed DBGFR3_INFO_LOG to only run on the current EMT as we'll easily …
(edit) @61363   8 年 vboxsync recompiler: fix gcc asan warning
(edit) @60893   9 年 vboxsync cpu-exec.c: Another IEM_VERIFICATION_MODE hack.
(edit) @60804   9 年 vboxsync VMM: Introduced the new APIC update force-flag and relevant fixes, …
(edit) @60740   9 年 vboxsync VMM, recompiler: Fix APIC to update pending interrupts to IRR when the …
(edit) @60307   9 年 vboxsync VMM: APIC rewrite. Initial commit, work in progress.
(edit) @60049   9 年 vboxsync recompiler/exec: wrong sizeof (harmless)
(edit) @60022   9 年 vboxsync recompiler: shifting of negative values is undefined (thanks PVS)
(edit) @59624   9 年 vboxsync recompiler: fixed wrong assembler constraint in a testcase
(edit) @58821   9 年 vboxsync REM: Fixed SIDT/SGDT (see bugref:8118).
(edit) @58562   9 年 vboxsync REM: reverted r103903: op_helper.c: Corrected assertion.
(edit) @58557   9 年 vboxsync op_helper.c: Corrected assertion.
(edit) @58536   9 年 vboxsync got the assertion the wrong way around, just needed …
(edit) @58535   9 年 vboxsync REMR3EmulateInstruction: Corrected assertion.
(edit) @58396   9 年 vboxsync VMM: Stubbed the csam, patm, rem and hm documentation @pages.
(edit) @58106   9 年 vboxsync include,misc: Corrected a bunch of doxygen errors.
(edit) @57358   9 年 vboxsync *: scm cleanup run.
(edit) @56984   9 年 vboxsync VBoxRecompiler.c: formatting fixes
(edit) @56301   9 年 vboxsync *.kmk: Updated (C) year.
(edit) @56048   10 年 vboxsync pgm.h,++: Changed the return type of PDMPhysRead, PGMPhysWrite, …
(edit) @55988   10 年 vboxsync iprt/log.h,SUPDrv: Replaced the 'personal' logging groups with 6 more …
(edit) @55980   10 年 vboxsync iprt/log.h,++: Added extended logger instance getters that also checks …
(edit) @55899   10 年 vboxsync PGM: Added an access origin to memory read & write calls that respects …
(edit) @55786   10 年 vboxsync build fix
(edit) @55784   10 年 vboxsync Restored lost ProductVersion.
(edit) @55782   10 年 vboxsync Added an empty macro as a place holder for any additional strings we …
(edit) @55781   10 年 vboxsync Clean up RC files, adding more version.h defines for common values.
(edit) @55772   10 年 vboxsync Two more RC defines.
(edit) @55771   10 年 vboxsync Use defines in the RC files and make those defines compatible with …
(edit) @55493   10 年 vboxsync PGM,++: Separated physical access handler callback function pointers …
(edit) @55368   10 年 vboxsync VBoxREM: missing dependency
(edit) @55048   10 年 vboxsync VMM,REM: Allocate the FPU/SSE/AVX/FUTURE state stuff. We need to use …
(edit) @55029   10 年 vboxsync VBoxRecompiler.cpp: Use alloca() to allocate the big CPUMCTX structure …
(edit) @54898   10 年 vboxsync CPUMCTX,CPUMHOST: Replaced the fpu (X86FXSAVE) member with an XState …
(edit) @54737   10 年 vboxsync VMM,REM: CPUID revamp - almost there now.
(edit) @53950   10 年 vboxsync On older windows version (w2k3) the popen implementation in msvcrt …
(edit) @53868   10 年 vboxsync recompiler/Makefile.kmk: Build fix for windows users not using the …
(edit) @53837   10 年 vboxsync recompiler: .rc file for RemWrapper
(edit) @53811   10 年 vboxsync cosmetics
(edit) @53810   10 年 vboxsync build fix
(edit) @53807   10 年 vboxsync added another Windows resource file
(edit) @53805   10 年 vboxsync added more missing Windows resource files
(edit) @53624   10 年 vboxsync scm automatic cleanups.
(edit) @53466   10 年 vboxsync VMM/MSRs: Added status codes for returning to ring-3 to service the …
(edit) @52520   10 年 vboxsync REM: Truncate linear addresses in outside of 64-bit mode.
(edit) @52213   10 年 vboxsync SUP,IPRT: Implemented forwarder support in RTLdr and cleaned up some …
(edit) @52066   10 年 vboxsync VMM: Fixed potential bug in AMD-V NMI injection when interrupt …
(edit) @52041   10 年 vboxsync VMM: Fix NMI handling.
(edit) @51778   10 年 vboxsync build fix
(edit) @51770   10 年 vboxsync Merged in iprt++ dev branch.
(edit) @51326   11 年 vboxsync VBoxRecompiler.c: Enable .remstep on 64-bit windows again. We're using …
(edit) @49655   11 年 vboxsync Unsigned/int enum warning fix. (hope it works)
(edit) @48472   11 年 vboxsync REM: Correctly propagate triple faults to EM.
(edit) @48065   11 年 vboxsync load_segment: on second though, just remove the bogus log statement.
(edit) @48064   11 年 vboxsync comment
(edit) @47875   11 年 vboxsync recompiler: header kludge
(edit) @47767   11 年 vboxsync REM: clear unnecessary TR attributes on task switch.
(edit) @47757   11 年 vboxsync REM: Corrected task switch order (old task saved first, new task …
(edit) @47753   11 年 vboxsync REM: LTR will not load null TR selector.
(edit) @47726   11 年 vboxsync Removed unintential debug RTLogPrintf calls.
(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) …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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