virtio: avoid leading underscores for helpers
commit95129d6fc9ead97155627a4ca0cfd37282883658
authorCornelia Huck <cornelia.huck@de.ibm.com>
Mon, 17 Aug 2015 09:48:29 +0000 (17 11:48 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 10 Sep 2015 08:06:05 +0000 (10 11:06 +0300)
tree83c1e77facc2839479e50706605cbeb283684fd8
parent91176e310527fac8414c417c093659e42e4564ea
virtio: avoid leading underscores for helpers

Commit ef546f1275f6563e8934dd5e338d29d9f9909ca6 ("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>
hw/block/virtio-blk.c
hw/char/virtio-serial-bus.c
hw/net/vhost_net.c
hw/net/virtio-net.c
hw/scsi/virtio-scsi.c
hw/virtio/dataplane/vring.c
hw/virtio/vhost.c
hw/virtio/virtio-balloon.c
hw/virtio/virtio.c
include/hw/virtio/virtio-access.h
include/hw/virtio/virtio.h