]> git.ipfire.org Git - thirdparty/qemu.git/commit
vhost: Remove unused vhost_dev_{load|save}_inflight
authorDr. David Alan Gilbert <dave@treblig.org>
Wed, 18 Sep 2024 12:10:34 +0000 (13:10 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Thu, 3 Oct 2024 14:26:06 +0000 (17:26 +0300)
commitabe9ff2578f3aa7f995af8b57ffc32adc2aa1f94
tree6ce43afa8b80049c5d2808a352d77b2e9274915f
parentda56cabdef97a15c9e7813f4f84534598e6cec30
vhost: Remove unused vhost_dev_{load|save}_inflight

vhost_dev_load_inflight and vhost_dev_save_inflight have been
unused since they were added in 2019 by:

5ad204bf2a ("vhost-user: Support transferring inflight buffer between qemu and backend")

Remove them, and their helper vhost_dev_resize_inflight.

Signed-off-by: Dr. David Alan Gilbert <dave@treblig.org>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/virtio/vhost.c
include/hw/virtio/vhost.h