VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @40266   13 years vboxsync Added stubs for most instructions.
(edit) @40265   13 years vboxsync VMMR0/HWVMXR0,HWSVMR0: symbolic constants for vectors.
(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) @40253   13 years vboxsync IEM: fcompp, fucomp, fcom and fst_stN.
(edit) @40252   13 years vboxsync IEM: Completed fpu instructions starting with 0xdc.
(edit) @40251   13 years vboxsync fcomi, fcomip, fucomi and fucomip.
(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) @40244   13 years vboxsync IEM: Implemented FPU instructions 0xd9 0xf3 thru 0xd9 0xff, completing …
(edit) @40243   13 years vboxsync typos.
(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) @40237   13 years vboxsync VMMR0/GMMR0: mac-dbg build fix
(edit) @40235   13 years vboxsync build fixes.
(edit) @40234   13 years vboxsync Optionally present basic hypervisor CPUID leaves.
(edit) @40228   13 years vboxsync GMM: build fix.
(edit) @40227   13 years vboxsync VMM/VMMR0 SupDrv Solaris/MpNotification: Fix guru meditation/panics …
(edit) @40226   13 years vboxsync GMM: Checksum shared pages in strict builds.
(edit) @40225   13 years vboxsync todo
(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) @40210   13 years vboxsync IEM: fst/fstp m64r/m32r.
(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) @40184   13 years vboxsync a little bug fix.
(edit) @40182   13 years vboxsync protected mode far call and far return.
(edit) @40176   13 years vboxsync Build fix
(edit) @40175   13 years vboxsync Some cleaning up.
(edit) @40174   13 years vboxsync checked out some todos.
(edit) @40172   13 years vboxsync todo
(edit) @40170   13 years vboxsync MSRs and MTRRs, CPUM saved state changed. (linux 2.4.31 seems to …
(edit) @40169   13 years vboxsync IEM: fnclex.
(edit) @40166   13 years vboxsync MSR todo.
(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) @40163   13 years vboxsync IEM: More r80 by m64r instructions.
(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) @40160   13 years vboxsync AMD adjustments.
(edit) @40159   13 years vboxsync AMD adjustments.
(edit) @40155   13 years vboxsync build fix
(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) @40140   13 years vboxsync Move X86_XCPT_* to x86extra.mac.
(edit) @40139   13 years vboxsync tstX86-1: FDIV m64r -> #PF tests.
(edit) @40138   13 years vboxsync IEM: fdiv work. Added x86extra.mac for non-automatic x86.h bits.
(edit) @40093   13 years vboxsync IEM: fld m64i
(edit) @40092   13 years vboxsync build fix
(edit) @40090   13 years vboxsync Test reserved FPU aliases.
(edit) @40089   13 years vboxsync 0xdf 11/1 seems to behave like fxch st(i), while 0xdf 11/2 and 11/3 …
(edit) @40088   13 years vboxsync IEM: 0xde 11/2 seems to behave like fcomp.
(edit) @40087   13 years vboxsync IEM: 0xdd 11/1 seems to behave like fxch.
(edit) @40086   13 years vboxsync More FPU instruction stubs and attempts at figuring out what the …
(edit) @40083   13 years vboxsync More FPU instruction stubs.
(edit) @40082   13 years vboxsync More FPU instruction stubs.
(edit) @40077   13 years vboxsync Implemented fld, currently sans #D exceptions.
(edit) @40076   13 years vboxsync Changed the types of the r80 views of the FPU registers.
(edit) @40075   13 years vboxsync CPUM.cpp: MXCSR_MASK always was 0xffff not 0 (0xffbf) because of REM.
(edit) @40072   13 years vboxsync hacking in progress…
(edit) @40070   13 years vboxsync More experiments / tests.
(edit) @40069   13 years vboxsync Floating point testing.
(edit) @40057   13 years vboxsync fpu explorations.
(edit) @40054   13 years vboxsync VMM,VMMDev: Page sharing cleanup.
(edit) @40042   13 years vboxsync a bit more…
(edit) @40037   13 years vboxsync buildfix
(edit) @40024   13 years vboxsync IEM: Some more FPU work underways.
(edit) @40022   13 years vboxsync IEM: fxsave & fxrstor.
(edit) @40017   13 years vboxsync fxsave + fxrstor is underways => laptop.
(edit) @40008   13 years vboxsync tstX86-1A.asm: buildfix next try
(edit) @40007   13 years vboxsync VMMR3/PATMA.asm: moved all patch records to the data section to …
(edit) @40006   13 years vboxsync build fix.
(edit) @40005   13 years vboxsync More GMM stats. Added todo regarding GMMR0SharedModuleCheckPage assertion.
(edit) @40004   13 years vboxsync tstX86-1A.asm: buildfix
(edit) @40001   13 years vboxsync IEM: Filled in some NOPs and PREFETCHes.
(edit) @40000   13 years vboxsync IEM: Group 15 stubs.
(edit) @39999   13 years vboxsync tstX86-1.cpp: build fix.
(edit) @39998   13 years vboxsync tstX86-1: Display CR2.
(edit) @39997   13 years vboxsync tstX86-1: fxrstor (on intel) will #PF before committing any register …
(edit) @39996   13 years vboxsync tstX86-1: fxrstor (on intel) will #PF before committing any register …
(edit) @39995   13 years vboxsync tstX86-1: fxsave (on intel) will #PF before writing anything. very nice.
(edit) @39994   13 years vboxsync IEM: Try to fix build error
(edit) @39993   13 years vboxsync tstX86-1: Some fxsave and fxrstor tests.
(edit) @39990   13 years vboxsync oops. commited a bit too much.
(edit) @39989   13 years vboxsync txtX86-1: some prefix decoding checks for the groups and rex.
(edit) @39974   13 years vboxsync IEM: Implemented rdmsr.
(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) @39947   13 years vboxsync STAM: alignment fix (32-bit + gcc).
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