VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @45799   12 years vboxsync Make the recompiler call PGMCr0WpEnabled.
(edit) @45751   12 years vboxsync Ooops, forgot TRPM related changes.
(edit) @45727   12 years vboxsync REM/VBoxRecompiler: Fixed translating pending events to TRPM on …
(edit) @45701   12 years vboxsync VMM: SELM and VMM early HM init changes.
(edit) @45642   12 years vboxsync recompiler: Use symbolic constants.
(edit) @45533   12 years vboxsync #ifdef the raw-mode force flags to find more code to #ifdef out.
(edit) @45528   12 years vboxsync VBOX_WITH_RAW_MODE changes.
(edit) @45485   12 years vboxsync - *: Where possible, drop the #ifdef VBOX_WITH_RAW_RING1 when …
(edit) @45305   12 years vboxsync IOM: Adding pVCpu to a lot of calls and moving the lookup caches from …
(edit) @45276   12 years vboxsync Ring-1 compression patches, courtesy of trivirt AG: - main: diff to …
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44399   12 years vboxsync DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
(edit) @44330   12 years vboxsync VBoxRecompiler.c: Fixed copy & past bug (from EM).
(edit) @43657   12 years vboxsync VMM: APIC refactor. Moved APIC base MSR to the VCPU (where it belongs) …
(edit) @43394   12 years vboxsync VMM: HM cleanup.
(edit) @43387   12 years vboxsync VMM: HM cleanup.
(edit) @42601   12 years vboxsync REM: Initial changes to make it work (seemingly) with MinGW-w64.
(edit) @42420   12 years vboxsync Eliminating CPUM_CHANGED_HIDDEN_SEL_REGS_INVALID and …
(edit) @42407   12 years vboxsync VMM: Futher work on dealing with hidden segment register, esp. when …
(edit) @41906   12 years vboxsync CPUM: Combined the visible and hidden selector register data into one …
(edit) @41675   12 years vboxsync DIS: The start of the scoping exercise... Fixed PREFIX_ADDRSIZE that I …
(edit) @41669   12 years vboxsync DISInstr -> DISInstrToStr.
(edit) @41658   12 years vboxsync DIS,VMM,REM,IPRT: Disassembler API adjustments.
(edit) @41436   13 years vboxsync REM,EM: A20 fixes.
(edit) @41385   13 years vboxsync recompiler: VBOX_DEBUG_PHYS logging fix.
(edit) @40907   13 years vboxsync Working on tracking IRQs for tracing and logging purposes.
(edit) @40282   13 years vboxsync *: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
(edit) @39699   13 years vboxsync REM: sync HF_INHIBIT_IRQ_MASK with VMCPU_FF_INHIBIT_INTERRUPTS/PC.
(edit) @39615   13 years vboxsync Proper stats names.
(edit) @38838   13 years vboxsync VMM,++: Try fix the async reset, suspend and power-off problems in PDM …
(edit) @38326   13 years vboxsync EM,REM: Make the EM execution scheduling policies apply to HM as well.
(edit) @38320   13 years vboxsync Redid the A20 gate assertion fix - the recompiler needs to be told.
(edit) @38300   13 years vboxsync REM,PGM: Fix A20 syncing between the VMM and the recompiler.
(edit) @37852   13 years vboxsync alignment fix (darwin.x86/VBoxREM64).
(edit) @37723   13 years vboxsync VBoxRecompiler.c: tlb_flush_page may trigger a full tlb flush during …
(edit) @37702   13 years vboxsync REM/VMM: Don't flush the TLB if you don't hold the EM/REM lock, some …
(edit) @37689   13 years vboxsync recompiler: Merged in changes from 0.13.0.
(edit) @37676   13 years vboxsync clean up…
(edit) @37675   13 years vboxsync rem: Synced with v0.12.5.
(edit) @36811   14 years vboxsync REM: Don't set cr2 and error_code when TRPM reports a pending software …
(edit) @36794   14 years vboxsync IEM: Verify I/O port read and writes as well as MMIO accesses. …
(edit) @36490   14 years vboxsync rem: Use cpu_register_physical_memory_offset instead of …
(edit) @36430   14 years vboxsync VBoxRecompiler.c: VMM needs msrEFER in sync when calling …
(edit) @36175   14 years vboxsync rem: Synced up to v0.11.1 (35bfc7324e2e6946c4113ada5db30553a1a7c40b) …
(edit) @36170   14 years vboxsync rem: synced up to svn://svn.savannah.nongnu.org/qemu/trunk@6686 (repo …
(edit) @36148   14 years vboxsync rem: stdio.h build fix, 3rd try.
(edit) @36147   14 years vboxsync rem: stdio.h build fix, 2nd try.
(edit) @36144   14 years vboxsync rem: Removed more obsolete/unused files.
(edit) @36140   14 years vboxsync rem: Re-synced to svn://svn.savannah.nongnu.org/qemu/trunk@5495 (repo …
(edit) @36066   14 years vboxsync step+logging: interrupt fix.
(edit) @36056   14 years vboxsync .remstep hacking.
(edit) @36054   14 years vboxsync VMM/REM: Made .remstep work to some degree (might skip interrupts/traps).
(edit) @35994   14 years vboxsync Two cases where CPUM_CHANGED_GLOBAL_TLB_FLUSH was missing, causing …
(edit) @35696   14 years vboxsync PCDBGCCMD & PFNDBGCCMD: Drop the return type & variable. Functions …
(edit) @35694   14 years vboxsync Debugger console: more cleanup.
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @33595   14 years vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33123   14 years vboxsync Must pass on ldtr info
(edit) @31532   14 years vboxsync REM: logging; No doxygen @note in code.
(edit) @31460   14 years vboxsync REM,DBGF: Logging fixes, avoid assertion when disassembling.
(edit) @30862   14 years vboxsync VMM,REM: Replumbled the MSR updating and reading so that PGM can …
(edit) @30453   14 years vboxsync DBGFR3DisasInstrEx: Flags for overriding the instruction set, adding …
(edit) @30263   14 years vboxsync VMM,REM: Only invalidate hidden registers when using raw-mode. Fixes …
(edit) @29333   15 years vboxsync removed VBOX_WITH_VMI
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28317   15 years vboxsync RTMemPageFree + all users: Added size parameter to RTMemPageFree so we …
(edit) @27254   15 years vboxsync HPET: correct interrupts delivery
(edit) @26939   15 years vboxsync ACPI, APIC, HPET: emulate typical configuration wrt ISA interrupt routing
(edit) @26640   15 years vboxsync Disabled temporary checks
(edit) @26508   15 years vboxsync VBoxRecompiler.c: tabs -> spaces.
(edit) @25732   15 years vboxsync PDMCritSect: Deployed lock ordering. (ring-3 only, only DEBUG_bird atm)
(edit) @25581   15 years vboxsync Compile fix
(edit) @25580   15 years vboxsync Temporarily turned on extra checking in release build for #4113
(edit) @23019   15 years vboxsync recompiler: fixed missing symbol for Windows builds
(edit) @23012   15 years vboxsync VMM,Devices,Main: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWait.
(edit) @22890   15 years vboxsync VM::cCPUs -> VM::cCpus so it matches all the other cCpus and aCpus members.
(edit) @22793   15 years vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
(edit) @22480   15 years vboxsync SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
(edit) @22112   15 years vboxsync DBGF,REM,Diggers: Converted more of the code dealing with debug symbol …
(edit) @21146   15 years vboxsync Compile fix
(edit) @20867   15 years vboxsync REMR3ReplayHandlerNotifications: Fixed list reversal regression from …
(edit) @20845   15 years vboxsync VBoxRecompiler.c: minor cleanup + @todo.
(edit) @20812   15 years vboxsync gcc warning
(edit) @20747   15 years vboxsync REM: Don't drop handler reply records. More handler replay paranoia …
(edit) @20746   15 years vboxsync REMR3ReplayHandlerNotification,remNotifyHandlerInsert: paranoia.
(edit) @20668   15 years vboxsync Missing PDMApicGet/SetTpr updates
(edit) @20427   15 years vboxsync Comment update
(edit) @20426   15 years vboxsync Protect pgm handler notifications in the recompiler.
(edit) @20421   15 years vboxsync Rewrote rem notification handling.
(edit) @20408   15 years vboxsync Moved REM locking to VMMAll
(edit) @20406   15 years vboxsync Removed obsolete REMR3ReplayInvalidatedPages
(edit) @20399   15 years vboxsync Minor updates
(edit) @20079   16 years vboxsync Deal with locking later
(edit) @20075   16 years vboxsync Dropped all the assertiosn
(edit) @20074   16 years vboxsync Previous fix at the wrong place
(edit) @20073   16 years vboxsync Dropped annoying assertion
(edit) @20071   16 years vboxsync Bit more REM locking
(edit) @20002   16 years vboxsync Missed changes
(edit) @19747   16 years vboxsync TM: Cleaned up pausing and resuming the clocks.
Note: See TracRevisionLog for help on using the revision log.

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