]> Git Repo - qemu.git/commit - hw/virtio/virtio.c
virtio: rename virtqueue_discard to virtqueue_unpop
authorLadi Prosek <[email protected]>
Thu, 3 Nov 2016 08:55:49 +0000 (09:55 +0100)
committerMichael S. Tsirkin <[email protected]>
Tue, 15 Nov 2016 15:20:36 +0000 (17:20 +0200)
commit27e57efe32f53a8788cd6b6b9b9bbc08446cc8ae
tree045a5f9bba5e4f505e896034ffcc697f24991207
parentbacabb0afadb47294806481a7ebb6fa5d4f1c7bd
virtio: rename virtqueue_discard to virtqueue_unpop

The function undoes the effect of virtqueue_pop and doesn't do anything
destructive or irreversible so virtqueue_unpop is a more fitting name.

Signed-off-by: Ladi Prosek <[email protected]>
Reviewed-by: Stefan Hajnoczi <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
hw/net/virtio-net.c
hw/virtio/virtio-balloon.c
hw/virtio/virtio.c
include/hw/virtio/virtio.h
This page took 0.021871 seconds and 4 git commands to generate.