]> Git Repo - qemu.git/blobdiff - include/hw/virtio/virtio-bus.h
Remove unused function declarations
[qemu.git] / include / hw / virtio / virtio-bus.h
index f3e5ef3f5b17a7cf7ad7e24f6886970e424e995f..c98aa526d158817aeaeca7c93c0d6ddef131b493 100644 (file)
@@ -111,9 +111,6 @@ void virtio_bus_device_unplugged(VirtIODevice *bus);
 uint16_t virtio_bus_get_vdev_id(VirtioBusState *bus);
 /* Get the config_len field of the plugged device. */
 size_t virtio_bus_get_vdev_config_len(VirtioBusState *bus);
-/* Get the features of the plugged device. */
-uint32_t virtio_bus_get_vdev_features(VirtioBusState *bus,
-                                    uint32_t requested_features);
 /* Get bad features of the plugged device. */
 uint32_t virtio_bus_get_vdev_bad_features(VirtioBusState *bus);
 /* Get config of the plugged device. */
This page took 0.024831 seconds and 4 git commands to generate.