Module Name: src Committed By: maxv Date: Sat Dec 15 13:09:02 UTC 2018
Modified Files: src/lib/libnvmm: libnvmm_x86.c Log Message: Two changes: - Fix the I/O Assist, for INS* it is RDI and not RSI, and the register gets updated regardless of the REP prefix. - Fill in the Mem Assist. We decode and emulate certain instructions, and pass a mem descriptor to the callback to handle the transaction. The disassembler could use some polishing, and there are still a few instructions missing; but basically it works. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libnvmm/libnvmm_x86.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.