On Sun, 5 May 2019 at 14:57, Thomas Huth <th...@redhat.com> wrote: > > Hi Peter, > > the following changes since commit a6ae23831b05a11880b40f7d58e332c45a6b04f7: > > Merge remote-tracking branch > 'remotes/ehabkost/tags/python-next-pull-request' into staging (2019-05-03 > 15:26:09 +0100) > > are available in the Git repository at: > > https://gitlab.com/huth/qemu.git tags/pull-request-2019-05-05 > > for you to fetch changes up to 55e5578fabf744e62038f7357369a68e460fe205: > > hw/arm: Remove hard-enablement of the remaining PCI devices (2019-05-03 > 17:06:20 +0200) > > ---------------------------------------------------------------- > Kconfig settings for the Arm machines > ----------------------------------------------------------------
Hi Thomas. My test setup that does 'make clean' before the build failed in 'make check': MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 255 + 1))} QTEST_QEMU_BINARY=i386-softmmu/qemu-system-i38 6 QTEST_QEMU_IMG=qemu-img tests/ahci-test -m=quick -k --tap < /dev/null | ./scripts/tap-driver.pl --test-name="a hci-test" qemu-system-i386: Unknown device 'ich9-ahci' for bus 'PCIE' Broken pipe /home/petmay01/linaro/qemu-for-merges/tests/libqtest.c:143: kill_qemu() detected QEMU death from signal 6 (Abort ed) (core dumped) Aborted (core dumped) ERROR - too few tests run (expected 74, got 0) /home/petmay01/linaro/qemu-for-merges/tests/Makefile.include:903: recipe for target 'check-qtest-i386' failed (all the builds that are just incremental without the 'make clean' worked ok). Any idea what's happened here? thanks -- PMM