From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50912) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boWcW-00008o-VG for qemu-devel@nongnu.org; Mon, 26 Sep 2016 10:11:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1boWcR-0007WZ-VY for qemu-devel@nongnu.org; Mon, 26 Sep 2016 10:11:00 -0400 From: Laurent Vivier Date: Mon, 26 Sep 2016 16:10:45 +0200 Message-Id: <1474899049-12506-1-git-send-email-lvivier@redhat.com> Subject: [Qemu-devel] [PATCH 0/4] tests: enable ohci/uhci/xhci tests on PPC64 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: dgibson@redhat.com, thuth@redhat.com, qemu-ppc@nongnu.org, Gerd Hoffmann , Greg Kurz , Laurent Vivier This series enables USB tests on PPC64, and for that implements libqos SPAPR PCI support. Laurent Vivier (4): libqos: add PPC64 PCI support libqos: add PCI management in qtest_vboot()/qtest_shutdown() libqos: use generic qtest_shutdown() tests: enable ohci/uhci/xhci tests on PPC64 tests/Makefile.include | 9 +- tests/e1000e-test.c | 2 +- tests/i440fx-test.c | 2 +- tests/ide-test.c | 2 +- tests/ivshmem-test.c | 2 +- tests/libqos/ahci.c | 2 +- tests/libqos/libqos-pc.c | 8 +- tests/libqos/libqos-spapr.c | 8 +- tests/libqos/libqos.c | 32 ++++- tests/libqos/libqos.h | 11 +- tests/libqos/pci-pc.c | 24 +--- tests/libqos/pci-pc.h | 3 +- tests/libqos/pci-spapr.c | 280 ++++++++++++++++++++++++++++++++++++++++++++ tests/libqos/pci-spapr.h | 17 +++ tests/libqos/pci.c | 22 +++- tests/libqos/rtas.c | 45 +++++++ tests/libqos/rtas.h | 4 + tests/libqos/usb.c | 14 +++ tests/q35-test.c | 2 +- tests/rtas-test.c | 2 +- tests/rtl8139-test.c | 2 +- tests/tco-test.c | 2 +- tests/usb-hcd-ehci-test.c | 2 +- tests/usb-hcd-uhci-test.c | 24 ++-- tests/vhost-user-test.c | 2 +- tests/virtio-9p-test.c | 2 +- tests/virtio-blk-test.c | 2 +- tests/virtio-net-test.c | 2 +- tests/virtio-scsi-test.c | 2 +- 29 files changed, 470 insertions(+), 61 deletions(-) create mode 100644 tests/libqos/pci-spapr.c create mode 100644 tests/libqos/pci-spapr.h -- 2.5.5