On Mon, 3 Jun 2019 at 16:05, Kevin Wolf <kw...@redhat.com> wrote: > > The following changes since commit ad88e4252f09c2956b99c90de39e95bab2e8e7af: > > Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-1-2019' > into staging (2019-06-03 10:25:12 +0100) > > are available in the Git repository at: > > git://repo.or.cz/qemu/kevin.git tags/for-upstream > > for you to fetch changes up to 9593db8ccd27800ce4a17f1d5b735b9130c541a2: > > iotests: Fix duplicated diff output on failure (2019-06-03 16:33:20 +0200) > > ---------------------------------------------------------------- > Block layer patches: > > - block: AioContext management, part 2 > - Avoid recursive block_status call (i.e. lseek() calls) if possible > - linux-aio: Drop unused BlockAIOCB submission method > - nvme: add Get/Set Feature Timestamp support > - Fix crash on commit job start with active I/O on base node > - Fix crash in bdrv_drained_end > - Fix integer overflow in qcow2 discard > > ----------------------------------------------------------------
Hi; this failed my build tests on any platform where I run 'make check': MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 255 + 1))} QTEST_QEMU_BINARY=arm-softmmu/qemu-system-arm QTEST_QEMU_IMG=qemu-img tests/qos-test -m=quick -k --tap < /dev/null | ./scripts/tap-driver.pl --test-name="qos-test" PASS 1 qos-test /arm/raspi2/generic-sdhci/sdhci/sdhci-tests/registers PASS 2 qos-test /arm/sabrelite/generic-sdhci/sdhci/sdhci-tests/registers [...] PASS 30 qos-test /arm/virt/virtio-mmio/virtio-bus/virtio-scsi-device/virtio-scsi/virtio-scsi-tests/hotplug PASS 31 qos-test /arm/virt/virtio-mmio/virtio-bus/virtio-scsi-device/virtio-scsi/virtio-scsi-tests/unaligned-write-same qemu-system-arm: -device virtio-scsi-device,id=vs0,iothread=thread0: ioeventfd is required for iothread Broken pipe /home/petmay01/linaro/qemu-for-merges/tests/libqtest.c:135: kill_qemu() tried to terminate QEMU process but encountered exit status 1 Aborted (core dumped) ERROR - too few tests run (expected 37, got 31) thanks -- PMM