diff options
author | Paolo Bonzini | 2017-01-27 16:40:19 +0100 |
---|---|---|
committer | Michael S. Tsirkin | 2017-02-17 20:52:30 +0100 |
commit | ca0176ad8368668c5ad2b428361652e05984e930 (patch) | |
tree | 6f4b4f5b64834ab1904e0e18e4b08dccd399653e /hw/net/virtio-net.c | |
parent | virtio: use VRingMemoryRegionCaches for descriptor ring (diff) | |
download | qemu-ca0176ad8368668c5ad2b428361652e05984e930.tar.gz qemu-ca0176ad8368668c5ad2b428361652e05984e930.tar.xz qemu-ca0176ad8368668c5ad2b428361652e05984e930.zip |
virtio: check for vring setup in virtio_queue_update_used_idx
If the vring has not been set up, it is not necessary for vring_used_idx
to do anything (as is already the case when the caller is virtio_load).
This is harmless for now, but it will be a problem when the
MemoryRegionCache has not been set up.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
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