From: Cornelia Huck <cornelia.huck@de.ibm.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH 00/12] virtio: cleanup ioeventfd start/stop
Date: Thu, 20 Oct 2016 11:03:55 +0200 [thread overview]
Message-ID: <20161020110355.7af28405.cornelia.huck@de.ibm.com> (raw)
In-Reply-To: <10a6fad6-3c94-80c5-48a1-adb3e0038192@redhat.com>
On Wed, 19 Oct 2016 22:44:18 +0200
Paolo Bonzini <pbonzini@redhat.com> wrote:
> On 19/10/2016 17:38, Cornelia Huck wrote:
> > - failures are in qom-test for aarch64:
> > TEST: tests/qom-test... (pid=23997)
> > /aarch64/qom/integratorcp: OK
> > /aarch64/qom/nuri: OK
> > /aarch64/qom/verdex: OK
> > /aarch64/qom/ast2500-evb: OK
> > /aarch64/qom/smdkc210: OK
> > /aarch64/qom/collie: OK
> > /aarch64/qom/imx25-pdk: OK
> > /aarch64/qom/none: OK
> > /aarch64/qom/spitz: OK
> > /aarch64/qom/realview-pbx-a9: OK
> > /aarch64/qom/realview-eb: OK
> > /aarch64/qom/versatilepb: OK
> > /aarch64/qom/realview-pb-a8: OK
> > /aarch64/qom/musicpal: OK
> > /aarch64/qom/z2: OK
> > /aarch64/qom/akita: OK
> > /aarch64/qom/virt-2.7: Broken pipe
> > FAIL
> > GTester: last random seed: R02Saec62eb6f9ebd3e5bfcbf42d0aaf165a
> > (pid=24053)
> > /aarch64/qom/kzm: OK
> > /aarch64/qom/virt-2.8: Broken pipe
> > FAIL
> > GTester: last random seed: R02S3472a1653451d1812262f7d72624492e
> > (pid=24063)
> > /aarch64/qom/realview-eb-mpcore: OK
> > /aarch64/qom/sx1: OK
> > /aarch64/qom/sx1-v1: OK
> > /aarch64/qom/virt-2.6: Broken pipe
> > FAIL
> > GTester: last random seed: R02Se4b753c5be66c0ef7870bebcca8771f8
> > (pid=24098)
> > /aarch64/qom/cubieboard: OK
> > /aarch64/qom/highbank: OK
> > /aarch64/qom/raspi2: OK
> > /aarch64/qom/netduino2: OK
> > /aarch64/qom/terrier: OK
> > /aarch64/qom/n810: OK
> > /aarch64/qom/mainstone: OK
> > /aarch64/qom/palmetto-bmc: OK
> > /aarch64/qom/sabrelite: OK
> > /aarch64/qom/midway: OK
> > /aarch64/qom/cheetah: OK
> > /aarch64/qom/tosa: OK
> > /aarch64/qom/borzoi: OK
> > /aarch64/qom/versatileab: OK
> > /aarch64/qom/lm3s6965evb: OK
> > /aarch64/qom/n800: OK
> > /aarch64/qom/connex: OK
> > /aarch64/qom/xilinx-zynq-a9: OK
> > /aarch64/qom/xlnx-ep108: OK
> > /aarch64/qom/vexpress-a9: Broken pipe
> > FAIL
> > GTester: last random seed: R02Sdf4aceaaef3ceb060fd5996ecfd05bbb
> > (pid=24180)
> > /aarch64/qom/vexpress-a15: Broken pipe
> > FAIL
> > GTester: last random seed: R02Sdf4de27065ea3baf0b2acc109af636b8
> > (pid=24187)
> > /aarch64/qom/xlnx-zcu102: OK
> > /aarch64/qom/canon-a1100: OK
> > /aarch64/qom/lm3s811evb: OK
> > FAIL: tests/qom-test
> >
> > Do these boards maybe have something interesting in common?
> >
> > No further time to look into this today, sorry.
>
> They use virtio-mmio, probably. I'll look at it tomorrow.
>
> The s390 spew is an abort(), isn't it?
> Paolo
>
virtio-mmio looks like the best candidate (maybe the eventfd is not
stopped properly and writes happen where they are not supposed to
anymore?) But staring at the patch didn't make anything jump out at
me...
next prev parent reply other threads:[~2016-10-20 9:04 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-10 11:53 [Qemu-devel] [PATCH 00/12] virtio: cleanup ioeventfd start/stop Paolo Bonzini
2016-10-10 11:53 ` [Qemu-devel] [PATCH 01/13] virtio: disable ioeventfd as early as possible Paolo Bonzini
2016-10-18 17:17 ` Cornelia Huck
2016-10-21 15:18 ` Stefan Hajnoczi
2016-10-10 11:53 ` [Qemu-devel] [PATCH 02/13] virtio: move ioeventfd_disabled flag to VirtioBusState Paolo Bonzini
2016-10-18 17:18 ` Cornelia Huck
2016-10-10 11:53 ` [Qemu-devel] [PATCH 03/13] virtio: move ioeventfd_started " Paolo Bonzini
2016-10-18 17:22 ` Cornelia Huck
2016-10-10 11:53 ` [Qemu-devel] [PATCH 04/13] virtio: add start_ioeventfd and stop_ioeventfd to VirtioDeviceClass Paolo Bonzini
2016-10-19 9:17 ` Cornelia Huck
2016-10-10 11:53 ` [Qemu-devel] [PATCH 05/13] virtio: introduce virtio_device_ioeventfd_enabled Paolo Bonzini
2016-10-19 9:19 ` Cornelia Huck
2016-10-10 11:53 ` [Qemu-devel] [PATCH 06/13] virtio-blk: always use dataplane path if ioeventfd is active Paolo Bonzini
2016-10-19 10:48 ` Cornelia Huck
2016-10-19 11:34 ` Cornelia Huck
2016-10-10 11:53 ` [Qemu-devel] [PATCH 07/13] virtio-scsi: " Paolo Bonzini
2016-10-19 10:51 ` Cornelia Huck
2016-10-19 11:34 ` Cornelia Huck
2016-10-10 11:53 ` [Qemu-devel] [PATCH 08/13] Revert "virtio: Introduce virtio_add_queue_aio" Paolo Bonzini
2016-10-19 10:52 ` Cornelia Huck
2016-10-10 11:53 ` [Qemu-devel] [PATCH 09/13] virtio: remove set_handler argument from set_host_notifier_internal Paolo Bonzini
2016-10-19 11:05 ` Cornelia Huck
2016-10-10 11:53 ` [Qemu-devel] [PATCH 10/13] virtio: remove ioeventfd_disabled altogether Paolo Bonzini
2016-10-19 11:10 ` Cornelia Huck
2016-10-10 11:53 ` [Qemu-devel] [PATCH 11/13] virtio: use virtio_bus_set_host_notifier to start/stop ioeventfd Paolo Bonzini
2016-10-19 11:12 ` Cornelia Huck
2016-10-10 11:53 ` [Qemu-devel] [PATCH 12/13] virtio: inline virtio_queue_set_host_notifier_fd_handler Paolo Bonzini
2016-10-19 11:22 ` Cornelia Huck
2016-10-10 11:53 ` [Qemu-devel] [PATCH 13/13] virtio: inline set_host_notifier_internal Paolo Bonzini
2016-10-19 11:26 ` Cornelia Huck
2016-10-18 17:24 ` [Qemu-devel] [PATCH 00/12] virtio: cleanup ioeventfd start/stop Cornelia Huck
2016-10-18 21:47 ` Paolo Bonzini
2016-10-19 12:17 ` Cornelia Huck
2016-10-19 15:38 ` Cornelia Huck
2016-10-19 20:44 ` Paolo Bonzini
2016-10-20 9:03 ` Cornelia Huck [this message]
2016-10-20 16:53 ` Paolo Bonzini
2016-10-21 8:45 ` Cornelia Huck
-- strict thread matches above, loose matches on Subject: below --
2016-09-21 13:18 Paolo Bonzini
2016-09-21 14:01 ` Christian Borntraeger
2016-09-21 16:43 ` Paolo Bonzini
2016-09-27 14:45 ` Christian Borntraeger
2016-09-27 16:44 ` Paolo Bonzini
2016-09-28 6:58 ` Christian Borntraeger
2016-09-21 17:31 ` Michael S. Tsirkin
2016-09-30 13:38 ` Stefan Hajnoczi
2016-10-09 22:01 ` Michael S. Tsirkin
2016-10-10 8:31 ` Paolo Bonzini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161020110355.7af28405.cornelia.huck@de.ibm.com \
--to=cornelia.huck@de.ibm.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.