VirtualBox

source: vbox/trunk/src/recompiler/VBoxRecompiler.c

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @53466   10 年 vboxsync VMM/MSRs: Added status codes for returning to ring-3 to service the …
(edit) @52066   10 年 vboxsync VMM: Fixed potential bug in AMD-V NMI injection when interrupt …
(edit) @52041   10 年 vboxsync VMM: Fix NMI handling.
(edit) @51326   11 年 vboxsync VBoxRecompiler.c: Enable .remstep on 64-bit windows again. We're using …
(edit) @47726   11 年 vboxsync Removed unintential debug RTLogPrintf calls.
(edit) @47709   11 年 vboxsync REM: Attempt at better selector attribute handling, to avoid further …
(edit) @47550   11 年 vboxsync REM: Hack for dispatching interrupts to vector 8 via TRPM in …
(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) @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) @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) @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) @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) @42601   12 年 vboxsync REM: Initial changes to make it work (seemingly) with MinGW-w64.
(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) @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) @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) @40282   13 年 vboxsync *: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
(edit) @39699   13 年 vboxsync REM: sync HF_INHIBIT_IRQ_MASK with VMCPU_FF_INHIBIT_INTERRUPTS/PC.
(edit) @39615   13 年 vboxsync Proper stats names.
(edit) @38838   13 年 vboxsync VMM,++: Try fix the async reset, suspend and power-off problems in PDM …
(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) @38300   13 年 vboxsync REM,PGM: Fix A20 syncing between the VMM and the recompiler.
(edit) @37852   13 年 vboxsync alignment fix (darwin.x86/VBoxREM64).
(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) @37689   13 年 vboxsync recompiler: Merged in changes from 0.13.0.
(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) @36490   14 年 vboxsync rem: Use cpu_register_physical_memory_offset instead of …
(edit) @36430   14 年 vboxsync VBoxRecompiler.c: VMM needs msrEFER in sync when calling …
(edit) @36175   14 年 vboxsync rem: Synced up to v0.11.1 (35bfc7324e2e6946c4113ada5db30553a1a7c40b) …
(edit) @36170   14 年 vboxsync rem: synced up to svn://svn.savannah.nongnu.org/qemu/trunk@6686 (repo …
(edit) @36148   14 年 vboxsync rem: stdio.h build fix, 3rd try.
(edit) @36147   14 年 vboxsync rem: stdio.h build fix, 2nd try.
(edit) @36144   14 年 vboxsync rem: Removed more obsolete/unused files.
(edit) @36140   14 年 vboxsync rem: Re-synced to svn://svn.savannah.nongnu.org/qemu/trunk@5495 (repo …
(edit) @36066   14 年 vboxsync step+logging: interrupt fix.
(edit) @36056   14 年 vboxsync .remstep hacking.
(edit) @36054   14 年 vboxsync VMM/REM: Made .remstep work to some degree (might skip interrupts/traps).
(edit) @35994   14 年 vboxsync Two cases where CPUM_CHANGED_GLOBAL_TLB_FLUSH was missing, causing …
(edit) @35696   14 年 vboxsync PCDBGCCMD & PFNDBGCCMD: Drop the return type & variable. Functions …
(edit) @35694   14 年 vboxsync Debugger console: more cleanup.
(edit) @35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @33595   14 年 vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @33123   14 年 vboxsync Must pass on ldtr info
(edit) @31532   14 年 vboxsync REM: logging; No doxygen @note in code.
(edit) @31460   14 年 vboxsync REM,DBGF: Logging fixes, avoid assertion when disassembling.
(edit) @30862   14 年 vboxsync VMM,REM: Replumbled the MSR updating and reading so that PGM can …
(edit) @30453   14 年 vboxsync DBGFR3DisasInstrEx: Flags for overriding the instruction set, adding …
(edit) @30263   14 年 vboxsync VMM,REM: Only invalidate hidden registers when using raw-mode. Fixes …
(edit) @29333   15 年 vboxsync removed VBOX_WITH_VMI
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28317   15 年 vboxsync RTMemPageFree + all users: Added size parameter to RTMemPageFree so we …
(edit) @27254   15 年 vboxsync HPET: correct interrupts delivery
(edit) @26939   15 年 vboxsync ACPI, APIC, HPET: emulate typical configuration wrt ISA interrupt routing
(edit) @26640   15 年 vboxsync Disabled temporary checks
(edit) @26508   15 年 vboxsync VBoxRecompiler.c: tabs -> spaces.
(edit) @25732   15 年 vboxsync PDMCritSect: Deployed lock ordering. (ring-3 only, only DEBUG_bird atm)
(edit) @25581   15 年 vboxsync Compile fix
(edit) @25580   15 年 vboxsync Temporarily turned on extra checking in release build for #4113
(edit) @23019   15 年 vboxsync recompiler: fixed missing symbol for Windows builds
(edit) @23012   15 年 vboxsync VMM,Devices,Main: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWait.
(edit) @22890   15 年 vboxsync VM::cCPUs -> VM::cCpus so it matches all the other cCpus and aCpus members.
(edit) @22793   15 年 vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
(edit) @22480   15 年 vboxsync SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
(edit) @22112   15 年 vboxsync DBGF,REM,Diggers: Converted more of the code dealing with debug symbol …
(edit) @21146   15 年 vboxsync Compile fix
(edit) @20867   15 年 vboxsync REMR3ReplayHandlerNotifications: Fixed list reversal regression from …
(edit) @20845   15 年 vboxsync VBoxRecompiler.c: minor cleanup + @todo.
(edit) @20812   15 年 vboxsync gcc warning
(edit) @20747   15 年 vboxsync REM: Don't drop handler reply records. More handler replay paranoia …
(edit) @20746   15 年 vboxsync REMR3ReplayHandlerNotification,remNotifyHandlerInsert: paranoia.
(edit) @20668   15 年 vboxsync Missing PDMApicGet/SetTpr updates
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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