qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>, qemu-devel@nongnu.org
Cc: marcandre.lureau@redhat.com, richard.henderson@linaro.org
Subject: Re: [PATCH 2/4] dtc: Convert Makefile bits to meson bits
Date: Mon, 5 Oct 2020 16:13:39 +0200	[thread overview]
Message-ID: <9fba8d68-ab43-1b2a-5af9-e19255b234c6@redhat.com> (raw)
In-Reply-To: <20201005135613.435932-3-pbonzini@redhat.com>

On 10/5/20 3:56 PM, Paolo Bonzini wrote:
> Build the library via the main meson.build just like for capstone.
> This improves the current state of affairs in that we will re-link
> the qemu executables against a changed libfdt.a, which we wouldn't
> do before-hand, and lets us remove the whole recursive make machinery.
> 
> The list of targets that require FDT is now obtained from default-configs/
> instead of being hardcoded in the configure script.

Could this be a machine Kconfig instead of a target makevar?
(Not asking to rewrite this patch, looking if this can be
improved later).

> 
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  Makefile                                      | 23 +----
>  configure                                     | 93 ++++---------------
>  default-configs/targets/aarch64-softmmu.mak   |  1 +
>  default-configs/targets/arm-softmmu.mak       |  1 +
>  .../targets/microblaze-softmmu.mak            |  1 +
>  .../targets/microblazeel-softmmu.mak          |  1 +
>  default-configs/targets/mips64el-softmmu.mak  |  1 +
>  default-configs/targets/ppc-softmmu.mak       |  1 +
>  default-configs/targets/ppc64-softmmu.mak     |  1 +
>  default-configs/targets/riscv32-softmmu.mak   |  1 +
>  default-configs/targets/riscv64-softmmu.mak   |  1 +
>  default-configs/targets/rx-softmmu.mak        |  1 +
>  meson.build                                   | 61 ++++++++++--
>  meson_options.txt                             |  3 +
>  14 files changed, 84 insertions(+), 106 deletions(-)



  reply	other threads:[~2020-10-05 14:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-05 13:56 [PATCH 0/4] Convert remaining submodules to meson, cleanup env var handling Paolo Bonzini
2020-10-05 13:56 ` [PATCH 1/4] slirp: Convert Makefile bits to meson bits Paolo Bonzini
2020-10-05 13:56 ` [PATCH 2/4] dtc: " Paolo Bonzini
2020-10-05 14:13   ` Philippe Mathieu-Daudé [this message]
2020-10-05 14:16     ` Paolo Bonzini
2020-10-05 13:56 ` [PATCH 3/4] configure: do not clobber environment CFLAGS/CXXFLAGS/LDFLAGS Paolo Bonzini
2020-10-05 13:56 ` [PATCH 4/4] configure: consistently pass CFLAGS/CXXFLAGS/LDFLAGS to meson Paolo Bonzini
2020-10-05 17:15 ` [PATCH 0/4] Convert remaining submodules to meson, cleanup env var handling Richard Henderson

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=9fba8d68-ab43-1b2a-5af9-e19255b234c6@redhat.com \
    --to=philmd@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.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).