Module Name: src Committed By: maxv Date: Wed Oct 23 12:02:56 UTC 2019
Modified Files: src/lib/libnvmm: libnvmm.c libnvmm_x86.c nvmm.h src/tests/lib/libnvmm: h_io_assist.c h_mem_assist.c Log Message: Three changes in libnvmm: - Add 'mach' and 'vcpu' backpointers in the nvmm_io and nvmm_mem structures. - Rename 'nvmm_callbacks' to 'nvmm_assist_callbacks'. - Rename and migrate NVMM_MACH_CONF_CALLBACKS to NVMM_VCPU_CONF_CALLBACKS, it now becomes per-VCPU. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/libnvmm/libnvmm.c cvs rdiff -u -r1.36 -r1.37 src/lib/libnvmm/libnvmm_x86.c cvs rdiff -u -r1.13 -r1.14 src/lib/libnvmm/nvmm.h cvs rdiff -u -r1.9 -r1.10 src/tests/lib/libnvmm/h_io_assist.c cvs rdiff -u -r1.15 -r1.16 src/tests/lib/libnvmm/h_mem_assist.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.