On Thu, 11 Feb 2021 at 11:34, Peter Maydell <peter.mayd...@linaro.org> wrote: > > On Tue, 9 Feb 2021 at 01:55, Doug Evans <d...@google.com> wrote: > > > > This is a 10/100 ethernet device that has several features. > > Only the ones needed by the Linux driver have been implemented. > > See npcm7xx_emc.c for a list of unimplemented features. > > > > Doug Evans (3): > > hw/net: Add npcm7xx emc model > > hw/arm: Add npcm7xx emc model > > tests/qtests: Add npcm7xx emc model test > > > > > > Applied to target-arm.next, thanks.
Dropped again; the new tests fail on big-endian hosts (s390x, ppc64): MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 255 + 1))} QTEST_QEMU_IMG=./qemu-img G_TEST_DBUS_DAEMON=/home/ubuntu/qemu/tests/dbus-vmstate-daemon.sh QTEST_QEMU_BINARY=./qemu-system-arm tests/qtest/npcm7xx_emc-test --tap -k PASS 1 qtest-arm/npcm7xx_emc-test /arm/npcm7xx_emc/emc[0]/init ** ERROR:../../tests/qtest/npcm7xx_emc-test.c:476:emc_send_verify1: assertion failed ((result_desc.status_and_length & expected_mask) == expected_value): (0x00000000 == 0x00080000) ERROR qtest-arm/npcm7xx_emc-test - Bail out! ERROR:../../tests/qtest/npcm7xx_emc-test.c:476:emc_send_verify1: assertion failed ((result_desc.status_and_length & expected_mask) == expected_value): (0x00000000 == 0x00080000) -- PMM