VirtualBox

source: vbox/trunk/src/recompiler

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @37852   13 years vboxsync alignment fix (darwin.x86/VBoxREM64).
(edit) @37829   13 years vboxsync header fixes
(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) @37697   13 years vboxsync duh.
(edit) @37696   13 years vboxsync rem: fixed 64-bit host bustage.
(edit) @37693   13 years vboxsync Windows fixes
(edit) @37692   13 years vboxsync build fix.
(edit) @37691   13 years vboxsync win64 linking fix
(edit) @37689   13 years vboxsync recompiler: Merged in changes from 0.13.0.
(edit) @37677   13 years vboxsync solaris build fix.
(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) @36768   14 years vboxsync IEM: Initial commit, work in progress.
(edit) @36765   14 years vboxsync emulate_single_instr: style
(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) @36414   14 years vboxsync Please mark all recompiler changes or the will be lost.
(edit) @36384   14 years vboxsync recompiler: Fix build on FreeBSD
(edit) @36299   14 years vboxsync recompiler: typo.
(edit) @36298   14 years vboxsync recompiler: darwin/32 alignment hadn't got any differ from other …
(edit) @36297   14 years vboxsync Recompiler: Indentation
(edit) @36296   14 years vboxsync Recompiler: Fix assertion
(edit) @36295   14 years vboxsync recompiler: fixes STAM assertion on 32-bit Mac host.
(edit) @36271   14 years vboxsync recompiler: Fix stam assertion for 32bit debug builds
(edit) @36266   14 years vboxsync REM: Do not block writes to port 80h.
(edit) @36250   14 years vboxsync REM: Missing pointer check.
(edit) @36212   14 years vboxsync updated recompiler/README.vbox.
(edit) @36211   14 years vboxsync replaced kvm.h with our own which stubbs the exposed functions.
(edit) @36177   14 years vboxsync build fix
(edit) @36176   14 years vboxsync build fix
(edit) @36175   14 years vboxsync rem: Synced up to v0.11.1 (35bfc7324e2e6946c4113ada5db30553a1a7c40b) …
(edit) @36172   14 years vboxsync build fix
(edit) @36171   14 years vboxsync rem: Merged in changes from the branches/stable_0_10 (r7249).
(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) @36146   14 years vboxsync rem: build fix; removed obsolete header section.
(edit) @36145   14 years vboxsync rem: README.vbox, not REAMDE.vbox.
(edit) @36144   14 years vboxsync rem: Removed more obsolete/unused files.
(edit) @36143   14 years vboxsync REM : cpu_abort warning.
(edit) @36142   14 years vboxsync rem: removing obsolete files.
(edit) @36141   14 years vboxsync build fix
(edit) @36140   14 years vboxsync rem: Re-synced to svn://svn.savannah.nongnu.org/qemu/trunk@5495 (repo …
(edit) @36125   14 years vboxsync recompiler: Removing traces of attempts at making the recompiler …
(edit) @36066   14 years vboxsync step+logging: interrupt fix.
(edit) @36064   14 years vboxsync logging fix
(edit) @36061   14 years vboxsync REM: More .remstep logging.
(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) @35996   14 years vboxsync optimize tlb_flush a little bit
(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) @35572   14 years vboxsync Only VBoxRT, VBoxVMM, VBoxDD, VBoxDD2 and VBoxREM should be PIC avoiding.
(edit) @35380   14 years vboxsync Makefiles: The PATH_<target> variable is deprated, use …
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35340   14 years vboxsync More build fixes
(edit) @35333   14 years vboxsync VMM source reorg.
(edit) @35191   14 years vboxsync Some cleanup. Pass RTLDRLOAD_FLAGS_LOCAL instead of 0, since it's defined.
(edit) @35188   14 years vboxsync Use RTERRINFO in SUPLib for hardening APIs and such.
(edit) @35161   14 years vboxsync build fix
(edit) @35152   14 years vboxsync *: added fFlags parameter to SUPR3HardenedLdrLoadAppPriv(), …
(edit) @34959   14 years vboxsync Added RTLdrLoadEx for exposing dlerror info.
(edit) @33971   14 years vboxsync recompiler: type fix
(edit) @33965   14 years vboxsync recompiler: fix type
(edit) @33656   14 years vboxsync *: rebrand Sun (L)GPL disclaimers
(edit) @33595   14 years vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33270   14 years vboxsync typo
(edit) @33269   14 years vboxsync IPRT: A quick replacement of the RTMemPage* and RTMemExec* APIs on …
(edit) @33123   14 years vboxsync Must pass on ldtr info
(edit) @31636   14 years vboxsync EM: Addressed VBOXSTRICTRC todo from r64673. Decided to only use …
(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) @31179   14 years vboxsync REM: backed out r64163 as it cause build burns.
(edit) @31176   14 years vboxsync REM: fix logging
(edit) @31168   14 years vboxsync REM: fixed assertion.
(edit) @31161   14 years vboxsync iprt,++: Tag allocation in all builds with a string, defaulting to …
(edit) @31160   14 years vboxsync iprt,++: Tag allocation in all builds with a string, defaulting to …
(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) @30413   14 years vboxsync REM: incorporated git b16f827b from upstream: target-i386: fix SIB …
(edit) @30412   14 years vboxsync REM: incorporated git c2254920 and git 2e21e749 from upstream: …
(edit) @30406   14 years vboxsync REM: incorporated git 99596385 from upstream: target-i386: Fix "call …
(edit) @30263   14 years vboxsync VMM,REM: Only invalidate hidden registers when using raw-mode. Fixes …
(edit) @29732   15 years vboxsync Backed out 61853; causes more invalid state exits
(edit) @29687   15 years vboxsync Make sure the right descriptor attributes (0xf3) are loaded in V86 …
(edit) @29520   15 years vboxsync fix wrong license headers
(edit) @29511   15 years vboxsync fix superfluous license header
(edit) @29373   15 years vboxsync recompiler/Makefile.kmk: Try fix the implicit declaration of function …
(edit) @29333   15 years vboxsync removed VBOX_WITH_VMI
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @29037   15 years vboxsync recompiler/Makefile.kmk: Enabled the new stuff for linux.amd64.
(edit) @29012   15 years vboxsync recompiler/Makefile.kmk: darwin.amd64 + cleanup.
(edit) @28991   15 years vboxsync bugger
(edit) @28990   15 years vboxsync recompiler/Makefile.kmk: Started cleaning up the makefile.
(edit) @28923   15 years vboxsync reverted, incorrect
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