Merging upstream version 1.1~rc0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
537ee18b08
commit
73281abe5f
764 changed files with 32602 additions and 5874 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue