VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll/IEMAll.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44399   12 years vboxsync DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
(edit) @42778   12 years vboxsync IEM: CR4 and CR3 fixes. Debugging hacks.
(edit) @42777   12 years vboxsync IEM and EM: debugging/hacking.
(edit) @42725   12 years vboxsync IEM: Two NT4SP1 verification/rem kludges and a related @todo.
(edit) @42704   12 years vboxsync IEM: Eflags fixes, added API variants that bypasses access handlers, …
(edit) @42676   12 years vboxsync IEM: IRET to V8086 (had to try). Set CPUM_CHANGED_FPU_REM. Added …
(edit) @42670   12 years vboxsync Fixed fnstcw. Implemented fnsave and frstor.
(edit) @42662   12 years vboxsync IEM: Fixed verification mode interrupt injection bug.
(edit) @42660   12 years vboxsync IEM: Implemented CMPXCHG.
(edit) @42641   12 years vboxsync IEM: Implemented WRMSR. Fixed mixed up src/dst in XADD.
(edit) @42633   12 years vboxsync IEM: Implemented CMPXCHG8B. Fixed PGMPhysIemGCPhys2Ptr so that it …
(edit) @42621   12 years vboxsync IEM: Implemented SIDT, SGDT, SLDT and STR. Fixed LLDT and LTR mode …
(edit) @42610   12 years vboxsync IEM: Implemented SGDT and SIDT.
(edit) @42487   12 years vboxsync IEM: imul fixes.
(edit) @42484   12 years vboxsync IEM: ring-3 mapping fixes.
(edit) @42483   12 years vboxsync IEM: Working on new BIOS / NT…
(edit) @42453   12 years vboxsync IEM: Status code handling. PGM interface for R0 and RC.
(edit) @42437   12 years vboxsync IEM: Stats and more gentle stubs for unimplemented instructions.
(edit) @42427   12 years vboxsync VMM: Fixed some selector arithmetic, introducing a new constand and …
(edit) @42407   12 years vboxsync VMM: Futher work on dealing with hidden segment register, esp. when …
(edit) @42193   12 years vboxsync IEM: Integration work…
(edit) @42165   12 years vboxsync CPUMIsGuestIn64BitCode/CPUMIsGuestIn64BitCodeEx changes together with …
(edit) @41939   12 years vboxsync CPUMGetGuestCPL: Drop the context core pointer and use the Guest state …
(edit) @41937   12 years vboxsync IEM,EM: We can safely assume that all CPUMCTXCORE and CPUMCTX …
(edit) @41935   12 years vboxsync Reverted r78802, committed too much.
(edit) @41934   12 years vboxsync build fix
(edit) @41906   12 years vboxsync CPUM: Combined the visible and hidden selector register data into one …
(edit) @41838   12 years vboxsync IEM: Windows build fix
(edit) @41837   12 years vboxsync IEM: Windows build fix
(edit) @41831   12 years vboxsync IEM hacking.
(edit) @41829   12 years vboxsync IEM: Implemented IEMExecOneWithPrefetchedByPC and IEMExecOneEx.
(edit) @41803   12 years vboxsync Doxygen.
(edit) @41779   12 years vboxsync Typo.
(edit) @40453   13 years vboxsync EM/IEM/PATM: some refactoring.
(edit) @40381   13 years vboxsync IEM_MC_STORE_MEM_NEG_QNAN_R80_BY_REF bugfix spotted by Frank.
(edit) @40274   13 years vboxsync Introduced VBOX_WITH_REM in Config.kmk and the VMM.
(edit) @40266   13 years vboxsync Added stubs for most instructions.
(edit) @40256   13 years vboxsync IEM: fnstsw m16, ffree and ffreep, reimplemented fincstp and fdecstp.
(edit) @40255   13 years vboxsync Implemented fpu instruction stubs starting with 0xdd (fiadd m32i ++).
(edit) @40254   13 years vboxsync build fix
(edit) @40250   13 years vboxsync IEM: fstp/fld m80r.
(edit) @40248   13 years vboxsync IEM: fst[p], fist[p] and fisttp implementations and fixes.
(edit) @40247   13 years vboxsync IEM: Completed FPU instruction starting with 0xdb. Fixed build break …
(edit) @40246   13 years vboxsync IEM: Conditional FPU move instructions (FCMOV*).
(edit) @40242   13 years vboxsync f2xm1, fyl2x, fptan. fpu stack push bugfix.
(edit) @40239   13 years vboxsync IEM: Implemented 0xd9 0xe0 thru 0xd9 0xee (fpu stuff).
(edit) @40224   13 years vboxsync IEM: Implemented fxch.
(edit) @40223   13 years vboxsync IEM: fnop, fld stN and a bunch of FPU related fixes.
(edit) @40222   13 years vboxsync IEM: Implemented fldcw, fldenv fnstcw and fnstenv.
(edit) @40209   13 years vboxsync IEM: Implemented missing FPU instructions starting with 0xd8 and …
(edit) @40199   13 years vboxsync fstp st0
(edit) @40187   13 years vboxsync callf fixes. fxsave bounce buffering fix. Don't try fxsave output as …
(edit) @40185   13 years vboxsync IEM: Logging adjustments.
(edit) @40182   13 years vboxsync protected mode far call and far return.
(edit) @40174   13 years vboxsync checked out some todos.
(edit) @40169   13 years vboxsync IEM: fnclex.
(edit) @40165   13 years vboxsync Implemented fistp (needs testcase).
(edit) @40164   13 years vboxsync IEM: A bunch of r80 by r80 instructions, needed fsubrp stN,st0.
(edit) @40162   13 years vboxsync fmul st0,m64r
(edit) @40161   13 years vboxsync IEM: Debugged fdiv, hacked my way around shortcuts in the recompiler …
(edit) @40154   13 years vboxsync IEM: fdiv implemented but untested.
(edit) @40143   13 years vboxsync fdiv - almost there…
(edit) @40141   13 years vboxsync fdiv implementation in progress (-> laptop).
(edit) @40093   13 years vboxsync IEM: fld m64i
(edit) @40077   13 years vboxsync Implemented fld, currently sans #D exceptions.
(edit) @40072   13 years vboxsync hacking in progress…
(edit) @40042   13 years vboxsync a bit more…
(edit) @40022   13 years vboxsync IEM: fxsave & fxrstor.
(edit) @40001   13 years vboxsync IEM: Filled in some NOPs and PREFETCHes.
(edit) @39971   13 years vboxsync IEM: VERR_NOT_IMPLEMENTED -> VERR_IEM_INSTR_NOT_IMPLEMENTED or …
(edit) @39970   13 years vboxsync IEM: Implemented bswap. Fixed verification of INS.
(edit) @39962   13 years vboxsync IEM/VerficationMode: Work around MOV drX,greg bug in REM.
(edit) @39958   13 years vboxsync IEM: String fixes; invlpg.
(edit) @39953   13 years vboxsync gcc 4.2 on mac in debug mode maybe [insert fitting explitives].
(edit) @39948   13 years vboxsync two int xxh bugfixes (32-bit prot mode).
(edit) @39945   13 years vboxsync iret to different privilege level (32-bit prot mode). Hacked int 80h …
(edit) @39402   13 years vboxsync VMM: don't use generic IPE status codes, use specific ones. Part 1.
(edit) @39302   13 years vboxsync nits from a few days back.
(edit) @39138   13 years vboxsync iprt/types.h,IEM: Moved the pointer union types to iprt/types.h, …
(edit) @39127   13 years vboxsync IEM: Adding GET_NEXT_U16_ZX_U32/64 and GET_NEXT_U32_ZX_U64.
(edit) @39125   13 years vboxsync IEM: Fixed some details in the AAM, SAHF and LAHF instruction emulation.
(edit) @39078   13 years vboxsync VMM: -Wunused-parameter
(edit) @39070   13 years vboxsync VMM,IPRT: -Wunused-function.
(edit) @38077   13 years vboxsync IEM: Implemented LAHF/SAHF.
(edit) @38074   13 years vboxsync IEM: Implemented CMC.
(edit) @38073   13 years vboxsync IEM: Implemented CBW and friends.
(edit) @38018   13 years vboxsync IEM: Made it link on 32-bit windows.
(edit) @37955   13 years vboxsync Moved VBox/x86.h/mac to iprt/x86.h/mac.
(edit) @37918   13 years vboxsync IEM: Implemented AAD (used by the bios build by watcomc) and fixed a …
(edit) @37090   14 years vboxsync IEM: exception hacking…
(edit) @37084   14 years vboxsync IEM: xadd
(edit) @37079   14 years vboxsync IEM: Implemented the bare minimum of protected mode interrupt handling …
(edit) @37061   14 years vboxsync burn fix?
(edit) @37058   14 years vboxsync -> office
(edit) @37039   14 years vboxsync IEM: Hacking in progress…
(edit) @37034   14 years vboxsync IEM: Hacking in progress…
(edit) @37013   14 years vboxsync IEM: Some exception/interrupt dispatching preparations.
(edit) @37011   14 years vboxsync IEM: Reduce the code / exception table size a wee bit for GCC.
(edit) @37007   14 years vboxsync IEM: check more, try fix build.
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