VirtualBox

source: vbox/trunk/src/recompiler

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18117   16 years vboxsync sed(1): make these locale independent by using [:alnum:] and friends. …
(edit) @18082   16 years vboxsync recompiler adaption of r44723
(edit) @17538   16 years vboxsync REM,PGM: Added two mutualy exclusive flags to …
(edit) @17537   16 years vboxsync REM: Added REMR3InitFinalize and moved the dirty page bit map …
(edit) @17530   16 years vboxsync another windows buildfix. (new phys code)
(edit) @17427   16 years vboxsync REM: Don't import PGMPhysGCPhys2R3Ptr since it's no longer used by REM …
(edit) @17426   16 years vboxsync REM: Don't use PGMPhysGCPtr2R3PtrByGstCR3 - removed remR3DisasBlock …
(edit) @17366   16 years vboxsync REM: Drop obsolete assertions on pvCopy in REMR3NotifyPhysRomRegister.
(edit) @17251   16 years vboxsync VMM,REM,DevPcArch: VBOX_WITH_NEW_PHYS_CODE changes.
(edit) @17106   16 years vboxsync VMM,REM: Removed the single page limitation on the TSS monitoring and …
(edit) @17039   16 years vboxsync Old REM: New TR sync.
(edit) @16933   16 years vboxsync IPRT/PDM,SUPLIb,REM: Extended RTLdrOpen with an architecture argument …
(edit) @16128   16 years vboxsync REM: sync the FPU state after CR4 and CPUID or we'll get the wrong format.
(edit) @15861   16 years vboxsync REM: put VME bit update in place
(edit) @15520   16 years vboxsync partial dual-REM support in old recompiler
(edit) @15012   16 years vboxsync Wrong casts
(edit) @14755   16 years vboxsync #1865: Converted 4 PGM*2HC* conversion functions to RTR3PTR.
(edit) @14422   16 years vboxsync darwin build fix
(edit) @14411   16 years vboxsync RDTSCP support added. Enabled only for AMD-V guests.
(edit) @13852   16 years vboxsync small fix
(edit) @13840   16 years vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
(edit) @13839   16 years vboxsync And yet more %V* -> %R* changes…
(edit) @13838   16 years vboxsync Some more %V* -> %R* changes while at it.
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13836   16 years vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13835   16 years vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
(edit) @13801   16 years vboxsync RPATH/ORIGIN for VBoxREM
(edit) @13793   16 years vboxsync VBoxREMImp HACK note.
(edit) @13792   16 years vboxsync Refined the VBoxREMImp.so/dylib hack: Installing it to PATH_LIB …
(edit) @13791   16 years vboxsync Moving data around
(edit) @13782   16 years vboxsync More SMP groundwork.
(edit) @13755   16 years vboxsync Started with VM request API changes.
(edit) @13709   16 years vboxsync Flush the TBs during reset.
(edit) @13708   16 years vboxsync Skip the TB flush as that's rather expensive and not necessary for …
(edit) @13565   16 years vboxsync #1865: REM (VMM bits) - moved EMFlushREMTBs to REMFlushTBs, deleted …
(edit) @13532   16 years vboxsync CPUMQueryGuestCtxPtr doesn't need to return a status. It can never fail.
(edit) @13449   16 years vboxsync Fixed default flags for selector register loads in real and V86 mode
(edit) @13385   16 years vboxsync fix OSE
(edit) @13375   16 years vboxsync some (disabled) VMI bits
(edit) @13363   16 years vboxsync small clean fixes
(edit) @13306   16 years vboxsync IPRT,++: some assert.h cleanup, making a suitable place to call …
(edit) @13185   16 years vboxsync VBoxREM: export the tb statistics.
(edit) @13144   16 years vboxsync #1865: Implmented the alternative R0 code for darwin (turned out to be …
(edit) @13128   16 years vboxsync logging fixes
(edit) @13117   16 years vboxsync recompiler: some logging fixes
(edit) @13044   16 years vboxsync filter out -Wextra -Wno-missing-field-initializers for op.S
(edit) @13034   16 years vboxsync minor warnings
(edit) @13022   16 years vboxsync REM: this is what I mean.
(edit) @13021   16 years vboxsync align
(edit) @13020   16 years vboxsync Knut-compatibility fixes
(edit) @13013   16 years vboxsync infrastructure work for X2APIC support
(edit) @13008   16 years vboxsync darwin build fix
(edit) @12828   16 years vboxsync Fixed saved state restore in real mode.
(edit) @12797   16 years vboxsync Provide more information in partial cpu context passed to …
(edit) @12679   16 years vboxsync Syscall emulation fix.
(edit) @12655   16 years vboxsync stupid stupid editor!
(edit) @12654   16 years vboxsync VBoxREMWrapper: fixed funny char in comment.
(edit) @12653   16 years vboxsync various files: doxygen fixes.
(edit) @12600   16 years vboxsync Turned dr0..dr7 into an array.
(edit) @12549   16 years vboxsync VMM: Implemented a TSC mode where it's tied to execution and halt …
(edit) @12427   16 years vboxsync Minor 64 bits guest execution issues.
(edit) @12421   16 years vboxsync Fixed 64 bits displacements. (see #3096)
(edit) @12308   16 years vboxsync Activated flushing.
(edit) @12303   16 years vboxsync Extra stat counter for TB flushes
(edit) @12299   16 years vboxsync Add option to REMR3State to flush all TBs. (currently not yet active)
(edit) @12296   16 years vboxsync More wrong function parameter descriptions
(edit) @12295   16 years vboxsync Wrong parameter info for CSAM imports
(edit) @12246   16 years vboxsync recompiler/Makefile: some PATH_TARGET elimination.
(edit) @12240   16 years vboxsync cmpxchg8b bugfix (without the EAX cast the result is incorrect).
(edit) @12023   16 years vboxsync Must sync the HF_LMA_MASK too
(edit) @12022   16 years vboxsync More logging
(edit) @12001   16 years vboxsync VBoxREMWrapperA.asm: Added a todo - using the wrong regs?
(edit) @11982   16 years vboxsync All: license header changes for 2.0 (OSE headers, add Sun GPL/LGPL …
(edit) @11901   16 years vboxsync Number of registers was different in version 1.6. Correct the old …
(edit) @11897   16 years vboxsync Resync the whole CPU state after saved state restore.
(edit) @11813   16 years vboxsync Deal with 1.6 saved states in the recompiler.
(edit) @11805   16 years vboxsync - rearranged SDK-only stuff in makefiles per Knut advise
(edit) @11792   16 years vboxsync Assert when the SSM version doesn't match.
(edit) @11725   16 years vboxsync #3076: Merged in the branch with the alternate driver authentication …
(edit) @11721   16 years vboxsync - completly divorced SDK and binary, use 'kmk sdk' to build SDK
(edit) @11496   16 years vboxsync The sysenter eip & esp values are 64 bits. (note breaks saved states)
(edit) @11455   16 years vboxsync gcc-4.3 testmath fix
(edit) @11312   16 years vboxsync REM: ELEMENTS -> RT_ELEMENTS.
(edit) @10851   16 years vboxsync Make sure CPU_RAW_HWACC is set; we might never execute …
(edit) @10664   16 years vboxsync Compile for for the PDMApicGetTPR change.
(edit) @10410   16 years vboxsync Introduced VM_FF_REM_HANDLER_NOTIFY action flag to replay the handler …
(edit) @10408   16 years vboxsync Increase number of queued rem handler notifications. Flush them on …
(edit) @10357   16 years vboxsync Flush the recompiler's TLB when our invlpg replay array overflows.
(edit) @10239   16 years vboxsync The other one too.
(edit) @10238   16 years vboxsync sub-makefile fix/hack.
(edit) @10235   16 years vboxsync MAKEFILE_CURRENT instead of Makefile.kmk or MAKEFILE.
(edit) @10188   16 years vboxsync Converted to sub-makefile.
(edit) @10186   16 years vboxsync Fixed deps. sub-makefile conversion continues.
(edit) @10185   16 years vboxsync Converting to sub-makefile…
(edit) @10184   16 years vboxsync Converted to sub-makefile.
(edit) @9997   16 years vboxsync logging
(edit) @9985   16 years vboxsync Relax the requirement for VT-x when in 64 bits mode.
(edit) @9817   16 years vboxsync fs & gs base cleanup
(edit) @9802   16 years vboxsync CPUMIsGuestIn64BitCodeEx update
(edit) @9800   16 years vboxsync Correction
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