qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: "Philippe Mathieu-Daudé" <philmd@redhat.com>, qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: Re: [PATCH 3/3] meson: List modules built in summary
Date: Thu, 27 May 2021 22:08:54 +0200	[thread overview]
Message-ID: <09ce6543-e41b-99ff-ce4e-7832e626ba38@redhat.com> (raw)
In-Reply-To: <20210525104648.4060904-4-philmd@redhat.com>

On 25/05/21 12:46, Philippe Mathieu-Daudé wrote:
> +  k = []
> +    foreach m, _ : list
> +      k += [m]
> +    endforeach
> +  summary_info += {d: ' '.join(k)}

Perhaps:

foreach dir, list : modules
   if list.keys().length() > 0
     summary_info += {dir: ' '.join(list.keys())}
   endif
endforeach

Paolo

> +endforeach
> +summary(summary_info, bool_yn: true, section: 'Modules')
> +



      parent reply	other threads:[~2021-05-27 20:09 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-25 10:46 [PATCH 0/3] meson: Minor improvements Philippe Mathieu-Daudé
2021-05-25 10:46 ` [PATCH 1/3] meson: Only build virtfs-proxy-helper if all requisites are found Philippe Mathieu-Daudé
2021-05-25 23:19   ` Richard Henderson
2021-05-25 10:46 ` [PATCH 2/3] meson: List if X11 dependency is detected Philippe Mathieu-Daudé
2021-05-25 23:19   ` Richard Henderson
2021-05-25 10:46 ` [PATCH 3/3] meson: List modules built in summary Philippe Mathieu-Daudé
2021-05-26  7:29   ` Philippe Mathieu-Daudé
2021-05-27 20:08   ` Paolo Bonzini [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=09ce6543-e41b-99ff-ce4e-7832e626ba38@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=philmd@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 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).