qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Cédric Le Goater" <clegoate@redhat.com>
To: "Philippe Mathieu-Daudé" <philmd@linaro.org>, qemu-devel@nongnu.org
Cc: BALATON Zoltan <balaton@eik.bme.hu>,
	Paolo Bonzini <pbonzini@redhat.com>,
	 David Gibson <david@gibson.dropbear.id.au>,
	"Edgar E . Iglesias" <edgar.iglesias@gmail.com>,
	qemu-ppc@nongnu.org, Michael Tokarev <mjt@tls.msk.ru>,
	Peter Maydell <peter.maydell@linaro.org>
Subject: Re: [PATCH v2] pc-bios/meson.build: Silent unuseful DTC warnings
Date: Fri, 6 Oct 2023 10:32:01 +0200	[thread overview]
Message-ID: <d256b67d-dcbe-6eda-7e58-eb9ed74283fc@redhat.com> (raw)
In-Reply-To: <a1dc7eca-a062-c045-a2a2-39c35e3ceaa2@linaro.org>

On 10/6/23 10:18, Philippe Mathieu-Daudé wrote:
> On 6/10/23 10:13, Cédric Le Goater wrote:
>> On 10/6/23 08:47, Philippe Mathieu-Daudé wrote:
>>> QEMU consumes some device tree blobs, so these have been committed
>>> to the tree in as firmware, along with the device tree source used
>>> to generate them. We know the blobs are "good enough" to have QEMU
>>> boot a system, so we don't really maintain and rebuild the sources.
>>>
>>> These blobs were generated with older 'dtc' binaries. We use the
>>> v1.6.1 version since 2021 (commit 962fde57b7 "dtc: Update to version
>>> 1.6.1").
>>>
>>> Since commit 6e0dc9d2a8 ("meson: compile bundled device trees"),
>>> if dtc binary is available, it is directly used to compile the
>>> device tree sources. New versions of 'dtc' add checks which display
>>> warnings or errors. Our sources are a bit old, so dtc v1.6.1 now
>>> emit the following warnings on a fresh build:
>>>
>>>    [163/3414] Generating pc-bios/canyonlands.dts with a custom command
>>>    pc-bios/canyonlands.dts:47.9-50.4: Warning (unit_address_vs_reg): /memory: node has a reg or ranges property, but no unit name
> ...
> 
>>>  From QEMU perspective, these warnings are not really useful. It is
>>> the responsibility of developers adding DT source/blob to QEMU
>>> repository to check the source doesn't produce warnings, but as
>>> long as the blob is useful enough, QEMU can consume it. So these
>>> warnings don't add any value, instead they are noisy and might
>>> distract us to focus on important warnings. Better disable them.
>>>
>>> 'dtc' provides the '--quiet' option for that:
>>>
>>>    $ dtc --help
>>>    Usage: dtc [options] <input file>
>>>
>>>    Options: -[qI:O:o:V:d:R:S:p:a:fb:i:H:sW:E:@AThv]
>>>      -q, --quiet
>>>            Quiet: -q suppress warnings, -qq errors, -qqq all
>>>
>>> Update meson to disable these unuseful DTC warnings.
>>
>>
>> Why not try fixing the .dts instead ? These still exist under Linux :
>>
>>    ./arch/powerpc/boot/dts/canyonlands.dts
>>    ./arch/powerpc/boot/dts/bamboo.dts
> 
> Because QEMU != Linux, and there isn't always overlap between
> communities?

sure but bamboo.dts came from Linux. So this should be safe to update.
Alex Graf did 10 years ago.

I can not tell for the sam460ex. It is probably safer to keep it as it is.

Sweeping dtc warnings under the rug for all .dts doesn't seem a good idea.
Should we get rid of the .dts and only keep the .dtb then ?

Thanks,

C.

> 1/ I tried but there isn't much interest:
> https://lore.kernel.org/qemu-devel/20230914204206.79351-1-philmd@linaro.org/
> 
> 2/ Peter and Zoltan raised issue with old firmwares when changing
> properties such 'stdout-path', see this thread:
> https://lore.kernel.org/qemu-devel/CAFEAcA-WJ9J1YQunJ+bSG=wnpxh1By+Bf18j2CyV7G0vZ=8b7g@mail.gmail.com/




  reply	other threads:[~2023-10-06  8:33 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-06  6:47 [PATCH v2] pc-bios/meson.build: Silent unuseful DTC warnings Philippe Mathieu-Daudé
2023-10-06  8:13 ` Cédric Le Goater
2023-10-06  8:18   ` Philippe Mathieu-Daudé
2023-10-06  8:32     ` Cédric Le Goater [this message]
2023-10-06  8:38       ` Philippe Mathieu-Daudé
2023-10-06 11:37         ` BALATON Zoltan
2023-10-06  8:19 ` Philippe Mathieu-Daudé
2023-10-06 11:40 ` BALATON Zoltan
2025-01-08 17:27   ` Philippe Mathieu-Daudé

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=d256b67d-dcbe-6eda-7e58-eb9ed74283fc@redhat.com \
    --to=clegoate@redhat.com \
    --cc=balaton@eik.bme.hu \
    --cc=david@gibson.dropbear.id.au \
    --cc=edgar.iglesias@gmail.com \
    --cc=mjt@tls.msk.ru \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=philmd@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@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).