On Tue, 10 Nov 2020 at 06:48, Sai Pavan Boddu <sai.pavan.bo...@xilinx.com> wrote: > > This patch series attempts to make 'hcd-xhci' an independent model so it can > be used by both pci and system-bus interface.
This fails "make check": [...] MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 255 + 1))} QTEST_QEMU_IMG=./qemu-img G_TEST_DBUS_DAEMON=/home/petmay01/linaro/qemu-from-laptop/qemu/tests/dbus-vmstate-daemon.sh QTEST_QEMU_BINARY=./qemu-system-aarch64 tests/qtest/device-introspect-test --tap -k PASS 1 qtest-aarch64/device-introspect-test /aarch64/device/introspect/list PASS 2 qtest-aarch64/device-introspect-test /aarch64/device/introspect/list-fields PASS 3 qtest-aarch64/device-introspect-test /aarch64/device/introspect/none PASS 4 qtest-aarch64/device-introspect-test /aarch64/device/introspect/abstract PASS 5 qtest-aarch64/device-introspect-test /aarch64/device/introspect/abstract-interfaces missing object type 'usb_dwc3' Broken pipe ../../tests/qtest/libqtest.c:181: kill_qemu() detected QEMU death from signal 6 (Aborted) (core dumped) ERROR qtest-aarch64/device-introspect-test - too few tests run (expected 6, got 5) Probably an error in meson.build or Kconfig handling of that new device. thanks -- PMM