vhost: Drop unused eventfd_add|del hooks
commit560a997535937df2ea3716ba56bcbe38be37682f
authorPeter Xu <peterx@redhat.com>
Mon, 6 Mar 2023 19:32:09 +0000 (6 14:32 -0500)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 21 Apr 2023 08:25:52 +0000 (21 04:25 -0400)
treecfdaa9cbcdc3f3982938b8dd483fdd1b6ece34a9
parent0f220121a47fd1c8273eb3a4a67425c608307117
vhost: Drop unused eventfd_add|del hooks

These hooks were introduced in:

80a1ea3748 ("memory: move ioeventfd ops to MemoryListener", 2012-02-29)

But they seem to be never used.  Drop them.

Cc: Richard Henderson <rth@twiddle.net>
Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <20230306193209.516011-1-peterx@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Acked-by: Jason Wang <jasowang@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/virtio/vhost.c