summaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorJason Wang2021-06-02 05:31:27 +0200
committerJason Wang2021-06-11 04:30:13 +0200
commit1b031172119c8996af5fa84b6e10627ea4122d64 (patch)
tree2cee870341f5e516b676cd964c9ff56a834dbd4f /include/net
parentvhost-vdpa: don't initialize backend_features (diff)
downloadqemu-1b031172119c8996af5fa84b6e10627ea4122d64.tar.gz
qemu-1b031172119c8996af5fa84b6e10627ea4122d64.tar.xz
qemu-1b031172119c8996af5fa84b6e10627ea4122d64.zip
vhost-vdpa: remove the unused vhost_vdpa_get_acked_features()
No user for this helper, let's remove it. Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/vhost-vdpa.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/vhost-vdpa.h b/include/net/vhost-vdpa.h
index 45e34b7cfc..b81f9a6f2a 100644
--- a/include/net/vhost-vdpa.h
+++ b/include/net/vhost-vdpa.h
@@ -15,7 +15,6 @@
#define TYPE_VHOST_VDPA "vhost-vdpa"
struct vhost_net *vhost_vdpa_get_vhost_net(NetClientState *nc);
-uint64_t vhost_vdpa_get_acked_features(NetClientState *nc);
extern const int vdpa_feature_bits[];