summary refs log tree commit diff stats
path: root/hw/net/virtio-net.c
diff options
context:
space:
mode:
authorGreg Kurz <groug@kaod.org>2016-09-30 17:12:50 +0200
committerMichael S. Tsirkin <mst@redhat.com>2016-10-10 01:16:58 +0300
commitd14dde5ec7a38df2e00a6f1b58e96ba38359dbb0 (patch)
treeb9efe6cdd76ce6c46882096e09be404138aed574 /hw/net/virtio-net.c
parente8582891cb10d30e83dd91821e8752098b0b1138 (diff)
downloadfocaccia-qemu-d14dde5ec7a38df2e00a6f1b58e96ba38359dbb0.tar.gz
focaccia-qemu-d14dde5ec7a38df2e00a6f1b58e96ba38359dbb0.zip
virtio-blk: make some functions static
Some functions that were called from the dataplane code are now only used
locally:

virtio_blk_init_request()
virtio_blk_handle_request()
virtio_blk_submit_multireq()

since commit "03de2f527499 virtio-blk: do not use vring in dataplane", and

virtio_blk_free_request()

since commit "6aa46d8ff1ee virtio: move VirtQueueElement at the beginning
of the structs".

This patch converts them to static.

Signed-off-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/net/virtio-net.c')
0 files changed, 0 insertions, 0 deletions