meta-virtualization.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: Christopher Clark <christopher.w.clark@gmail.com>
To: Bruce Ashfield <bruce.ashfield@gmail.com>
Cc: Kamil Dziezyk <kamil.dziezyk@arm.com>,
	meta-virtualization@lists.yoctoproject.org, nd <nd@arm.com>
Subject: Re: [meta-virtualization][PATCH v2 1/3] xen-tools: Load xen related kernel modules during system boot
Date: Mon, 20 Dec 2021 19:33:42 -0800	[thread overview]
Message-ID: <CACMJ4Gaa=CeYUwSLmZcgH00xDnUbfyuAw_OPcnEEBkMo-+QQ7A@mail.gmail.com> (raw)
In-Reply-To: <CADkTA4MD816MbZi3=BmZQSwG6NMq2=zsFoPvsc0E180UCjBuWg@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2616 bytes --]

On Mon, Dec 13, 2021 at 12:42 PM Bruce Ashfield <bruce.ashfield@gmail.com>
wrote:

> v2 looks good to me, but I'd like to get an Ack from Christopher before
> merging.
>

Ack, this looks good - thanks for making the change, Kamil.

Christopher


>
> Bruce
>
> On Thu, Dec 9, 2021 at 8:58 AM Kamil Dziezyk <kamil.dziezyk@arm.com>
> wrote:
> >
> > This patch changes the location of xen.conf file, that contains list of
> kernel
> > modules to be loaded during system boot, to "${nonarch_libdir}".
> >
> > Previous path based on "${systemd_unitdir}" was not considered by
> default by
> > systemd-modules-load.service.
> >
> > Signed-off-by: Kamil Dziezyk <kamil.dziezyk@arm.com>
> > ---
> >  recipes-extended/xen/xen-tools.inc | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/recipes-extended/xen/xen-tools.inc
> b/recipes-extended/xen/xen-tools.inc
> > index d831941..17ef0f7 100644
> > --- a/recipes-extended/xen/xen-tools.inc
> > +++ b/recipes-extended/xen/xen-tools.inc
> > @@ -653,10 +653,10 @@ FILES:${PN}-xm = "\
> >      "
> >
> >  FILES:${PN}-xencommons += "\
> > +    ${nonarch_libdir}/modules-load.d/xen.conf \
> >      ${sysconfdir}/default/xencommons \
> >      ${sysconfdir}/init.d/xencommons \
> >      ${sysconfdir}/xen/scripts/launch-xenstore \
> > -    ${systemd_unitdir}/modules-load.d/xen.conf \
> >      ${systemd_unitdir}/system/proc-xen.mount \
> >      ${systemd_unitdir}/system/xen-qemu-dom0-disk-backend.service \
> >      ${systemd_unitdir}/system/xenconsoled.service \
> > @@ -744,7 +744,7 @@ SYSTEMD_SERVICE:${PN}-xendomains =
> "xendomains.service"
> >
> >  EXTRA_OECONF += " \
> >      --with-systemd=${systemd_unitdir}/system \
> > -    --with-systemd-modules-load=${systemd_unitdir}/modules-load.d \
> > +    --with-systemd-modules-load=${nonarch_libdir}/modules-load.d \
> >      --with-initddir=${INIT_D_DIR} \
> >      --with-sysconfig-leaf-dir=default \
> >      --with-system-qemu=${bindir}/qemu-system-i386 \
> > --
> > 2.17.1
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#6972):
> https://lists.yoctoproject.org/g/meta-virtualization/message/6972
> > Mute This Topic: https://lists.yoctoproject.org/mt/87611978/1050810
> > Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> > Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub
> [bruce.ashfield@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
>
>
> --
> - Thou shalt not follow the NULL pointer, for chaos and madness await
> thee at its end
> - "Use the force Harry" - Gandalf, Star Trek II
>

[-- Attachment #2: Type: text/html, Size: 4090 bytes --]

      reply	other threads:[~2021-12-21  3:33 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-09 13:57 [meta-virtualization][PATCH v2 1/3] xen-tools: Load xen related kernel modules during system boot Kamil Dziezyk
2021-12-09 13:57 ` [meta-virtualization][PATCH v2 2/3] xen: Clear TUNE_CCARGS for Xen build for aarch64 machines Kamil Dziezyk
2021-12-21  4:39   ` Christopher Clark
2021-12-21 17:41     ` [PATCH " Kamil Dziezyk
2021-12-09 13:57 ` [meta-virtualization][PATCH v2 3/3] grub-efi: Add xen_boot support when 'xen' is in DISTRO_FEATURES for aarch64 Kamil Dziezyk
2021-12-21  4:52   ` Christopher Clark
2021-12-21 16:29     ` [PATCH " Kamil Dziezyk
2021-12-13 20:42 ` [meta-virtualization][PATCH v2 1/3] xen-tools: Load xen related kernel modules during system boot Bruce Ashfield
2021-12-21  3:33   ` Christopher Clark [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='CACMJ4Gaa=CeYUwSLmZcgH00xDnUbfyuAw_OPcnEEBkMo-+QQ7A@mail.gmail.com' \
    --to=christopher.w.clark@gmail.com \
    --cc=bruce.ashfield@gmail.com \
    --cc=kamil.dziezyk@arm.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    --cc=nd@arm.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).