diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2018-11-15 12:28:38 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-07 17:28:45 +0100 |
commit | 6e68204646e1167cf1cdb2166099a66d5576a123 (patch) | |
tree | 6dbf4ae27c8394627a5db777477f6862900e1c84 /tests/libqos/virtio-pci.h | |
parent | 4e20079869f51303c817ebf7a4dd483f6c76905c (diff) | |
download | qemu-6e68204646e1167cf1cdb2166099a66d5576a123.zip qemu-6e68204646e1167cf1cdb2166099a66d5576a123.tar.gz qemu-6e68204646e1167cf1cdb2166099a66d5576a123.tar.bz2 |
tests/libqos: remove pre-qgraph QVirtioPCIDevice API
Remove the qvirtio_pci_device_find* and qvirtio_pci_device_free
APIs, now that they do not have any users.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/libqos/virtio-pci.h')
-rw-r--r-- | tests/libqos/virtio-pci.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/libqos/virtio-pci.h b/tests/libqos/virtio-pci.h index 5631352..728b471 100644 --- a/tests/libqos/virtio-pci.h +++ b/tests/libqos/virtio-pci.h @@ -35,10 +35,6 @@ extern const QVirtioBus qvirtio_pci; void virtio_pci_init(QVirtioPCIDevice *dev, QPCIBus *bus, QPCIAddress * addr); QVirtioPCIDevice *virtio_pci_new(QPCIBus *bus, QPCIAddress * addr); -QVirtioPCIDevice *qvirtio_pci_device_find(QPCIBus *bus, uint16_t device_type); -QVirtioPCIDevice *qvirtio_pci_device_find_slot(QPCIBus *bus, - uint16_t device_type, int slot); -void qvirtio_pci_device_free(QVirtioPCIDevice *dev); /* virtio-pci object functions available for subclasses that * override the original start_hw and destroy |