From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: Christopher Clark <christopher.w.clark@gmail.com>
Cc: meta-virtualization@lists.yoctoproject.org, cardoe@gentoo.org,
diego.sueiro@arm.com, Bertrand.Marquis@arm.com,
andrew.cooper3@citrix.com, dpsmith@apertussolutions.com,
persaur@gmail.com, scott.davis@starlab.io,
adam.schwalm@starlab.io
Subject: Re: [meta-virtualization][PATCH v2 0/2] Xen: qemuboot device tree support (Arm 64-bit)
Date: Thu, 29 Jul 2021 10:56:26 -0400 [thread overview]
Message-ID: <20210729145624.GA40673@gmail.com> (raw)
In-Reply-To: <20210728000740.11070-1-christopher.w.clark@gmail.com>
In message: [meta-virtualization][PATCH v2 0/2] Xen: qemuboot device tree support (Arm 64-bit)
on 27/07/2021 Christopher Clark wrote:
> This series introduces tools and class structure in the layer for
> enabling testing Xen system images with Qemu, booting with a device tree
> that describes the target system.
>
> A device tree is required for launching Xen systems on Arm platforms and
> is part of the Hyperlaunch design for Xen.
> https://wiki.xenproject.org/wiki/Hyperlaunch
>
> This series adds a recipe for Lopper, a device tree tool, and its
> dependencies. It provides a class that implements a bitbake task to
> generate a device tree for qemuboot, and a set of defaults to enable
> 'runqemu xen-image-minimal nographic slirp' to boot images compiled for
> Arm 64-bit machines.
Looks good to me.
this is now merged.
Bruce
>
> Christopher Clark (2):
> lopper, python-dtc: add new recipes for device tree tools
> qemuboot, xen-image-minimal: enable runqemu for qemuarm64 Xen images
>
> classes/qemuboot-xen-defaults.bbclass | 30 +++
> classes/qemuboot-xen-dtb.bbclass | 209 +++++++++++++++++++
> conf/distro/include/meta-virt-xen.inc | 3 +
> recipes-extended/images/xen-image-minimal.bb | 5 +-
> recipes-kernel/dtc/python3-dtc_1.6.1.bb | 28 +++
> recipes-kernel/lopper/lopper.bb | 45 ++++
> 6 files changed, 318 insertions(+), 2 deletions(-)
> create mode 100644 classes/qemuboot-xen-defaults.bbclass
> create mode 100644 classes/qemuboot-xen-dtb.bbclass
> create mode 100644 recipes-kernel/dtc/python3-dtc_1.6.1.bb
> create mode 100644 recipes-kernel/lopper/lopper.bb
>
> --
> 2.25.1
>
prev parent reply other threads:[~2021-07-29 14:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-28 0:07 [meta-virtualization][PATCH v2 0/2] Xen: qemuboot device tree support (Arm 64-bit) Christopher Clark
2021-07-28 0:07 ` [meta-virtualization][PATCH v2 1/2] lopper, python-dtc: add new recipes for device tree tools Christopher Clark
2021-07-28 0:07 ` [meta-virtualization][PATCH v2 2/2] qemuboot, xen-image-minimal: enable runqemu for qemuarm64 Xen images Christopher Clark
2021-07-29 14:56 ` Bruce Ashfield [this message]
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=20210729145624.GA40673@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=Bertrand.Marquis@arm.com \
--cc=adam.schwalm@starlab.io \
--cc=andrew.cooper3@citrix.com \
--cc=cardoe@gentoo.org \
--cc=christopher.w.clark@gmail.com \
--cc=diego.sueiro@arm.com \
--cc=dpsmith@apertussolutions.com \
--cc=meta-virtualization@lists.yoctoproject.org \
--cc=persaur@gmail.com \
--cc=scott.davis@starlab.io \
/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.