]> Git Repo - qemu.git/commit
virtio: cull virtio_bus_set_vdev_features
authorCornelia Huck <[email protected]>
Thu, 11 Dec 2014 13:25:04 +0000 (14:25 +0100)
committerMichael S. Tsirkin <[email protected]>
Thu, 26 Feb 2015 12:04:07 +0000 (13:04 +0100)
commita590fd5ba8f01724eee169f097f65603f0c3a8f8
treef5fc91effb532fffd34de7079e9f28ef0005919c
parentad67a0f278ff9ad036a986384f1e3e94717af08e
virtio: cull virtio_bus_set_vdev_features

The only user of this function was virtio-ccw, and it should use
virtio_set_features() like everybody else: We need to make sure
that bad features are masked out properly, which this function did
not do.

Reviewed-by: Thomas Huth <[email protected]>
Signed-off-by: Cornelia Huck <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
hw/s390x/virtio-ccw.c
hw/virtio/virtio-bus.c
include/hw/virtio/virtio-bus.h
This page took 0.02637 seconds and 4 git commands to generate.