Module Name: src Committed By: riastradh Date: Thu Nov 21 19:52:55 UTC 2024
Added Files: src/lib/libnvmm: nvmm.x86_64.expsym Log Message: libnvmm: Add expected symbols list. amd64-specific nvmm.x86_64.expsym for now -- I expect this to be machine-dependent for a while. To make sure future architectures get expsyms, I've also added an empty machine-independent nvmm.expsym which will trigger a build failure. PR lib/58838: shared libraries in base should all have expsym lists To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/lib/libnvmm/nvmm.x86_64.expsym Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Added files: Index: src/lib/libnvmm/nvmm.x86_64.expsym diff -u /dev/null src/lib/libnvmm/nvmm.x86_64.expsym:1.1 --- /dev/null Thu Nov 21 19:52:55 2024 +++ src/lib/libnvmm/nvmm.x86_64.expsym Thu Nov 21 19:52:54 2024 @@ -0,0 +1,24 @@ +nvmm_assist_io +nvmm_assist_mem +nvmm_capability +nvmm_ctl +nvmm_gpa_map +nvmm_gpa_to_hva +nvmm_gpa_unmap +nvmm_gva_to_gpa +nvmm_hva_map +nvmm_hva_unmap +nvmm_init +nvmm_machine_configure +nvmm_machine_create +nvmm_machine_destroy +nvmm_root_init +nvmm_vcpu_configure +nvmm_vcpu_create +nvmm_vcpu_destroy +nvmm_vcpu_dump +nvmm_vcpu_getstate +nvmm_vcpu_inject +nvmm_vcpu_run +nvmm_vcpu_setstate +nvmm_vcpu_stop