VirtualBox

source: vbox/trunk/src/recompiler

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9732   16 years vboxsync gdtr and idtr were cut off.
(edit) @9653   16 years vboxsync Added comments
(edit) @9561   16 years vboxsync Properly define the solaris version for the recompiler.
(edit) @9541   16 years vboxsync Loggign changes
(edit) @9486   16 years vboxsync Synced 64 bits lahf/sahf from QEmu.
(edit) @9467   17 years vboxsync Broken assertion
(edit) @9421   17 years vboxsync 64 bits hidden selector base.
(edit) @9415   17 years vboxsync Sync 64 bits register state.
(edit) @9406   17 years vboxsync darwin build fix
(edit) @9405   17 years vboxsync enable VBOX_WITH_64_BITS_GUESTS for Darwin
(edit) @9399   17 years vboxsync recompiler Mac build fix
(edit) @9276   17 years vboxsync Prevent an fInRem assertion in the tlb flushing code when A20 is …
(edit) @9219   17 years vboxsync More fixes for 32 bits hosts & 64 bits guests.
(edit) @9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @9143   17 years vboxsync Preparations for VBOX_WITH_64_BITS_GUESTS
(edit) @9015   17 years vboxsync removed #if 1, the code seems working fine.
(edit) @8955   17 years vboxsync Updated REMR3NotifyInterruptClear docs as it is being called on …
(edit) @8922   17 years vboxsync REMR3NotifyInterruptClear can now be called from non-EMT threads. …
(edit) @8849   17 years vboxsync load the modrm value before parsing it (CMPXCHG8B/16B). Updated s->pc …
(edit) @8832   17 years vboxsync exception 6 is a trap => don't change the PC
(edit) @8829   17 years vboxsync Fixed REMR3EmulateInstruction entry logging.
(edit) @8828   17 years vboxsync CPUMGetGuestCS/SS.
(edit) @8826   17 years vboxsync lock mov wherever, whereever is an invalid lock sequence, so raise …
(edit) @8760   17 years vboxsync PATH_KBUILD -> KBUILD_PATH.
(edit) @8759   17 years vboxsync BUILD_TYPE -> KBUILD_TYPE.
(edit) @8758   17 years vboxsync BUILD_TARGET* -> KBUILD_TARGET*.
(edit) @8757   17 years vboxsync BUILD_PLATFORM* -> KBUILD_HOST*.
(edit) @8722   17 years vboxsync recompiler: fix for some special gcc versions
(edit) @8678   17 years vboxsync RTThreadSelf and RTThreadGetWriteLockCount.
(edit) @8626   17 years vboxsync Renamed the PGMR3PhysRead* and PGMR3PhysWrite* function and added U64 …
(edit) @8564   17 years vboxsync NoDmik -> NOT_DMIK.
(edit) @8489   17 years vboxsync corrected CFLAGS check if VBOX_RECOMPILER_OP_GCC != …
(edit) @8450   17 years vboxsync recompiler: enabled workaround for gcc-4.3 when compiling for 32-bit hosts
(edit) @8353   17 years vboxsync added a (disabled) workaround for …
(edit) @8217   17 years vboxsync Added CSAMR3UnmonitorPage
(edit) @8189   17 years vboxsync gcc warning
(edit) @8174   17 years vboxsync rebranding
(edit) @8168   17 years vboxsync Rebranding: coupla missing headers.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8113   17 years vboxsync The recompiler must refresh its cpuid cache when we change a cpuid feature.
(edit) @8053   17 years vboxsync Check for alternative versions of the i386-elf-gcc binary.
(edit) @7996   17 years vboxsync Relax tests for PAE (rem vs raw)
(edit) @7905   17 years vboxsync Changed CRx parameter size
(edit) @7695   17 years vboxsync Added system MSRs to the CPUMCTX structure. Sync them in REM as well.
(edit) @7649   17 years vboxsync Assertion added for detection long mode (reminder)
(edit) @7635   17 years vboxsync The new MMIO2 code. WARNING! This changes the pci mapping protocol …
(edit) @7617   17 years vboxsync VBoxREM fix
(edit) @7616   17 years vboxsync cosmetics
(edit) @7613   17 years vboxsync better fix for r29105 (see #2680): Make PGM3PhysGrowRange() take …
(edit) @6938   17 years vboxsync recompiler: fix ptab calculation for 32bit code under x86_64 (from qemu)
(edit) @6729   17 years vboxsync fixed build
(edit) @6726   17 years vboxsync 2 fixes from qemu: fix cmpxchg8b detection and fix DR6 single step …
(edit) @6546   17 years vboxsync VBOX_WITH_NEW_PHYS_CODE changes mostly realted to REM. Killed a …
(edit) @6532   17 years vboxsync Cleaned out the PGM_DYNAMIC_RAM_ALLOC tests to avoid unnecessary mess …
(edit) @6517   17 years vboxsync gcc-4.3 fix (improved accuracy)
(edit) @6475   17 years vboxsync Added the NoDmik() macro.
(edit) @6211   17 years vboxsync cpu_abort() is noreturn
(edit) @6158   17 years vboxsync Fixed reporting of segment not present exceptions when using call …
(edit) @6108   17 years vboxsync Fixed nasty bug in ARPL emulation (uninitialized variable).
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5880   17 years vboxsync --as-needed again
(edit) @5877   17 years vboxsync backed out r26366 (rhel3 seems to not have this switch)
(edit) @5876   17 years vboxsync use --as-needed when linking for Linux to prevent superflous …
(edit) @5853   17 years vboxsync The static tb isn't working right in single stepping mode. (fix not …
(edit) @5852   17 years vboxsync DISInstr returns vbox status code, not bool.
(edit) @5696   17 years vboxsync VBOX_WITH_DEBUGGER
(edit) @5691   17 years vboxsync Mac OS X version 10.5 build hacks.
(edit) @5605   17 years vboxsync BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
(edit) @5466   17 years vboxsync Added helper_record_call.
(edit) @5372   17 years vboxsync Avoid using rbp for any global register variable as it seems to cause …
(edit) @5371   17 years vboxsync The stack isn't necessiarly a safe place for the tb_temp on 64-bit …
(edit) @5369   17 years vboxsync disas: don't flood the log on 64-bit hosts.
(edit) @5367   17 years vboxsync RTLogFlush.
(edit) @5306   17 years vboxsync 64-bit solaris.
(edit) @5262   17 years vboxsync env->pVM has the right type.
(edit) @5197   17 years vboxsync Experiment with call recording for CSAM
(edit) @5181   17 years vboxsync eol, typo
(edit) @4986   17 years vboxsync work around a nocrt build problem.
(edit) @4877   17 years vboxsync No time for this now.
(edit) @4616   17 years vboxsync Ditto for REM(R3)NotifyHandlerPhysicalDeregister.
(edit) @4615   17 years vboxsync REM(R3)NotifyHandlerPhysicalModify no longer needs a pvHC pointer, …
(edit) @4552   17 years vboxsync Only darwin, os2 and windows shouldn't have a SONAME on the VBoxREMImp …
(edit) @4541   17 years vboxsync sed script must be LF and not native.
(edit) @4535   17 years vboxsync Switched to reading and writing through PGM (like we already did for …
(edit) @4407   17 years vboxsync tell the release log about missing stuff.
(edit) @4389   17 years vboxsync fixed buildbreak.
(edit) @4388   17 years vboxsync Shadow ROM emulation. Clear the RESERVED flag for ROM.
(edit) @4381   17 years vboxsync Corrected assertion
(edit) @4380   17 years vboxsync Fixed reserved memory reservation
(edit) @4379   17 years vboxsync Remove assertion for now
(edit) @4378   17 years vboxsync Added assertion + changed logging
(edit) @4376   17 years vboxsync Removed obsolete and incorrect remR3SetPage.
(edit) @4245   17 years vboxsync Predict success on out/in.
(edit) @4178   17 years vboxsync Solaris changes.
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4018   17 years vboxsync Updated headers
(edit) @3952   17 years vboxsync Incorporated aam division by zero security fix.
(edit) @3915   17 years vboxsync Solaris.
(edit) @3903   17 years vboxsync fixed path of VBoxREM2.rel (amd64)
(edit) @3888   17 years vboxsync Solaris.
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