VirtualBox

source: vbox/trunk/src/VBox/VMM/testcase

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @40907   13 年 vboxsync Working on tracking IRQs for tracing and logging purposes.
(edit) @40274   13 年 vboxsync Introduced VBOX_WITH_REM in Config.kmk and the VMM.
(edit) @40266   13 年 vboxsync Added stubs for most instructions.
(edit) @40256   13 年 vboxsync IEM: fnstsw m16, ffree and ffreep, reimplemented fincstp and fdecstp.
(edit) @40255   13 年 vboxsync Implemented fpu instruction stubs starting with 0xdd (fiadd m32i ++).
(edit) @40248   13 年 vboxsync IEM: fst[p], fist[p] and fisttp implementations and fixes.
(edit) @40247   13 年 vboxsync IEM: Completed FPU instruction starting with 0xdb. Fixed build break …
(edit) @40246   13 年 vboxsync IEM: Conditional FPU move instructions (FCMOV*).
(edit) @40244   13 年 vboxsync IEM: Implemented FPU instructions 0xd9 0xf3 thru 0xd9 0xff, completing …
(edit) @40243   13 年 vboxsync typos.
(edit) @40242   13 年 vboxsync f2xm1, fyl2x, fptan. fpu stack push bugfix.
(edit) @40239   13 年 vboxsync IEM: Implemented 0xd9 0xe0 thru 0xd9 0xee (fpu stuff).
(edit) @40224   13 年 vboxsync IEM: Implemented fxch.
(edit) @40223   13 年 vboxsync IEM: fnop, fld stN and a bunch of FPU related fixes.
(edit) @40209   13 年 vboxsync IEM: Implemented missing FPU instructions starting with 0xd8 and …
(edit) @40199   13 年 vboxsync fstp st0
(edit) @40182   13 年 vboxsync protected mode far call and far return.
(edit) @40176   13 年 vboxsync Build fix
(edit) @40174   13 年 vboxsync checked out some todos.
(edit) @40170   13 年 vboxsync MSRs and MTRRs, CPUM saved state changed. (linux 2.4.31 seems to …
(edit) @40169   13 年 vboxsync IEM: fnclex.
(edit) @40165   13 年 vboxsync Implemented fistp (needs testcase).
(edit) @40164   13 年 vboxsync IEM: A bunch of r80 by r80 instructions, needed fsubrp stN,st0.
(edit) @40163   13 年 vboxsync IEM: More r80 by m64r instructions.
(edit) @40160   13 年 vboxsync AMD adjustments.
(edit) @40159   13 年 vboxsync AMD adjustments.
(edit) @40155   13 年 vboxsync build fix
(edit) @40154   13 年 vboxsync IEM: fdiv implemented but untested.
(edit) @40143   13 年 vboxsync fdiv - almost there…
(edit) @40141   13 年 vboxsync fdiv implementation in progress (-> laptop).
(edit) @40140   13 年 vboxsync Move X86_XCPT_* to x86extra.mac.
(edit) @40139   13 年 vboxsync tstX86-1: FDIV m64r -> #PF tests.
(edit) @40138   13 年 vboxsync IEM: fdiv work. Added x86extra.mac for non-automatic x86.h bits.
(edit) @40093   13 年 vboxsync IEM: fld m64i
(edit) @40090   13 年 vboxsync Test reserved FPU aliases.
(edit) @40089   13 年 vboxsync 0xdf 11/1 seems to behave like fxch st(i), while 0xdf 11/2 and 11/3 …
(edit) @40088   13 年 vboxsync IEM: 0xde 11/2 seems to behave like fcomp.
(edit) @40087   13 年 vboxsync IEM: 0xdd 11/1 seems to behave like fxch.
(edit) @40086   13 年 vboxsync More FPU instruction stubs and attempts at figuring out what the …
(edit) @40083   13 年 vboxsync More FPU instruction stubs.
(edit) @40082   13 年 vboxsync More FPU instruction stubs.
(edit) @40072   13 年 vboxsync hacking in progress…
(edit) @40070   13 年 vboxsync More experiments / tests.
(edit) @40069   13 年 vboxsync Floating point testing.
(edit) @40057   13 年 vboxsync fpu explorations.
(edit) @40037   13 年 vboxsync buildfix
(edit) @40024   13 年 vboxsync IEM: Some more FPU work underways.
(edit) @40008   13 年 vboxsync tstX86-1A.asm: buildfix next try
(edit) @40004   13 年 vboxsync tstX86-1A.asm: buildfix
(edit) @40001   13 年 vboxsync IEM: Filled in some NOPs and PREFETCHes.
(edit) @39999   13 年 vboxsync tstX86-1.cpp: build fix.
(edit) @39998   13 年 vboxsync tstX86-1: Display CR2.
(edit) @39997   13 年 vboxsync tstX86-1: fxrstor (on intel) will #PF before committing any register …
(edit) @39996   13 年 vboxsync tstX86-1: fxrstor (on intel) will #PF before committing any register …
(edit) @39995   13 年 vboxsync tstX86-1: fxsave (on intel) will #PF before writing anything. very nice.
(edit) @39993   13 年 vboxsync tstX86-1: Some fxsave and fxrstor tests.
(edit) @39989   13 年 vboxsync txtX86-1: some prefix decoding checks for the groups and rex.
(edit) @39970   13 年 vboxsync IEM: Implemented bswap. Fixed verification of INS.
(edit) @39402   13 年 vboxsync VMM: don't use generic IPE status codes, use specific ones. Part 1.
(edit) @39398   13 年 vboxsync yasm 1.2.0 fix.
(edit) @39127   13 年 vboxsync IEM: Adding GET_NEXT_U16_ZX_U32/64 and GET_NEXT_U32_ZX_U64.
(edit) @39125   13 年 vboxsync IEM: Fixed some details in the AAM, SAHF and LAHF instruction emulation.
(edit) @39111   13 年 vboxsync IOM,PDM: Working on moving unaligned and non-dword MMIO access …
(edit) @39084   13 年 vboxsync VMM: -Wunused-parameter on mac.
(edit) @39078   13 年 vboxsync VMM: -Wunused-parameter
(edit) @39070   13 年 vboxsync VMM,IPRT: -Wunused-function.
(edit) @38956   13 年 vboxsync PGM: Avoid requiring a full tree walk to age the mapping chunks …
(edit) @38953   13 年 vboxsync PGM: Attempt at fixing the VERR_MAP_FAILED during state save problem …
(edit) @38838   13 年 vboxsync VMM,++: Try fix the async reset, suspend and power-off problems in PDM …
(edit) @38837   13 年 vboxsync VMM: Detect recursive rendezvous calls. Removed the unused API …
(edit) @38636   13 年 vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @38489   13 年 vboxsync tstVMStructSize: Print a couple of extra offsets in the VM struct.
(edit) @38324   13 年 vboxsync FE/Qt,FE/BFE,MachineDebugger,EM: Added execution scheduling options to …
(edit) @38152   13 年 vboxsync INSTARGET -> [12]_STAGE_TARGET.
(edit) @38082   13 年 vboxsync *.kmk: Installation/staging adjustments (kBuild 0.2.0 preps).
(edit) @38077   13 年 vboxsync IEM: Implemented LAHF/SAHF.
(edit) @38074   13 年 vboxsync IEM: Implemented CMC.
(edit) @38073   13 年 vboxsync IEM: Implemented CBW and friends.
(edit) @37955   13 年 vboxsync Moved VBox/x86.h/mac to iprt/x86.h/mac.
(edit) @37467   13 年 vboxsync IOM: Clean up locking now that all devices has its own CS.
(edit) @37466   13 年 vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(edit) @37452   13 年 vboxsync IOM,PDMCritSect: Extended PDMCritSectEnter to handle …
(edit) @37443   13 年 vboxsync PDM: Implemented the NOP critical section.
(edit) @37441   13 年 vboxsync wrong file.
(edit) @37440   13 年 vboxsync tm.h: Forgot the header changes relating to timer clock locking.
(edit) @37354   14 年 vboxsync PGM: Fixed locking issues in PGMR3PhysMMIORegister and …
(edit) @37323   14 年 vboxsync build fix and some prefix cleanup.
(edit) @37008   14 年 vboxsync IEM: More checks and another build fix attempt.
(edit) @37006   14 年 vboxsync IEM: check more, try fix build.
(edit) @37005   14 年 vboxsync build fix
(edit) @37004   14 年 vboxsync IEM: More cleanup and checks.
(edit) @37003   14 年 vboxsync IEM: More cleanup and checks.
(edit) @37002   14 年 vboxsync IEM: Cleaning up and 'microcode' testcase - work in progress…
(edit) @36946   14 年 vboxsync fix win-dbg
(edit) @36940   14 年 vboxsync PGMPAGE: Finally, idPage is 32-bit. The physical address can now be …
(edit) @36938   14 年 vboxsync PGMPAGE: Moved the union a level up (PGMPAGE) and rename the 'bit' …
(edit) @36937   14 年 vboxsync PGMPAGE: HCPhys + ID should be made bitfields as well, because the …
(edit) @36931   14 年 vboxsync PGMPAGE: A tiny bit more.
(edit) @36891   14 年 vboxsync PGM: Put a TLB in front of the RAM ranges to speed up lookup (disabled).
(edit) @36866   14 年 vboxsync build fix
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette