VirtualBox

source: vbox/trunk/src/recompiler

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @28922   15 years vboxsync rem: fix darwin.amd64
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28356   15 years vboxsync shut up warning.
(edit) @28317   15 years vboxsync RTMemPageFree + all users: Added size parameter to RTMemPageFree so we …
(edit) @28030   15 years vboxsync VMM: SpeedStep and relatives MSRs
(edit) @27593   15 years vboxsync REM: consistent with VMM monitor treatment
(edit) @27254   15 years vboxsync HPET: correct interrupts delivery
(edit) @27139   15 years vboxsync Config.kmk,recompiler,xpcom18a4/Makefile.kmk: Drop the trailing slash …
(edit) @27138   15 years vboxsync Config.kmk,recompiler/Makefile.kmk,xpcom18a4/Makefile.kmk: Use @rpath …
(edit) @26993   15 years vboxsync VMM: implement some Nehalem MSRs
(edit) @26939   15 years vboxsync ACPI, APIC, HPET: emulate typical configuration wrt ISA interrupt routing
(edit) @26879   15 years vboxsync REM: missing export
(edit) @26640   15 years vboxsync Disabled temporary checks
(edit) @26508   15 years vboxsync VBoxRecompiler.c: tabs -> spaces.
(edit) @26499   15 years vboxsync recompier: whitespace cleanup. (Clean up whitespace on the foreign …
(edit) @26291   15 years vboxsync warnings.
(edit) @26271   15 years vboxsync VMM: warnings. Changed PATMIsPatchGCAddr and CSAMIsKnownDangerousInstr …
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