1
0
Fork 0

Merging upstream version 1.1~rc0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 10:03:28 +01:00
parent 537ee18b08
commit 73281abe5f
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
764 changed files with 32602 additions and 5874 deletions

View file

@ -1,3 +1,11 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
LIBNVME_1_1 {
global:
nvme_get_version;
nvme_init_copy_range_f1;
};
LIBNVME_1_0 {
global:
nvme_admin_passthru64;
@ -12,6 +20,7 @@ LIBNVME_1_0 {
nvme_ctrl_first_ns;
nvme_ctrl_first_path;
nvme_ctrl_get_address;
nvme_ctrl_get_config;
nvme_ctrl_get_dhchap_key;
nvme_ctrl_get_discovery_ctrl;
nvme_ctrl_get_fd;
@ -244,6 +253,7 @@ LIBNVME_1_0 {
nvme_sanitize_nvm;
nvme_scan;
nvme_scan_ctrl;
nvme_scan_ctrls;
nvme_scan_ctrl_namespace_paths;
nvme_scan_ctrl_namespaces;
nvme_scan_topology;