virtio_vdpa: legacy features handling
authorMichael S. Tsirkin <mst@redhat.com>
Mon, 27 Jul 2020 14:59:02 +0000 (10:59 -0400)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 5 Aug 2020 15:08:40 +0000 (11:08 -0400)
commit639916734754b20fc34d956515a67b6a05776534
treea77000689b0d69ac87572fae3f9939ae56c77370
parent0d234007a5f8914ba94388b2ed93e0fd9b12e68c
virtio_vdpa: legacy features handling

We normally expect vdpa to use the modern interface.
However for consistency, let's use same APIs as vhost
for legacy guests.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/virtio/virtio_vdpa.c