qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: Sai Pavan Boddu <sai.pavan.boddu@xilinx.com>
Cc: "Francisco Eduardo Iglesias" <figlesia@xilinx.com>,
	"Eduardo Habkost" <ehabkost@redhat.com>,
	"Vikram Garhwal" <fnuv@xilinx.com>,
	"QEMU Developers" <qemu-devel@nongnu.org>,
	"Markus Armbruster" <armbru@redhat.com>,
	"Paul Zimmerman" <pauldzim@gmail.com>,
	"Sai Pavan Boddu" <saipava@xilinx.com>,
	"Edgar Iglesias" <edgari@xilinx.com>,
	"Alistair Francis" <alistair.francis@wdc.com>,
	"Gerd Hoffmann" <kraxel@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Ying Fang" <fangying1@huawei.com>,
	"Marc-André Lureau" <marcandre.lureau@redhat.com>,
	"Philippe Mathieu-Daudé" <philmd@redhat.com>
Subject: Re: [PATCH v13 0/4] Add Versal usb model
Date: Mon, 30 Nov 2020 11:48:23 +0000	[thread overview]
Message-ID: <CAFEAcA_gcuxVuA6pc7F3nWN+5hvznqwB1L_767VqjPg0Kziydw@mail.gmail.com> (raw)
In-Reply-To: <1604991130-12965-1-git-send-email-sai.pavan.boddu@xilinx.com>

On Tue, 10 Nov 2020 at 06:48, Sai Pavan Boddu
<sai.pavan.boddu@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


  parent reply	other threads:[~2020-11-30 11:49 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-10  6:52 [PATCH v13 0/4] Add Versal usb model Sai Pavan Boddu
2020-11-10  6:52 ` [PATCH v13 1/4] usb: Add versal-usb2-ctrl-regs module Sai Pavan Boddu
2020-11-10  6:52 ` [PATCH v13 2/4] usb: Add DWC3 model Sai Pavan Boddu
2020-11-10  6:52 ` [PATCH v13 3/4] usb: xlnx-usb-subsystem: Add xilinx usb subsystem Sai Pavan Boddu
2020-11-10  6:52 ` [PATCH v13 4/4] arm: xlnx-versal: Connect usb to virt-versal Sai Pavan Boddu
2020-11-10  7:57 ` [PATCH v13 0/4] Add Versal usb model Philippe Mathieu-Daudé
2020-11-10  9:27   ` Sai Pavan Boddu
2020-11-16  8:10 ` Sai Pavan Boddu
2020-11-16 10:19   ` Peter Maydell
2020-11-16 12:12     ` Sai Pavan Boddu
2020-11-30 11:48 ` Peter Maydell [this message]
2020-12-01  8:32   ` Sai Pavan Boddu

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=CAFEAcA_gcuxVuA6pc7F3nWN+5hvznqwB1L_767VqjPg0Kziydw@mail.gmail.com \
    --to=peter.maydell@linaro.org \
    --cc=alistair.francis@wdc.com \
    --cc=armbru@redhat.com \
    --cc=edgari@xilinx.com \
    --cc=ehabkost@redhat.com \
    --cc=fangying1@huawei.com \
    --cc=figlesia@xilinx.com \
    --cc=fnuv@xilinx.com \
    --cc=kraxel@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=pauldzim@gmail.com \
    --cc=pbonzini@redhat.com \
    --cc=philmd@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=sai.pavan.boddu@xilinx.com \
    --cc=saipava@xilinx.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).