From: "Michael S. Tsirkin" <mst@redhat.com>
To: Gerd Hoffmann <kraxel@redhat.com>
Cc: Laurent Vivier <lvivier@redhat.com>,
Peter Maydell <peter.maydell@linaro.org>,
Thomas Huth <thuth@redhat.com>,
Eduardo Habkost <ehabkost@redhat.com>,
Sergio Lopez <slp@redhat.com>,
Sai Pavan Boddu <sai.pavan.boddu@xilinx.com>,
qemu-devel@nongnu.org, Shannon Zhao <shannon.zhaosl@gmail.com>,
qemu-arm@nongnu.org,
Marcel Apfelbaum <marcel.apfelbaum@gmail.com>,
Paolo Bonzini <pbonzini@redhat.com>,
Igor Mammedov <imammedo@redhat.com>,
Richard Henderson <rth@twiddle.net>
Subject: Re: [PATCH 0/8] arm/virt: add usb support
Date: Fri, 23 Oct 2020 12:03:19 -0400 [thread overview]
Message-ID: <20201023120306-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <20201023071022.24916-1-kraxel@redhat.com>
On Fri, Oct 23, 2020 at 09:10:14AM +0200, Gerd Hoffmann wrote:
> Bring new microvm goodies to arm virt too. Wire up
> -machine usb=on, add sysbus-xhci in case it is enabled.
For ACPI bits:
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
> Gerd Hoffmann (8):
> tests/acpi: allow updates for expected data files
> tests/acpi: add empty tests/data/acpi/virt/DSDT.usb file
> arm/virt: add support for -machine usb=on
> arm/virt: add device tree node for xhci
> arm/virt: add acpi dsdt entry for xhci
> tests/acpi: add usb testcase for virt
> tests/acpi: update expected data files
> tests/acpi: disallow updates for expected data files
>
> include/hw/arm/virt.h | 1 +
> hw/arm/virt-acpi-build.c | 6 ++++++
> hw/arm/virt.c | 36 +++++++++++++++++++++++++++++++
> hw/usb/hcd-xhci-sysbus.c | 2 ++
> tests/qtest/bios-tables-test.c | 18 ++++++++++++++++
> hw/arm/Kconfig | 1 +
> tests/data/acpi/microvm/DSDT.usb | Bin 414 -> 426 bytes
> tests/data/acpi/virt/DSDT.usb | Bin 0 -> 5257 bytes
> 8 files changed, 64 insertions(+)
> create mode 100644 tests/data/acpi/virt/DSDT.usb
>
> --
> 2.27.0
>
WARNING: multiple messages have this Message-ID (diff)
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Gerd Hoffmann <kraxel@redhat.com>
Cc: Laurent Vivier <lvivier@redhat.com>,
Peter Maydell <peter.maydell@linaro.org>,
Thomas Huth <thuth@redhat.com>,
Eduardo Habkost <ehabkost@redhat.com>,
Sergio Lopez <slp@redhat.com>,
Sai Pavan Boddu <sai.pavan.boddu@xilinx.com>,
qemu-devel@nongnu.org, Shannon Zhao <shannon.zhaosl@gmail.com>,
qemu-arm@nongnu.org, Paolo Bonzini <pbonzini@redhat.com>,
Igor Mammedov <imammedo@redhat.com>,
Richard Henderson <rth@twiddle.net>
Subject: Re: [PATCH 0/8] arm/virt: add usb support
Date: Fri, 23 Oct 2020 12:03:19 -0400 [thread overview]
Message-ID: <20201023120306-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <20201023071022.24916-1-kraxel@redhat.com>
On Fri, Oct 23, 2020 at 09:10:14AM +0200, Gerd Hoffmann wrote:
> Bring new microvm goodies to arm virt too. Wire up
> -machine usb=on, add sysbus-xhci in case it is enabled.
For ACPI bits:
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
> Gerd Hoffmann (8):
> tests/acpi: allow updates for expected data files
> tests/acpi: add empty tests/data/acpi/virt/DSDT.usb file
> arm/virt: add support for -machine usb=on
> arm/virt: add device tree node for xhci
> arm/virt: add acpi dsdt entry for xhci
> tests/acpi: add usb testcase for virt
> tests/acpi: update expected data files
> tests/acpi: disallow updates for expected data files
>
> include/hw/arm/virt.h | 1 +
> hw/arm/virt-acpi-build.c | 6 ++++++
> hw/arm/virt.c | 36 +++++++++++++++++++++++++++++++
> hw/usb/hcd-xhci-sysbus.c | 2 ++
> tests/qtest/bios-tables-test.c | 18 ++++++++++++++++
> hw/arm/Kconfig | 1 +
> tests/data/acpi/microvm/DSDT.usb | Bin 414 -> 426 bytes
> tests/data/acpi/virt/DSDT.usb | Bin 0 -> 5257 bytes
> 8 files changed, 64 insertions(+)
> create mode 100644 tests/data/acpi/virt/DSDT.usb
>
> --
> 2.27.0
>
next prev parent reply other threads:[~2020-10-23 16:59 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-23 7:10 [PATCH 0/8] arm/virt: add usb support Gerd Hoffmann
2020-10-23 7:10 ` [PATCH 1/8] tests/acpi: allow updates for expected data files Gerd Hoffmann
2020-10-23 7:10 ` Gerd Hoffmann
2020-10-23 7:10 ` [PATCH 2/8] tests/acpi: add empty tests/data/acpi/virt/DSDT.usb file Gerd Hoffmann
2020-10-23 7:10 ` Gerd Hoffmann
2020-10-23 7:10 ` [PATCH 3/8] arm/virt: add support for -machine usb=on Gerd Hoffmann
2020-10-23 7:10 ` Gerd Hoffmann
2020-10-23 7:10 ` [PATCH 4/8] arm/virt: add device tree node for xhci Gerd Hoffmann
2020-10-23 7:10 ` [PATCH 5/8] arm/virt: add acpi dsdt entry " Gerd Hoffmann
2020-10-23 7:10 ` Gerd Hoffmann
2020-10-23 7:10 ` [PATCH 6/8] tests/acpi: add usb testcase for virt Gerd Hoffmann
2020-10-23 7:10 ` [PATCH 7/8] tests/acpi: update expected data files Gerd Hoffmann
2020-10-23 7:10 ` Gerd Hoffmann
2020-10-23 7:10 ` [PATCH 8/8] tests/acpi: disallow updates for " Gerd Hoffmann
2020-10-23 11:36 ` [PATCH 0/8] arm/virt: add usb support Peter Maydell
2020-10-23 11:36 ` Peter Maydell
2020-10-26 7:01 ` Gerd Hoffmann
2020-10-26 9:57 ` Peter Maydell
2020-10-27 6:56 ` Gerd Hoffmann
2020-10-23 16:03 ` Michael S. Tsirkin [this message]
2020-10-23 16:03 ` Michael S. Tsirkin
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=20201023120306-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=ehabkost@redhat.com \
--cc=imammedo@redhat.com \
--cc=kraxel@redhat.com \
--cc=lvivier@redhat.com \
--cc=marcel.apfelbaum@gmail.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=rth@twiddle.net \
--cc=sai.pavan.boddu@xilinx.com \
--cc=shannon.zhaosl@gmail.com \
--cc=slp@redhat.com \
--cc=thuth@redhat.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 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.