qemu-irix/hw/virtio/dataplane
Cornelia Huck 2f3c310818 virtio: avoid leading underscores for helpers
Commit ef546f1275 ("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 commit 95129d6fc9)
* prereq for 1f8828e
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
2015-10-21 10:36:05 -05:00
..
Makefile.objs dataplane: endianness-aware accesses 2015-02-16 15:07:16 +00:00
vring.c virtio: avoid leading underscores for helpers 2015-10-21 10:36:05 -05:00