From 1cf4323ecd03235984e43a416a42f10c975cf785 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Tue, 10 Sep 2019 16:41:20 +0200 Subject: tests/libqos: Move the libqos files under tests/qtest/ The qos stuff belongs to qtest, so move it into that directory, too. Message-Id: <20191218103059.11729-8-thuth@redhat.com> Reviewed-by: Paolo Bonzini Signed-off-by: Thomas Huth --- tests/libqos/usb.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 tests/libqos/usb.h (limited to 'tests/libqos/usb.h') diff --git a/tests/libqos/usb.h b/tests/libqos/usb.h deleted file mode 100644 index eeced39a2f..0000000000 --- a/tests/libqos/usb.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef LIBQOS_USB_H -#define LIBQOS_USB_H - -#include "libqos/pci-pc.h" - -struct qhc { - QPCIDevice *dev; - QPCIBar bar; -}; - -void qusb_pci_init_one(QPCIBus *pcibus, struct qhc *hc, - uint32_t devfn, int bar); -void uhci_port_test(struct qhc *hc, int port, uint16_t expect); -void uhci_deinit(struct qhc *hc); - -void usb_test_hotplug(QTestState *qts, const char *bus_name, const char *port, - void (*port_check)(void)); -#endif -- cgit v1.2.3-55-g7522