mirror of
https://github.com/mii443/qemu.git
synced 2025-08-23 15:48:20 +00:00
Commitef546f1275
("virtio: add feature checking helpers") introduced a helper __virtio_has_feature. We don't want to use reserved identifiers, though, so let's rename __virtio_has_feature to virtio_has_feature and virtio_has_feature to virtio_vdev_has_feature. Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> (cherry picked from commit95129d6fc9
) * prereq for1f8828e
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>